aboutsummaryrefslogtreecommitdiffstats
path: root/appc-outbound
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2020-01-15 12:25:18 -0800
committerPatrick Brady <patrick.brady@att.com>2020-01-21 21:31:46 +0000
commitdac845c622625f78f5c28be9b93ecf3ab377f488 (patch)
treea6ae4321e467830cf6b725f2f51bd4fec518beec /appc-outbound
parentce1a3511b5428501a72f501e9e13cb2d55c2c01f (diff)
Increment version to 1.7.1-SNAPSHOT
Change-Id: I1d1528e9029510ac14f7b527b245854df48c3d9a Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
Diffstat (limited to 'appc-outbound')
-rw-r--r--appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml2
-rw-r--r--appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml2
-rw-r--r--appc-outbound/appc-aai-client/features/pom.xml2
-rwxr-xr-xappc-outbound/appc-aai-client/installer/pom.xml2
-rwxr-xr-xappc-outbound/appc-aai-client/pom.xml2
-rwxr-xr-xappc-outbound/appc-aai-client/provider/pom.xml2
-rw-r--r--appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml2
-rw-r--r--appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml2
-rw-r--r--appc-outbound/appc-network-inventory-client/features/pom.xml2
-rwxr-xr-xappc-outbound/appc-network-inventory-client/installer/pom.xml2
-rwxr-xr-xappc-outbound/appc-network-inventory-client/pom.xml2
-rwxr-xr-xappc-outbound/appc-network-inventory-client/provider/pom.xml2
-rwxr-xr-xappc-outbound/pom.xml2
13 files changed, 13 insertions, 13 deletions
diff --git a/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml
index e8224eaf7..87e3e5dcc 100644
--- a/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml
+++ b/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.appc</groupId>
<artifactId>features-appc-aai-client</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
<packaging>feature</packaging>
<name/>
diff --git a/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml
index 2cfc74d2a..86a5845b1 100644
--- a/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml
+++ b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.appc</groupId>
<artifactId>onap-appc-aai-client</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
<packaging>feature</packaging>
<name/>
diff --git a/appc-outbound/appc-aai-client/features/pom.xml b/appc-outbound/appc-aai-client/features/pom.xml
index cfd3db4a7..d1ba36aa6 100644
--- a/appc-outbound/appc-aai-client/features/pom.xml
+++ b/appc-outbound/appc-aai-client/features/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.appc</groupId>
<artifactId>appc-aai-client-feature-aggregator</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name/>
diff --git a/appc-outbound/appc-aai-client/installer/pom.xml b/appc-outbound/appc-aai-client/installer/pom.xml
index 2b9d65d89..302541008 100755
--- a/appc-outbound/appc-aai-client/installer/pom.xml
+++ b/appc-outbound/appc-aai-client/installer/pom.xml
@@ -152,5 +152,5 @@
</plugins>
</build>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
</project>
diff --git a/appc-outbound/appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/pom.xml
index e1c7dd5c1..df522ad78 100755
--- a/appc-outbound/appc-aai-client/pom.xml
+++ b/appc-outbound/appc-aai-client/pom.xml
@@ -65,5 +65,5 @@
<module>features</module>
<module>installer</module>
</modules>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
</project>
diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml
index 59af9f1b0..09208e770 100755
--- a/appc-outbound/appc-aai-client/provider/pom.xml
+++ b/appc-outbound/appc-aai-client/provider/pom.xml
@@ -158,5 +158,5 @@
</plugins>
</pluginManagement>
</build>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
</project>
diff --git a/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml
index d4f94a549..5d2660e9f 100644
--- a/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml
+++ b/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.appc</groupId>
<artifactId>features-appc-network-inventory-client</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
<packaging>feature</packaging>
<name/>
diff --git a/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml
index 61f1a3d00..c244c782a 100644
--- a/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml
+++ b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.appc</groupId>
<artifactId>onap-appc-network-inventory-client</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
<packaging>feature</packaging>
<name/>
diff --git a/appc-outbound/appc-network-inventory-client/features/pom.xml b/appc-outbound/appc-network-inventory-client/features/pom.xml
index f52354a9b..32eb294cc 100644
--- a/appc-outbound/appc-network-inventory-client/features/pom.xml
+++ b/appc-outbound/appc-network-inventory-client/features/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.appc</groupId>
<artifactId>appc-network-inventory-client-feature-aggregator</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name/>
diff --git a/appc-outbound/appc-network-inventory-client/installer/pom.xml b/appc-outbound/appc-network-inventory-client/installer/pom.xml
index 5263787fb..564adab49 100755
--- a/appc-outbound/appc-network-inventory-client/installer/pom.xml
+++ b/appc-outbound/appc-network-inventory-client/installer/pom.xml
@@ -151,5 +151,5 @@
</build>
<artifactId>appc-network-inventory-client-installer</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
</project>
diff --git a/appc-outbound/appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/pom.xml
index 9cd509d4f..13a9b9ba8 100755
--- a/appc-outbound/appc-network-inventory-client/pom.xml
+++ b/appc-outbound/appc-network-inventory-client/pom.xml
@@ -68,5 +68,5 @@
<module>features</module>
<module>installer</module>
</modules>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
</project>
diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml
index b2f7e94ca..f305e2782 100755
--- a/appc-outbound/appc-network-inventory-client/provider/pom.xml
+++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml
@@ -32,7 +32,7 @@
<groupId>org.onap.appc</groupId>
<artifactId>appc-network-inventory-client-provider</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>APPC Network Client - Provider</name>
diff --git a/appc-outbound/pom.xml b/appc-outbound/pom.xml
index f23ad9849..9bcb8cade 100755
--- a/appc-outbound/pom.xml
+++ b/appc-outbound/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc</artifactId>
- <version>1.7.0-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
</parent>
<artifactId>appc-outbound</artifactId>
<packaging>pom</packaging>