diff options
author | pd1248 <pdragosh@research.att.com> | 2021-03-11 15:25:31 -0500 |
---|---|---|
committer | pd1248 <pdragosh@research.att.com> | 2021-03-11 15:25:36 -0500 |
commit | 29169f6f4277264995a7338820e6e3ae1a6eb28e (patch) | |
tree | c689aa3fafb270b19b7c400089607f0911f3b9c9 | |
parent | 576f39f321b99bb8cb0c14bccc8bb7ffa68648d8 (diff) |
Bump api to 2.5.0-SNAPSHOT
Issue-ID: POLICY-3105
Change-Id: Ia2016f32738100e8c795b3045d5739a4985a97a1
Signed-off-by: pd1248 <pdragosh@research.att.com>
-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 138db1f4..a8364ac2 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.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 62163276..251e84d4 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.4.2-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index 9ddafc96..6379434d 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.4.2-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>policy-api-tarball</artifactId> diff --git a/packages/pom.xml b/packages/pom.xml index 47ebd0a5..d668bfe4 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.4.2-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>api-packages</artifactId> @@ -28,13 +28,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.3.0</version> + <version>3.4.0-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.4.2-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> <packaging>pom</packaging> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>1.8.0</policy.common.version> - <policy.models.version>2.4.1</policy.models.version> + <policy.common.version>1.9.0-SNAPSHOT</policy.common.version> + <policy.models.version>2.5.0-SNAPSHOT</policy.models.version> </properties> <modules> diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index bc2f27fe..57e019ec 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.4.2-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>api-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 61beab03..398fb9aa 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.4.2-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>api-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index b3e8a71b..96753df1 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.4.2-SNAPSHOT</version> + <version>2.5.0-SNAPSHOT</version> </parent> <artifactId>api-stability</artifactId> <build> diff --git a/version.properties b/version.properties index 926fe5b0..756f8a39 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=4 -patch=2 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} |