summaryrefslogtreecommitdiffstats
path: root/appc-dg
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-03-10 13:07:19 -0800
committerPatrick Brady <pb071s@att.com>2017-03-10 13:08:31 -0800
commit03682da2849b4e6ed5fe168c0ecb080a6d5c00b3 (patch)
treef9d50f8a94ad2ab87d4c8b61cbaf2daab1d33d8f /appc-dg
parentcdbf22c06167564c28912a6c8b0f2b81e2b5a1de (diff)
Updating master to 1.1.0-SNAPSHOT
Change-Id: I4f2bf794f5ce8b60c4fc35817e69c9cbd337cc47 Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'appc-dg')
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-aai/pom.xml2
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-common/pom.xml2
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-license-manager/pom.xml4
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml2
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-shared-features/pom.xml2
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-shared-installer/pom.xml2
-rw-r--r--appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml2
-rw-r--r--appc-dg/appc-dg-shared/pom.xml2
-rw-r--r--appc-dg/pom.xml2
9 files changed, 10 insertions, 10 deletions
diff --git a/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml b/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml
index 5aa804baa..814386788 100644
--- a/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc-dg-shared</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>appc-dg-aai</artifactId>
<packaging>bundle</packaging>
diff --git a/appc-dg/appc-dg-shared/appc-dg-common/pom.xml b/appc-dg/appc-dg-shared/appc-dg-common/pom.xml
index e353d8321..6ad459162 100644
--- a/appc-dg/appc-dg-shared/appc-dg-common/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-common/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc-dg-shared</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>appc-dg-common</artifactId>
<packaging>bundle</packaging>
diff --git a/appc-dg/appc-dg-shared/appc-dg-license-manager/pom.xml b/appc-dg/appc-dg-shared/appc-dg-license-manager/pom.xml
index ec6ad68a3..d6904babc 100644
--- a/appc-dg/appc-dg-shared/appc-dg-license-manager/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-license-manager/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc-dg-shared</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>appc-dg-license-manager</artifactId>
<packaging>bundle</packaging>
@@ -19,7 +19,7 @@
<dependency>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc-license-manager-api</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml b/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml
index 222d07692..705f425ca 100644
--- a/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc-dg-shared</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>appc-dg-netconf</artifactId>
<packaging>bundle</packaging>
diff --git a/appc-dg/appc-dg-shared/appc-dg-shared-features/pom.xml b/appc-dg/appc-dg-shared/appc-dg-shared-features/pom.xml
index d382d20c8..0cc717d08 100644
--- a/appc-dg/appc-dg-shared/appc-dg-shared-features/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-shared-features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc-dg-shared</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>appc-dg-shared-features</artifactId>
<packaging>jar</packaging>
diff --git a/appc-dg/appc-dg-shared/appc-dg-shared-installer/pom.xml b/appc-dg/appc-dg-shared/appc-dg-shared-installer/pom.xml
index e79bad5a5..895f25e57 100644
--- a/appc-dg/appc-dg-shared/appc-dg-shared-installer/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-shared-installer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc-dg-shared</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>appc-dg-shared-installer</artifactId>
<name>APPC DG Shared - Karaf Installer</name>
diff --git a/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml b/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml
index 166a8b1d5..3f5c51f28 100644
--- a/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml
+++ b/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc-dg-shared</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>appc-dg-ssh</artifactId>
<packaging>bundle</packaging>
diff --git a/appc-dg/appc-dg-shared/pom.xml b/appc-dg/appc-dg-shared/pom.xml
index da180050c..1645866bf 100644
--- a/appc-dg/appc-dg-shared/pom.xml
+++ b/appc-dg/appc-dg-shared/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc-dg</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>appc-dg-shared</artifactId>
<packaging>pom</packaging>
diff --git a/appc-dg/pom.xml b/appc-dg/pom.xml
index 9fb7d281d..0193f3220 100644
--- a/appc-dg/pom.xml
+++ b/appc-dg/pom.xml
@@ -3,7 +3,7 @@
<parent>
<artifactId>appc</artifactId>
<groupId>org.openecomp.appc</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>appc-dg</artifactId>