aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-11-09 07:53:04 -0500
committerDan Timoney <dtimoney@att.com>2017-11-09 07:53:04 -0500
commit9c6a1f08827e2183e5410c82f0fb2941b83918db (patch)
tree284b22ccdaecef2e9001a7387ecf4ecfb117b576
parent89777caa13e1b150fc9fc902039d03561968b8fe (diff)
Roll to version 1.2.1-SNAPSHOTv1.2.1
Roll to next release version Change-Id: Id1d521317ca37583ed28b2bf60b0411120f13e00 Issue-ID: SDNC-74 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--generic-resource-api/features/pom.xml2
-rwxr-xr-xgeneric-resource-api/installer/pom.xml2
-rw-r--r--generic-resource-api/model/pom.xml2
-rw-r--r--generic-resource-api/pom.xml4
-rw-r--r--generic-resource-api/provider/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
-rw-r--r--vnfapi/features/pom.xml2
-rwxr-xr-xvnfapi/installer/pom.xml2
-rw-r--r--vnfapi/model/pom.xml2
-rw-r--r--vnfapi/pom.xml4
-rw-r--r--vnfapi/provider/pom.xml2
-rw-r--r--vnftools/features/pom.xml2
-rwxr-xr-xvnftools/installer/pom.xml2
-rw-r--r--vnftools/pom.xml4
-rw-r--r--vnftools/provider/pom.xml2
16 files changed, 19 insertions, 19 deletions
diff --git a/generic-resource-api/features/pom.xml b/generic-resource-api/features/pom.xml
index 041307fc..b8466eba 100644
--- a/generic-resource-api/features/pom.xml
+++ b/generic-resource-api/features/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>generic-resource-api</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>generic-resource-api-features</artifactId>
diff --git a/generic-resource-api/installer/pom.xml b/generic-resource-api/installer/pom.xml
index e1f2d513..6aaec113 100755
--- a/generic-resource-api/installer/pom.xml
+++ b/generic-resource-api/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>generic-resource-api</artifactId>
<groupId>org.onap.sdnc.northbound</groupId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>generic-resource-api-installer</artifactId>
<name>Generic Resource API - Karaf Installer</name>
diff --git a/generic-resource-api/model/pom.xml b/generic-resource-api/model/pom.xml
index f0bf6b9e..c2fbf7cc 100644
--- a/generic-resource-api/model/pom.xml
+++ b/generic-resource-api/model/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>generic-resource-api</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>generic-resource-api-model</artifactId>
diff --git a/generic-resource-api/pom.xml b/generic-resource-api/pom.xml
index f3c2e937..c986c22d 100644
--- a/generic-resource-api/pom.xml
+++ b/generic-resource-api/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>sdnc-northbound</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>generic-resource-api</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/generic-resource-api/provider/pom.xml b/generic-resource-api/provider/pom.xml
index ae1782c8..3a788b0d 100644
--- a/generic-resource-api/provider/pom.xml
+++ b/generic-resource-api/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>generic-resource-api</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>generic-resource-api-provider</artifactId>
diff --git a/pom.xml b/pom.xml
index 5fc42cfd..cff8e7b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
<organization>
<name>ONAP</name>
</organization>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</project>
diff --git a/version.properties b/version.properties
index 9bf927d7..1291f242 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
release_name=1
sprint_number=2
-feature_revision=0
+feature_revision=1
base_version=${release_name}.${sprint_number}.${feature_revision}
diff --git a/vnfapi/features/pom.xml b/vnfapi/features/pom.xml
index 781328ff..7ba644c5 100644
--- a/vnfapi/features/pom.xml
+++ b/vnfapi/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>vnfapi</artifactId>
<groupId>org.onap.sdnc.northbound</groupId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>vnfapi-features</artifactId>
diff --git a/vnfapi/installer/pom.xml b/vnfapi/installer/pom.xml
index ab174926..3192ab20 100755
--- a/vnfapi/installer/pom.xml
+++ b/vnfapi/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>vnfapi</artifactId>
<groupId>org.onap.sdnc.northbound</groupId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>vnfapi-installer</artifactId>
<name>VNF API - Karaf Installer</name>
diff --git a/vnfapi/model/pom.xml b/vnfapi/model/pom.xml
index 1c83424d..4211b7f5 100644
--- a/vnfapi/model/pom.xml
+++ b/vnfapi/model/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>vnfapi</artifactId>
<groupId>org.onap.sdnc.northbound</groupId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>vnfapi-model</artifactId>
<packaging>bundle</packaging>
diff --git a/vnfapi/pom.xml b/vnfapi/pom.xml
index 2b0f53aa..0dafd494 100644
--- a/vnfapi/pom.xml
+++ b/vnfapi/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>sdnc-northbound</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>vnfapi</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<properties>
<feature-name>vnfapi</feature-name>
diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml
index e373b69f..5296a131 100644
--- a/vnfapi/provider/pom.xml
+++ b/vnfapi/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>vnfapi</artifactId>
<groupId>org.onap.sdnc.northbound</groupId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>vnfapi-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml
index 452737fa..d6d757ed 100644
--- a/vnftools/features/pom.xml
+++ b/vnftools/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>vnftools</artifactId>
<groupId>org.onap.sdnc.northbound</groupId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>vnftools-features</artifactId>
<name>VNF tools Plugin - Features</name>
diff --git a/vnftools/installer/pom.xml b/vnftools/installer/pom.xml
index 196b6bd8..e46a7d1b 100755
--- a/vnftools/installer/pom.xml
+++ b/vnftools/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>vnftools</artifactId>
<groupId>org.onap.sdnc.northbound</groupId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>vnftools-installer</artifactId>
<name>VNF Tools Plugin - Karaf Installer</name>
diff --git a/vnftools/pom.xml b/vnftools/pom.xml
index c9ed9790..cb7522d7 100644
--- a/vnftools/pom.xml
+++ b/vnftools/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>sdnc-northbound</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -18,7 +18,7 @@
<name>VNF Tools Plugin</name>
<description>Provides execute nodes to Directed Graphs that use the VNF Module.</description>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<dependencyManagement>
diff --git a/vnftools/provider/pom.xml b/vnftools/provider/pom.xml
index e0cd5b4e..ddf6cb3e 100644
--- a/vnftools/provider/pom.xml
+++ b/vnftools/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>vnftools</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>vnftools-provider</artifactId>
<packaging>bundle</packaging>