diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-05-21 12:56:13 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-05-21 12:59:55 +0100 |
commit | 02b64fca50903e713b24a2589406c833f56f8ba2 (patch) | |
tree | c6dfb8ecedc72f35b7ef295683e0da350bd02898 | |
parent | 63db3b2c8d12a0e826b79d3246ccaae03f5f932d (diff) |
Update Policy Common to 1.2.3-SNAPSHOT
These reviews must be merged in order because of layering.
This review should be merged FIRST.
Issue-ID: POLICY-844
Change-Id: I7cf07902c3b2d7766dc64f1c1dd80d91dee18467
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
-rw-r--r-- | common-logging/pom.xml | 2 | ||||
-rw-r--r-- | integrity-audit/pom.xml | 2 | ||||
-rw-r--r-- | integrity-monitor/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | site-manager/pom.xml | 2 | ||||
-rw-r--r-- | utils-test/pom.xml | 2 | ||||
-rw-r--r-- | utils/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index 17a1deda..35536fbb 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.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> </parent> <artifactId>ONAP-Logging</artifactId> diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index ef32559c..f0d0c628 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.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> </parent> <name>Integrity Audit</name> diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index fde3ace8..f98109bc 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.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> </parent> <name>Integrity Monitor</name> @@ -31,7 +31,7 @@ <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/site-manager/pom.xml b/site-manager/pom.xml index 890045b2..5e5d572d 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.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> </parent> <name>site-manager</name> diff --git a/utils-test/pom.xml b/utils-test/pom.xml index e84cd2e2..ded61842 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.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> </parent> <artifactId>utils-test</artifactId> diff --git a/utils/pom.xml b/utils/pom.xml index 4abe6790..efb65bb1 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.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> </parent> <artifactId>utils</artifactId> diff --git a/version.properties b/version.properties index 1f3ede11..f1770451 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=2 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} |