aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-03-10 14:27:32 -0500
committerJim Hahn <jrh3@att.com>2021-03-10 14:41:56 -0500
commit0b7b9cf9d557a649ab7931179b2c25d8474171b7 (patch)
treea7a67cf8945208af9cf9d8038e3680ef15145ab5
parentef4a13988a7f9e539980f7262ede9d042ac9c658 (diff)
Bump version to 1.9.0 in common
Issue-ID: POLICY-3105 Change-Id: I1fd654fef96a1e41f150ea13baf39acc882f6bb2 Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--capabilities/pom.xml2
-rw-r--r--common-logging/pom.xml2
-rw-r--r--common-parameters/pom.xml2
-rw-r--r--gson/pom.xml2
-rw-r--r--integrity-audit/pom.xml2
-rw-r--r--integrity-monitor/pom.xml2
-rw-r--r--policy-endpoints/pom.xml2
-rw-r--r--pom.xml4
-rw-r--r--utils-test/pom.xml2
-rw-r--r--utils/pom.xml2
-rw-r--r--version.properties4
11 files changed, 13 insertions, 13 deletions
diff --git a/capabilities/pom.xml b/capabilities/pom.xml
index 733f6990..766f7de4 100644
--- a/capabilities/pom.xml
+++ b/capabilities/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>capabilities</artifactId>
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index 366573c1..0e8f2da3 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>ONAP-Logging</artifactId>
diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml
index d1053bb8..e22b6ea3 100644
--- a/common-parameters/pom.xml
+++ b/common-parameters/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>common-parameters</artifactId>
diff --git a/gson/pom.xml b/gson/pom.xml
index 16b4a210..4f004de4 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>gson</artifactId>
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml
index cc01bf49..323c59e2 100644
--- a/integrity-audit/pom.xml
+++ b/integrity-audit/pom.xml
@@ -32,7 +32,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<name>Integrity Audit</name>
diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml
index 9ef46cb9..7004943e 100644
--- a/integrity-monitor/pom.xml
+++ b/integrity-monitor/pom.xml
@@ -30,7 +30,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<name>Integrity Monitor</name>
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index b0eaa0c5..650a7dff 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>policy-endpoints</artifactId>
diff --git a/pom.xml b/pom.xml
index c86c0800..d5c09d12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,13 +25,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.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/utils-test/pom.xml b/utils-test/pom.xml
index 5c1b4444..04759725 100644
--- a/utils-test/pom.xml
+++ b/utils-test/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>utils-test</artifactId>
diff --git a/utils/pom.xml b/utils/pom.xml
index e0587733..bfc10740 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>utils</artifactId>
diff --git a/version.properties b/version.properties
index b3f28cde..0986d1f0 100644
--- a/version.properties
+++ b/version.properties
@@ -3,8 +3,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=8
-patch=1
+minor=9
+patch=0
base_version=${major}.${minor}.${patch}