diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-05-22 14:29:21 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-05-22 14:29:21 +0000 |
commit | e7d0f02ef389b70096d7820d63d29db4a26abd91 (patch) | |
tree | 16c113b27f3a352ab3a2dc3d26c5dda48d20e9c5 /appc-dispatcher/appc-request-handler | |
parent | 873a441e888a250ecd4deecb216d83a04c33e5cd (diff) |
Release appc1.7.2
Diffstat (limited to 'appc-dispatcher/appc-request-handler')
6 files changed, 6 insertions, 6 deletions
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml index 8098624f0..16aef6052 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml @@ -86,5 +86,5 @@ </plugins> </build> <groupId>org.onap.appc</groupId> - <version>2.7.2-SNAPSHOT</version> + <version>1.7.2</version> </project> diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml index 302d49cb1..072bbaf9e 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml @@ -175,5 +175,5 @@ </build> <groupId>org.onap.appc</groupId> - <version>2.7.2-SNAPSHOT</version> + <version>1.7.2</version> </project> diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml index 318d53f4a..9b942b84f 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-request-handler</artifactId> - <version>2.7.2-SNAPSHOT</version> + <version>1.7.2</version> <packaging>feature</packaging> <name/> diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml index bf7aec6fc..dc811f1e3 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-request-handler</artifactId> - <version>2.7.2-SNAPSHOT</version> + <version>1.7.2</version> <packaging>feature</packaging> <name/> diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml index f2fc966f8..552baf51f 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-request-handler-feature-aggregator</artifactId> - <version>2.7.2-SNAPSHOT</version> + <version>1.7.2</version> <packaging>pom</packaging> <name/> diff --git a/appc-dispatcher/appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/pom.xml index 045a79cc1..bd0cd785c 100644 --- a/appc-dispatcher/appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/pom.xml @@ -46,5 +46,5 @@ </modules> <groupId>org.onap.appc</groupId> - <version>2.7.2-SNAPSHOT</version> + <version>1.7.2</version> </project> |