diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-18 18:34:43 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-18 18:34:43 -0800 |
commit | 91a49e93746d84bbaad6120abc8b8673c658414d (patch) | |
tree | fba60b7ba503bd6f35051b406cd1c35b00d529a5 | |
parent | d907e2aaa53e1fa5d12a36c43f6055731aab4170 (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: Id33c61586582d008ecede4cd31ed6b046a5bafc0
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-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 |
5 files changed, 5 insertions, 5 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index cfde271f..400434c1 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.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>ONAP-Logging</artifactId> diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 9d7918f2..7f20620f 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.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <name>Integrity Audit</name> diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index b9c7b4a7..3ee95c71 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.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <name>Integrity Monitor</name> @@ -31,7 +31,7 @@ <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/site-manager/pom.xml b/site-manager/pom.xml index 861e8fb9..8726825e 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.2-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <name>site-manager</name> |