diff options
author | Huabing Zhao <zhao.huabing@zte.com.cn> | 2016-09-01 08:58:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-09-01 08:58:12 +0000 |
commit | 82601d5fed166ab4c53846e71280f34b3088d72b (patch) | |
tree | f5c366c3862e89f4decb17d74bcf744c22ee854e | |
parent | fa49e78cc199526a9e33b59c5194f8e3bf0f0952 (diff) | |
parent | c65c26edd60ae80ef6e5df237df9dbbf96f6629c (diff) |
Merge "Inherit from oparent"
-rw-r--r-- | pom.xml | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -17,6 +17,14 @@ <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.openo.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.0.0-SNAPSHOT</version> + <relativePath></relativePath> + </parent> + <groupId>org.openo.common-services.common-utilities</groupId> <artifactId>common-setting</artifactId> <version>1.0.1-SNAPSHOT</version> @@ -42,17 +50,6 @@ <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> </properties> - <distributionManagement> - <repository> - <id>open-o-releases</id> - <url>${nexusproxy}/repositories/releases</url> - </repository> - <snapshotRepository> - <id>open-o-snapshots</id> - <url>${nexusproxy}/repositories/snapshots</url> - </snapshotRepository> - </distributionManagement> - <scm> <connection>scm:git:ssh://git.open-o.org:29418/common-services-common-utilities.git</connection> <developerConnection>scm:git:ssh://git.open-o.org:29418/common-services-common-utilities.git</developerConnection> |