diff options
Diffstat (limited to 'appc-config/appc-data-services')
6 files changed, 7 insertions, 7 deletions
diff --git a/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml b/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml index cd143f9ba..650f372a5 100644 --- a/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml +++ b/appc-config/appc-data-services/features/features-appc-config-data-services/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-config-data-services</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <packaging>feature</packaging> <name/> diff --git a/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml b/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml index f6ec78654..2c5660abe 100644 --- a/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml +++ b/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-config-data-services</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <packaging>feature</packaging> <name/> diff --git a/appc-config/appc-data-services/features/pom.xml b/appc-config/appc-data-services/features/pom.xml index 6e92b7310..da4a43c15 100644 --- a/appc-config/appc-data-services/features/pom.xml +++ b/appc-config/appc-data-services/features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-config-data-services-feature-aggregator</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <packaging>pom</packaging> <name/> diff --git a/appc-config/appc-data-services/installer/pom.xml b/appc-config/appc-data-services/installer/pom.xml index 7c78af6bf..0b289966f 100644 --- a/appc-config/appc-data-services/installer/pom.xml +++ b/appc-config/appc-data-services/installer/pom.xml @@ -30,7 +30,7 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-config-data-services-installer</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <name>Config Component Data Services - Installer</name> <packaging>pom</packaging> <properties> @@ -56,7 +56,7 @@ <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-config-data-services-provider</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> </dependency> </dependencies> <build> diff --git a/appc-config/appc-data-services/pom.xml b/appc-config/appc-data-services/pom.xml index 06fd8dce8..f4592f900 100644 --- a/appc-config/appc-data-services/pom.xml +++ b/appc-config/appc-data-services/pom.xml @@ -66,5 +66,5 @@ <module>installer</module> </modules> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> </project> diff --git a/appc-config/appc-data-services/provider/pom.xml b/appc-config/appc-data-services/provider/pom.xml index 5b158ec1f..33227b23b 100644 --- a/appc-config/appc-data-services/provider/pom.xml +++ b/appc-config/appc-data-services/provider/pom.xml @@ -158,5 +158,5 @@ </plugin> </plugins> </build> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> </project> |