diff --git a/README.md b/README.md index 20ab8dc..0387d5a 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![stackoverflow](https://img.shields.io/badge/reportportal-stackoverflow-orange.svg?style=flat)](http://stackoverflow.com/questions/tagged/reportportal) -[![Build Status](https://travis-ci.org/reportportal/commons-model.svg?branch=master)](https://travis-ci.org/reportportal/commons-model) -[![Maven Central](https://img.shields.io/maven-central/v/com.epam.reportportal/commons-model.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.epam.reportportal%22%20AND%20a:%22commons-model%22) +[![Build Status](https://travis-ci.org/reportportal/commons-reporting.svg?branch=master)](https://travis-ci.org/reportportal/commons-reporting) +[![Maven Central](https://img.shields.io/maven-central/v/com.epam.reportportal/commons-reporting.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.epam.reportportal%22%20AND%20a:%22commons-reporting%22) diff --git a/build.gradle b/build.gradle index 414419c..dc25c55 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ plugins { def scriptsUrl = 'https://raw.githubusercontent.com/reportportal/gradle-scripts/' + (project.hasProperty("releaseMode") ? getProperty('scripts.version') : 'master') -project.ext.publishRepo = "https://maven.pkg.github.com/reportportal/commons-model" +project.ext.publishRepo = "https://maven.pkg.github.com/reportportal/commons-reporting" apply from: scriptsUrl + '/release-commons.gradle' apply from: scriptsUrl + '/signing.gradle'