diff options
author | 2017-04-21 15:53:48 -0400 | |
---|---|---|
committer | 2017-04-24 09:15:52 -0400 | |
commit | 29b9ece408800da133cc18f773698a558421b68d (patch) | |
tree | 966a7771bdf7bd2e7b8eb184b8a875feede0c9c1 | |
parent | 4639ec3ec472d83b810c52372dbcec67fddeadfd (diff) |
[REBASE] Update parent version
Update sdnc-core to use stable version 1.1.0 of root pom
Change-Id: I973059b11185f6bde3f41232d54158a445e57971
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -6,7 +6,6 @@ <groupId>org.openecomp.sdnc.core</groupId> <artifactId>sdnc-core</artifactId> - <name>SDN-C Core Components</name> <url>https://wiki.openecomp.org</url> <description>The SDN-C core components contains the SLI, dblib and root pom</description> @@ -14,11 +13,10 @@ <parent> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>root</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> <relativePath>rootpom/pom.xml</relativePath> </parent> - <issueManagement> <system>JIRA</system> <url>http://jira.openecomp.org/</url> |