diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-20 11:04:57 -0800 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-21 16:26:15 -0500 |
commit | 1240ccff36e26154de009bb16a024e221566fb80 (patch) | |
tree | d20629b79e9ac27cdd701d8e258792feb9a3ad3c | |
parent | 3f083b11774858907a358a2736caed53090ae555 (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: If5ef8fc3ffb6c819d1c3b8eed0922729997243ef
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | generic-resource-api/features/pom.xml | 2 | ||||
-rwxr-xr-x | generic-resource-api/installer/pom.xml | 2 | ||||
-rw-r--r-- | generic-resource-api/model/pom.xml | 2 | ||||
-rw-r--r-- | generic-resource-api/pom.xml | 4 | ||||
-rw-r--r-- | generic-resource-api/provider/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 | ||||
-rw-r--r-- | vnfapi/features/pom.xml | 2 | ||||
-rwxr-xr-x | vnfapi/installer/pom.xml | 2 | ||||
-rw-r--r-- | vnfapi/model/pom.xml | 2 | ||||
-rw-r--r-- | vnfapi/pom.xml | 4 | ||||
-rw-r--r-- | vnfapi/provider/pom.xml | 2 | ||||
-rw-r--r-- | vnftools/features/pom.xml | 2 | ||||
-rwxr-xr-x | vnftools/installer/pom.xml | 2 | ||||
-rw-r--r-- | vnftools/pom.xml | 4 | ||||
-rw-r--r-- | vnftools/provider/pom.xml | 2 |
16 files changed, 20 insertions, 20 deletions
diff --git a/generic-resource-api/features/pom.xml b/generic-resource-api/features/pom.xml index bd8f1031..8b3e0e49 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.2-SNAPSHOT</version> + <version>1.3.0-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 34b2e388..e3ca5eb8 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.2-SNAPSHOT</version> + <version>1.3.0-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 431b5f1d..701b5163 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.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>generic-resource-api-model</artifactId> diff --git a/generic-resource-api/pom.xml b/generic-resource-api/pom.xml index 6505941d..7696de8a 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.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/generic-resource-api/provider/pom.xml b/generic-resource-api/provider/pom.xml index 5f209647..4d82ec99 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.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>generic-resource-api-provider</artifactId> @@ -113,7 +113,7 @@ <organization> <name>ONAP</name> </organization> - <version>1.2.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </project> diff --git a/version.properties b/version.properties index b00af220..1dcc37c2 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support release_name=1 -sprint_number=2 -feature_revision=2 +sprint_number=3 +feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} diff --git a/vnfapi/features/pom.xml b/vnfapi/features/pom.xml index 5a5e5615..f8e78914 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.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>vnfapi-features</artifactId> diff --git a/vnfapi/installer/pom.xml b/vnfapi/installer/pom.xml index c786f0f2..a3fc6350 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.2-SNAPSHOT</version> + <version>1.3.0-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 1e996393..da38b467 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.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>vnfapi-model</artifactId> <packaging>bundle</packaging> diff --git a/vnfapi/pom.xml b/vnfapi/pom.xml index 916a8233..17403b05 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.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>vnfapi</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <properties> <feature-name>vnfapi</feature-name> diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml index 7f049d72..aac430a3 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.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>vnfapi-provider</artifactId> <packaging>bundle</packaging> diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml index 070ff404..e16e2db7 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.2-SNAPSHOT</version> + <version>1.3.0-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 a85b478c..134fb1ff 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.2-SNAPSHOT</version> + <version>1.3.0-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 0bbaccdc..1e58c729 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.2-SNAPSHOT</version> + <version>1.3.0-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.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <dependencyManagement> diff --git a/vnftools/provider/pom.xml b/vnftools/provider/pom.xml index 63fb0bd7..29ca7198 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.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <artifactId>vnftools-provider</artifactId> <packaging>bundle</packaging> |