diff options
author | Jim Hahn <jrh3@att.com> | 2020-05-19 18:13:26 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-05-19 18:14:00 -0400 |
commit | d8fe5673daaf680f24bda96d471b6b6d67ff1bcc (patch) | |
tree | f33857494565a3717c5561c9c68fb9c6fd48a72c | |
parent | d52e8069e2f568cfd7c868ad3c1a16d50e92b98f (diff) |
Bump api master to 2.3.0-SNAPSHOT
Issue-ID: POLICY-2514
Change-Id: I96a04bc18d92bf63e8fdf3a0b19a695d062633bb
Signed-off-by: Jim Hahn <jrh3@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 | 2 | ||||
-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, 10 insertions, 10 deletions
diff --git a/main/pom.xml b/main/pom.xml index 4bbdc0eb..1fcb4a3c 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.2.4-SNAPSHOT</version> + <version>2.3.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 5ad1d3f2..d0a5689a 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.2.4-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index 17f18841..53e77286 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.2.4-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>policy-api-tarball</artifactId> diff --git a/packages/pom.xml b/packages/pom.xml index 104c5791..6e262df8 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.2.4-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>api-packages</artifactId> @@ -33,7 +33,7 @@ <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.2.4-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 304a9201..e1d734fe 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.2.4-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>api-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index c70414b7..f299a29a 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.2.4-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>api-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index f054cf95..6c32e039 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.2.4-SNAPSHOT</version> + <version>2.3.0-SNAPSHOT</version> </parent> <artifactId>api-stability</artifactId> <build> diff --git a/version.properties b/version.properties index dd0bf5c9..d54fa5b8 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=2 -patch=4 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} |