diff options
author | liamfallon <liam.fallon@est.tech> | 2022-05-03 17:21:48 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-05-03 17:30:29 +0100 |
commit | be1caa4907e14c8572e9a78b2a959d50e31a117b (patch) | |
tree | 1de448a1e5e7422294e37733a6e911ed38168cbf | |
parent | e2c54eab98d9586f6f63a4fbbae5c72fb269222f (diff) |
Set snapshot and/or references of policy/api for new release
policy/api updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4073
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I92164d86463228070bbc96eefb66ebea72617b77
Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r-- | main/pom.xml | 2 | ||||
-rw-r--r-- | packages/policy-api-docker/pom.xml | 2 | ||||
-rw-r--r-- | packages/policy-api-tarball/pom.xml | 2 | ||||
-rw-r--r-- | packages/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 8 | ||||
-rw-r--r-- | testsuites/performance/pom.xml | 2 | ||||
-rw-r--r-- | testsuites/pom.xml | 2 | ||||
-rw-r--r-- | testsuites/stability/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
9 files changed, 13 insertions, 13 deletions
diff --git a/main/pom.xml b/main/pom.xml index 5b502b83..0a317e60 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.6.4-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>api-main</artifactId> diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index bb7c182d..9bc438d9 100644 --- a/packages/policy-api-docker/pom.xml +++ b/packages/policy-api-docker/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>api-packages</artifactId> - <version>2.6.4-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index bafbe4e0..4abaf62f 100644 --- a/packages/policy-api-tarball/pom.xml +++ b/packages/policy-api-tarball/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>api-packages</artifactId> - <version>2.6.4-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>policy-api-tarball</artifactId> diff --git a/packages/pom.xml b/packages/pom.xml index 72fa838f..552101c9 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.6.4-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>api-packages</artifactId> @@ -28,13 +28,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.5.4-SNAPSHOT</version> + <version>3.6.0-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.6.4-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> <packaging>pom</packaging> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>1.10.4-SNAPSHOT</policy.common.version> - <policy.models.version>2.6.4-SNAPSHOT</policy.models.version> + <policy.common.version>1.11.0-SNAPSHOT</policy.common.version> + <policy.models.version>2.7.0-SNAPSHOT</policy.models.version> </properties> <modules> diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index d6341c1c..823469f9 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>api-testsuites</artifactId> - <version>2.6.4-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>api-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index f1c2025f..d7a6852a 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.6.4-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>api-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 48f9310a..f6476e61 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>api-testsuites</artifactId> - <version>2.6.4-SNAPSHOT</version> + <version>2.7.0-SNAPSHOT</version> </parent> <artifactId>api-stability</artifactId> <build> diff --git a/version.properties b/version.properties index 07f80c6a..8b9e3171 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=2 -minor=6 -patch=4 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} |