diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-06-21 16:42:25 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-06-21 16:42:25 -0700 |
commit | 4f21d5be4ba2db2b726ab932b2df19d39eae02f1 (patch) | |
tree | 5daabbdf232ebf9c5b05a4ef7639f285d5defcd1 /version/pom.xml | |
parent | 9c2bb321b510d5ecac46d1487a130b60d50336e7 (diff) |
Refactoring
Change-Id: I06b42408e41f03e5e0c6b8715ebfd69bf99d67a2
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version/pom.xml')
-rw-r--r-- | version/pom.xml | 10 |
1 files changed, 6 insertions, 4 deletions
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> |