diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-03-31 16:38:54 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-03-31 16:38:54 -0700 |
commit | 3c8c40963efc1a8f87366cf3a07b9da92db50989 (patch) | |
tree | f895e554a7492b14d82421c8d7ff4b7b1917688a | |
parent | 146682096032fa3f3c4d2cb762fa60b935f81826 (diff) |
Increment version to 2.7.2-SNAPSHOT
Change-Id: I0ccd82205351da21d96ca387b1ba3b4a362100db
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 | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index 5c7bb1b..2564d4d 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.1-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index bc74940..b78ee74 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.1-SNAPSHOT</version> + <version>2.7.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 1b01e8a..2aba31d 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.1-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index 9c0d125..ddc6e39 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.1-SNAPSHOT</version> + <version>2.7.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.7.1-SNAPSHOT</version> + <version>2.7.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 d6785cc..9f3ae17 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.1-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/version.properties b/version.properties index d49cd07..b3c5d6f 100644 --- a/version.properties +++ b/version.properties @@ -26,7 +26,7 @@ release_name=2 sprint_number=7 -feature_revision=1 +feature_revision=2 base_version=${release_name}.${sprint_number}.${feature_revision} |