summaryrefslogtreecommitdiffstats
path: root/catalog-be-plugins
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-09-03 15:09:21 +0200
committerJulien Bertozzi <julien.bertozzi@intl.att.com>2020-09-07 13:02:06 +0000
commit334409683f60693d89477054ed8ff20e6a1ea8a9 (patch)
tree88e432a89e2ad09938ae4b57100cc3a1c36e24cd /catalog-be-plugins
parent61663b92910868a4de51c6fe9a7cef7da96da7e9 (diff)
Update version to 1.7.1
Update the pom to 1.7.1 so that we could deliver when we want Issue-ID: SDC-3274 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I1cea02ebe28cc7cbb03ea5dd3ced98953e32dfc1 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'catalog-be-plugins')
-rw-r--r--catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml5
-rw-r--r--catalog-be-plugins/pom.xml2
2 files changed, 3 insertions, 4 deletions
diff --git a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml
index 5be64736f9..e7b5760b69 100644
--- a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml
+++ b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml
@@ -24,14 +24,13 @@
<parent>
<artifactId>catalog-be-plugins</artifactId>
<groupId>org.openecomp.sdc</groupId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>etsi-nfv-nsd-csar-plugin</artifactId>
<properties>
- <sdc.version>1.7.0-SNAPSHOT</sdc.version>
<hamcrest.version>2.2</hamcrest.version>
</properties>
@@ -40,7 +39,7 @@
<dependency>
<groupId>org.openecomp.sdc</groupId>
<artifactId>catalog-be</artifactId>
- <version>${sdc.version}</version>
+ <version>${project.version}</version>
<classifier>classes</classifier>
</dependency>
diff --git a/catalog-be-plugins/pom.xml b/catalog-be-plugins/pom.xml
index f0f8d99475..0d17de138d 100644
--- a/catalog-be-plugins/pom.xml
+++ b/catalog-be-plugins/pom.xml
@@ -24,7 +24,7 @@
<parent>
<artifactId>sdc-main</artifactId>
<groupId>org.openecomp.sdc</groupId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>catalog-be-plugins</artifactId>