diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-09-11 15:08:26 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-09-11 15:08:55 -0700 |
commit | 4b83d7aac1143724c1846cb86a7c815a9637cb97 (patch) | |
tree | 38abc62c06ec04c29501df6b22b42ef9a21d2ef5 | |
parent | 26d50095a81a3adacd9c4399e87b597d92fd66d5 (diff) |
Increment version to 2.6.2-SNAPSHOT
Change-Id: I73ec41bb552ff09ca1c340f61278b2c42b10b45b
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
-rw-r--r-- | binding-parent/pom.xml | 2 | ||||
-rw-r--r-- | bundle-parent/pom.xml | 2 | ||||
-rw-r--r-- | feature-repo-parent/pom.xml | 2 | ||||
-rw-r--r-- | odlparent-lite/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | single-feature-parent/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index c4da262..a5a4f06 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index d50cba3..664ab22 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>bundle-parent</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index 40bc7e7..8c40a30 100644 --- a/feature-repo-parent/pom.xml +++ b/feature-repo-parent/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index 8636958..992c333 100644 --- a/odlparent-lite/pom.xml +++ b/odlparent-lite/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>parent</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index 90a60df..5538131 100644 --- a/single-feature-parent/pom.xml +++ b/single-feature-parent/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <packaging>pom</packaging> <groupId>org.onap.appc.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.6.1-SNAPSHOT</version> + <version>2.6.2-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/version.properties b/version.properties index 5c14b01..9f6c195 100644 --- a/version.properties +++ b/version.properties @@ -26,7 +26,7 @@ release_name=2 sprint_number=6 -feature_revision=1 +feature_revision=2 base_version=${release_name}.${sprint_number}.${feature_revision} |