diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-09-17 10:57:00 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-09-17 10:57:08 -0700 |
commit | c1decc814fb7c646399df2b2d94c65c695190f97 (patch) | |
tree | 8f60fcd69015a7d7e7a56b059e781e2382352743 /appc-dg | |
parent | 6baf061a9caa39bd2fff0c7420e5562dfb31a8c6 (diff) |
Increment version to 1.6.4-SNAPSHOT
Change-Id: I0dfdd848265f21e1584903ea14aa4df6d08a2f94
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1686
Diffstat (limited to 'appc-dg')
16 files changed, 17 insertions, 17 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 bd3a3e3b3..9ce02a05a 100644 --- a/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-aai/pom.xml @@ -112,5 +112,5 @@ </plugin> </plugins> </build> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </project> 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 e375ac237..c17e7cd3b 100644 --- a/appc-dg/appc-dg-shared/appc-dg-common/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-common/pom.xml @@ -236,5 +236,5 @@ </plugin> </plugins> </build> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </project> diff --git a/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml b/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml index c232085fb..3505aac81 100644 --- a/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml @@ -114,5 +114,5 @@ </dependency> </dependencies> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </project> diff --git a/appc-dg/appc-dg-shared/appc-dg-domain-model-lib/pom.xml b/appc-dg/appc-dg-shared/appc-dg-domain-model-lib/pom.xml index f34764ef1..209f3b85d 100644 --- a/appc-dg/appc-dg-shared/appc-dg-domain-model-lib/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-domain-model-lib/pom.xml @@ -53,5 +53,5 @@ <scope>test</scope> </dependency> </dependencies> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </project> 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 82de1c2d6..1c2d3bc23 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 @@ -29,7 +29,7 @@ </parent> <groupId>org.onap.appc</groupId> <artifactId>appc-dg-license-manager</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>bundle</packaging> <dependencies> @@ -42,7 +42,7 @@ <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-license-manager-api</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> diff --git a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml index 21e5f01d9..24dd3e9ac 100644 --- a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-bundle/pom.xml @@ -149,5 +149,5 @@ <artifactId>commons-io</artifactId> </dependency> </dependencies> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </project> diff --git a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-model/pom.xml b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-model/pom.xml index 6c3d0c2b0..f8076d850 100644 --- a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-model/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/appc-dg-mdsal-model/pom.xml @@ -106,5 +106,5 @@ <version>${odl.yang.jmx.generator.version}</version> </dependency> </dependencies> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </project> diff --git a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml index fc86cbfb3..c21277b98 100644 --- a/appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-mdsal-store/pom.xml @@ -43,5 +43,5 @@ <module>appc-dg-mdsal-bundle</module> <module>appc-dg-mdsal-model</module> </modules> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </project> 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 d4e7eba63..3dbf9bbb1 100644 --- a/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml @@ -114,5 +114,5 @@ </plugin> </plugins> </build> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </project> diff --git a/appc-dg/appc-dg-shared/appc-dg-shared-features/features-appc-dg-shared/pom.xml b/appc-dg/appc-dg-shared/appc-dg-shared-features/features-appc-dg-shared/pom.xml index 283c056fe..e95d54db0 100644 --- a/appc-dg/appc-dg-shared/appc-dg-shared-features/features-appc-dg-shared/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-shared-features/features-appc-dg-shared/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-dg-shared</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml b/appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml index 0fbf37f30..663b2f0fa 100644 --- a/appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-shared-features/onap-appc-dg-shared/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-dg-shared</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>feature</packaging> <name></name> 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 f74fd5ec7..ad45fc650 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 @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-dg-shared-feature-aggregator</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <packaging>pom</packaging> <name></name> 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 93554bc53..722d7cc48 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 @@ -143,5 +143,5 @@ </plugin> </plugins> </build> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </project> 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 502f87bd7..a957e8274 100644 --- a/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-ssh/pom.xml @@ -91,5 +91,5 @@ </plugin> </plugins> </build> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </project> diff --git a/appc-dg/appc-dg-shared/pom.xml b/appc-dg/appc-dg-shared/pom.xml index 39d4948c0..a3af40617 100644 --- a/appc-dg/appc-dg-shared/pom.xml +++ b/appc-dg/appc-dg-shared/pom.xml @@ -47,6 +47,6 @@ <module>appc-dg-domain-model-lib</module> <module>appc-dg-mdsal-store</module> </modules> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> <groupId>org.onap.appc</groupId> </project> diff --git a/appc-dg/pom.xml b/appc-dg/pom.xml index 5ba08382b..c9aca5957 100644 --- a/appc-dg/pom.xml +++ b/appc-dg/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>appc</artifactId> <groupId>org.onap.appc</groupId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>appc-dg</artifactId> |