aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTschaen, Brendan (bptschaen) <bt054f@att.com>2018-06-07 18:09:37 -0400
committerTschaen, Brendan (bptschaen) <bt054f@att.com>2018-06-07 18:11:27 -0400
commit276f3f36bf0fe79ee43bd9d612b25d6b988c99d8 (patch)
treeb9e977771ee2bd0d116480c740d4564c2f680502
parent7336e7ac74be7d920f7099152361241bbf4ee5e7 (diff)
Remove mavencentral information from pom
Issue-ID: MUSIC-77 Change-Id: I006e38893a6a2a8ab16d6615bb6947e83db88c55 Signed-off-by: Tschaen, Brendan (bptschaen) <bt054f@att.com>
-rw-r--r--pom.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index ed5996f..44458c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ stated inside of the file.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>com.att.prom</groupId>
+ <groupId>org.onap.music.prom</groupId>
<artifactId>prom</artifactId>
<version>1.0.2</version>
<repositories>
@@ -112,21 +112,5 @@ stated inside of the file.
</plugin>
</plugins>
</build>
- <!-- Note: For artifact deployment to Maven Central <distributionManagement> below is needed in pom.xml file -->
- <!-- ================================================================================== -->
- <!-- Maven Central Repository Information -->
- <!-- ================================================================================== -->
- <distributionManagement>
- <repository>
- <id>com.att.prom</id>
- <name>att-repository-releases</name>
- <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-releases</url>
- </repository>
- <snapshotRepository>
- <id>com.att.prom</id>
- <name>att-repository-snapshots</name>
- <url>http://mavencentral.it.att.com:8084/nexus/content/repositories/att-repository-snapshots</url>
- </snapshotRepository>
- </distributionManagement>
</project>