diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-05-27 13:36:06 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-05-27 13:36:06 -0500 |
commit | ede56ba6e5332df387e32db0d697b9eca67d64bc (patch) | |
tree | 75b39bf4b794fa57e50356f2172d3a0ab414b3af | |
parent | d57782640c70e0c4229f8a6e50dcbdf3bafc9234 (diff) |
bump poms to 2.1.4-SNAPSHOT5.0.2-ONAPelalto
Issue-ID: POLICY-2475
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Idcd8a61e56613447339c1cf41ab105fb24a332c4
-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 | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/main/pom.xml b/main/pom.xml index 1289044b..d98a9c4e 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>main</artifactId> diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 27789769..e874e11d 100644 --- a/packages/policy-api-docker/pom.xml +++ b/packages/policy-api-docker/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>packages</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.4-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index 47fb1af0..bbe6faa7 100644 --- a/packages/policy-api-tarball/pom.xml +++ b/packages/policy-api-tarball/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>packages</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>policy-api-tarball</artifactId> diff --git a/packages/pom.xml b/packages/pom.xml index 5d180d7c..1c623463 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>packages</artifactId> @@ -32,7 +32,7 @@ <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.4-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index ffb87107..01332589 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>testsuites</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 4e4a1dfd..48644caf 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>testsuites</artifactId> <packaging>pom</packaging> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 1918543b..1cd49f5b 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.api</groupId> <artifactId>testsuites</artifactId> - <version>2.1.3-SNAPSHOT</version> + <version>2.1.4-SNAPSHOT</version> </parent> <artifactId>stability</artifactId> <build> diff --git a/version.properties b/version.properties index 28a1d8d2..3e2eebbc 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=2 minor=1 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} |