aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-06-21 16:42:25 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-06-21 16:42:25 -0700
commit4f21d5be4ba2db2b726ab932b2df19d39eae02f1 (patch)
tree5daabbdf232ebf9c5b05a4ef7639f285d5defcd1
parent9c2bb321b510d5ecac46d1487a130b60d50336e7 (diff)
Refactoring
Change-Id: I06b42408e41f03e5e0c6b8715ebfd69bf99d67a2 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--pom.xml2
-rw-r--r--version/pom.xml10
2 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 46a8d73..b6e3637 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,8 +38,6 @@
<module>license</module>
</modules>
<properties>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
<jacoco.version>0.7.7.201606060606</jacoco.version>
<sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
diff --git a/version/pom.xml b/version/pom.xml
index 1ee3829..f09b33e 100644
--- a/version/pom.xml
+++ b/version/pom.xml
@@ -19,22 +19,24 @@
<groupId>org.onap.oparent</groupId>
<artifactId>version</artifactId>
<version>1.0.0-SNAPSHOT</version>
+ <name>oparent/version</name>
<packaging>pom</packaging>
<properties>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <nexusproxy>https://nexus.onap.org/content</nexusproxy>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+ <openecomp.nexus.url>https://nexus.onap.org</openecomp.nexus.url>
</properties>
<distributionManagement>
<repository>
<id>onap-releases</id>
- <url>${nexusproxy}/repositories/releases</url>
+ <url>${openecomp.nexus.url}/content/repositories/releases</url>
</repository>
<snapshotRepository>
<id>onap-snapshots</id>
- <url>${nexusproxy}/repositories/snapshots</url>
+ <url>${openecomp.nexus.url}/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
- <name>oparent/version</name>
</project>