aboutsummaryrefslogtreecommitdiffstats
path: root/appc-outbound
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2020-04-01 09:53:42 -0700
committerPatrick Brady <patrick.brady@att.com>2020-04-01 09:53:42 -0700
commitaed12f000f82bb0ba925042e8722e9b625f5073f (patch)
treef9bc98ed2de94d1496eb490587bbd6793402c57d /appc-outbound
parent17edc987695f10a776dd0c90a1074e20bde02f85 (diff)
Increment version to 1.7.2-SNAPSHOT
Change-Id: I125f12f8193f27e6827a270bb7d5ec12c3295020 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 bb8510bcc..d89d3da9a 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.1-SNAPSHOT</version>
+ <version>1.7.2-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 afd0454cd..8eee23fd0 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.1-SNAPSHOT</version>
+ <version>1.7.2-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 711c3837c..d164c5a93 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.1-SNAPSHOT</version>
+ <version>1.7.2-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 6aac2a771..49c9ec190 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.1-SNAPSHOT</version>
+ <version>1.7.2-SNAPSHOT</version>
</project>
diff --git a/appc-outbound/appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/pom.xml
index a8159ec8a..a4cb4656c 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.1-SNAPSHOT</version>
+ <version>1.7.2-SNAPSHOT</version>
</project>
diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml
index f864fb3b7..cc2ea3dbc 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.1-SNAPSHOT</version>
+ <version>1.7.2-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 f29ebe196..006679c78 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.1-SNAPSHOT</version>
+ <version>1.7.2-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 f8a7eb58f..85dedf8d0 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.1-SNAPSHOT</version>
+ <version>1.7.2-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 35ccfd5a7..ab987ccc1 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.1-SNAPSHOT</version>
+ <version>1.7.2-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 d0e2e4f0b..77d7ff70f 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.1-SNAPSHOT</version>
+ <version>1.7.2-SNAPSHOT</version>
</project>
diff --git a/appc-outbound/appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/pom.xml
index 770717c11..bdb78d1a4 100755
--- a/appc-outbound/appc-network-inventory-client/pom.xml
+++ b/appc-outbound/appc-network-inventory-client/pom.xml
@@ -67,5 +67,5 @@
<module>features</module>
<module>installer</module>
</modules>
- <version>1.7.1-SNAPSHOT</version>
+ <version>1.7.2-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 74d9e7a5b..b586dee83 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.1-SNAPSHOT</version>
+ <version>1.7.2-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>APPC Network Client - Provider</name>
diff --git a/appc-outbound/pom.xml b/appc-outbound/pom.xml
index 9bcb8cade..dfe69e1de 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.1-SNAPSHOT</version>
+ <version>1.7.2-SNAPSHOT</version>
</parent>
<artifactId>appc-outbound</artifactId>
<packaging>pom</packaging>