aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-10-21 17:31:16 +0100
committerliamfallon <liam.fallon@est.tech>2022-10-21 17:31:16 +0100
commit6ab6ce5eecdb66e73482f96e0415eb1b27f433ba (patch)
treed501112d97f7da809c886765204d8c5b5427bfe9
parent03c1d198a7a11a5c4c5abc8e1deb62ba1b853f9d (diff)
Set snapshot and/or references of policy/common for new release
policy/common updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I235db15a4de1b683406457bad33e45599a5c49f5
-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--spring-utils/pom.xml2
-rw-r--r--utils-test/pom.xml2
-rw-r--r--utils/pom.xml2
-rw-r--r--version.properties4
12 files changed, 14 insertions, 14 deletions
diff --git a/capabilities/pom.xml b/capabilities/pom.xml
index 70d9e299..a7a3a985 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.11.2-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<artifactId>capabilities</artifactId>
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index 5462ff73..3d2f4ae8 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.11.2-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<artifactId>ONAP-Logging</artifactId>
diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml
index 15fba044..9e281b98 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.11.2-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<artifactId>common-parameters</artifactId>
diff --git a/gson/pom.xml b/gson/pom.xml
index dcd98aa1..b126cd2e 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.11.2-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<artifactId>gson</artifactId>
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml
index c22bc251..944cb5b5 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.11.2-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<name>Integrity Audit</name>
diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml
index 64fff811..f0724569 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.11.2-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<name>Integrity Monitor</name>
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml
index ece61233..6d39d1d9 100644
--- a/policy-endpoints/pom.xml
+++ b/policy-endpoints/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.11.2-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<artifactId>policy-endpoints</artifactId>
diff --git a/pom.xml b/pom.xml
index d794e0cd..96b2e29c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,13 +25,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.6.2-SNAPSHOT</version>
+ <version>3.7.0-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.11.2-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml
index 5f02e33e..437644ba 100644
--- a/spring-utils/pom.xml
+++ b/spring-utils/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.11.2-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<artifactId>spring-utils</artifactId>
diff --git a/utils-test/pom.xml b/utils-test/pom.xml
index 03d44982..721100e4 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.11.2-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<artifactId>utils-test</artifactId>
diff --git a/utils/pom.xml b/utils/pom.xml
index f6c7e84e..d3ffbb10 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.11.2-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
</parent>
<artifactId>utils</artifactId>
diff --git a/version.properties b/version.properties
index 805471d0..3ce0a7f0 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=11
-patch=2
+minor=12
+patch=0
base_version=${major}.${minor}.${patch}