diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-05-08 09:22:07 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-05-08 09:22:10 -0700 |
commit | 4859e43b0bd7695797532adbbc6ad2ced0116030 (patch) | |
tree | a43bc13726e0e5b17a3eee3f0d0adb0fa28107f3 | |
parent | d3fdc1498641abebf953f77e4f8ee6a5123b6163 (diff) |
Change major version of parent
The maven version plugin is not working correctly
when the parent pom file version matches the version
of appc pom files. This change will keep the numbers
different.
Change-Id: I7d376fc7c1489e9d72f7aee55454166a0188b19f
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1601
-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 3c7d735..2d717c3 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>1.6.0-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index ac1edf6..7a40734 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>1.6.0-SNAPSHOT</version> + <version>2.6.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 0008b2a..481cdb8 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>1.6.0-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index f9ff9d9..0bb1a15 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>1.6.0-SNAPSHOT</version> + <version>2.6.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>1.6.0-SNAPSHOT</version> + <version>2.6.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 bc2cbe4..e0344e8 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>1.6.0-SNAPSHOT</version> + <version>2.6.0-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/version.properties b/version.properties index 45e6ecd..e9dbf6a 100644 --- a/version.properties +++ b/version.properties @@ -24,7 +24,7 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -release_name=1 +release_name=2 sprint_number=6 feature_revision=0 |