diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-11-15 06:50:52 -0500 |
---|---|---|
committer | Daniel Cruz <dc443y@att.com> | 2017-11-20 19:18:56 +0000 |
commit | 5d87e90adf7f36c1411b3c925fd202358ae8ffa9 (patch) | |
tree | 9f8d7e306bc3569e81ae6d1962b0920c7ff24333 | |
parent | ed4bdeac45c6d5674d1f343d4e5156a2ddd91a1e (diff) |
Update SNAPSHOT 1.1.2v1.1.2
We release 1.1.1, now move up to 1.1.2
Issue-ID: POLICY-436
Change-Id: I5d2c79ac5f7a2561e79a6644785238465180c59c
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
(cherry picked from commit d907e2aaa53e1fa5d12a36c43f6055731aab4170)
-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-- | version.properties | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index d16cdbfe..cfde271f 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.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> </parent> <artifactId>ONAP-Logging</artifactId> diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 90d182b8..9d7918f2 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.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> </parent> <name>Integrity Audit</name> diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index 576d56bc..b9c7b4a7 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.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> </parent> <name>Integrity Monitor</name> @@ -31,7 +31,7 @@ <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/site-manager/pom.xml b/site-manager/pom.xml index e2209c39..861e8fb9 100644 --- a/site-manager/pom.xml +++ b/site-manager/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> </parent> <name>site-manager</name> diff --git a/version.properties b/version.properties index 55fbf441..c0fa9d52 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |