aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-06-05 15:41:08 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-06-05 15:44:01 +0100
commit6f69d79828fdb282803089c1c0722463b9a59a5b (patch)
tree547cfd2efbf3069bf3ba7a91a1677ff9261291d5
parentbbe088daaafd2519f2f1f0a342728e719da7e162 (diff)
Update policy-common to SNAPSHOT-1.3.0
Snapshot updated for Casablanca. Change-Id: Ife941f771b02be68e35fd638adfac78cf2b3ba99 Issue-ID: POLICY-875 Signed-off-by: liamfallon <liam.fallon@ericsson.com>
-rw-r--r--common-logging/pom.xml2
-rw-r--r--integrity-audit/pom.xml2
-rw-r--r--integrity-monitor/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--site-manager/pom.xml2
-rw-r--r--utils-test/pom.xml2
-rw-r--r--utils/pom.xml2
-rw-r--r--version.properties4
8 files changed, 9 insertions, 9 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index 35536fbb..82849b93 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>ONAP-Logging</artifactId>
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml
index f0d0c628..107b13a7 100644
--- a/integrity-audit/pom.xml
+++ b/integrity-audit/pom.xml
@@ -30,7 +30,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<name>Integrity Audit</name>
diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml
index f98109bc..5ec1f5ee 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.2.3-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<name>Integrity Monitor</name>
diff --git a/pom.xml b/pom.xml
index 9e2e1010..16fa11a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
diff --git a/site-manager/pom.xml b/site-manager/pom.xml
index 5e5d572d..be789905 100644
--- a/site-manager/pom.xml
+++ b/site-manager/pom.xml
@@ -30,7 +30,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<name>site-manager</name>
diff --git a/utils-test/pom.xml b/utils-test/pom.xml
index ded61842..a7c2eaee 100644
--- a/utils-test/pom.xml
+++ b/utils-test/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>utils-test</artifactId>
diff --git a/utils/pom.xml b/utils/pom.xml
index efb65bb1..cf34bd7c 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.2.3-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>utils</artifactId>
diff --git a/version.properties b/version.properties
index f1770451..a254b216 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=2
-patch=3
+minor=3
+patch=0
base_version=${major}.${minor}.${patch}