diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-09-26 14:48:53 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-09-26 14:48:53 -0700 |
commit | 5b1eece6cc2cecff5eb7ed05fa12d91e8644e7e4 (patch) | |
tree | da71dcd46236b17f5ee2d18577ecd61166f23b90 | |
parent | aba620f32b1c868be7eb961fb240d7923aaffa81 (diff) |
Increment version to 2.6.3-SNAPSHOT
Change-Id: I59af81f39246302de669d4a3f0f04deb622f97d3
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 b8699d1..54c8672 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.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index cd8a751..658793d 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.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index 04320e3..2e0291d 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.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index 153ba2b..3147742 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.2-SNAPSHOT</version> + <version>2.6.3-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.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index 68a13c3..9887e3b 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.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/version.properties b/version.properties index 9f6c195..c70f4ce 100644 --- a/version.properties +++ b/version.properties @@ -26,7 +26,7 @@ release_name=2 sprint_number=6 -feature_revision=2 +feature_revision=3 base_version=${release_name}.${sprint_number}.${feature_revision} |