diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-05-04 12:12:26 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-05-04 12:12:26 -0700 |
commit | 38eaa8d4f08189d517833c98c7d79d2848e81931 (patch) | |
tree | becf829ec1526bba7e0789ea845790b3a158ab4d | |
parent | 3c8c40963efc1a8f87366cf3a07b9da92db50989 (diff) |
Increment version to 2.8.0-SNAPSHOT
Change-Id: Id29cf6732654bce78a2e677b8e9bac9ea86bcfa5
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
-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 | 4 |
7 files changed, 8 insertions, 8 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 2564d4d..4d1aae6 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.7.2-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index b78ee74..c143f6b 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.7.2-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index 2aba31d..b147833 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.7.2-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index ddc6e39..3f4353e 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.7.2-SNAPSHOT</version> + <version>2.8.0-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.7.2-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index 9f3ae17..7857a29 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.7.2-SNAPSHOT</version> + <version>2.8.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/version.properties b/version.properties index b3c5d6f..0a35ad8 100644 --- a/version.properties +++ b/version.properties @@ -25,8 +25,8 @@ # because they are used in Jenkins, whose plug-in doesn't support release_name=2 -sprint_number=7 -feature_revision=2 +sprint_number=8 +feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} |