diff options
author | Michael Lando <ml636r@att.com> | 2017-10-24 22:24:11 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-10-24 22:24:59 +0300 |
commit | 08702123bbbd00b955fdeedb1f890eb2dfd34cff (patch) | |
tree | cd68a72ea3beefc7bcc9a879954c5faee460efd6 /openecomp-be/tools/zusammen-tools | |
parent | eeec4b98a8a9ddcde80ce0260038d5b9191fc832 (diff) |
clean up snapshots
as part of the realse we need to remove any use of snapshot artifacts from the code
Change-Id: Ib85feb6e3b2ff4fbba783cb11c4574d0a66657af
Issue-Id: SDC-530
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'openecomp-be/tools/zusammen-tools')
-rw-r--r-- | openecomp-be/tools/zusammen-tools/pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/openecomp-be/tools/zusammen-tools/pom.xml b/openecomp-be/tools/zusammen-tools/pom.xml index 72a4a7bb23..7f4b93bf83 100644 --- a/openecomp-be/tools/zusammen-tools/pom.xml +++ b/openecomp-be/tools/zusammen-tools/pom.xml @@ -17,32 +17,32 @@ <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-vendor-software-product-api</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <artifactId>openecomp-zusammen-plugin</artifactId> <groupId>org.openecomp.sdc.core</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-vendor-software-product-core</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-vendor-license-api</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-model-impl</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.openecomp.sdc.core</groupId> <artifactId>openecomp-zusammen-core</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>com.amdocs.zusammen.plugin</groupId> @@ -57,7 +57,7 @@ <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-vendor-license-core</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>${project.version}</version> </dependency> </dependencies> <artifactId>openecomp-zusammen-tools</artifactId> |