diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-10 13:01:28 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-10 13:01:34 -0500 |
commit | d37552e39459218a1c8dced3eb50fb35888a03a8 (patch) | |
tree | 28cf8a4998c0b5afab8432c864f8ad37384124ec | |
parent | dae584b05a3457c82271706fef634c59f34fad59 (diff) |
upgrading to 1.1.0-SNAPSHOT
Change-Id: I33d11e370801ff9d0f21339ccf953d29c872ff09
Signed-off-by: Pamela Dragosh <pdragosh@research.att.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 |
5 files changed, 5 insertions, 5 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index d2384edd..73810465 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>ECOMP-Logging</artifactId> diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index f34a4304..51e2cca0 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.openecomp.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> </parent> <name>Integrity Audit</name> diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index cc884a0c..af87572f 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.openecomp.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> </parent> <name>Integrity Monitor</name> @@ -24,7 +24,7 @@ <groupId>org.openecomp.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/site-manager/pom.xml b/site-manager/pom.xml index 35f9107f..82750743 100644 --- a/site-manager/pom.xml +++ b/site-manager/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.openecomp.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> </parent> <name>site-manager</name> |