commit | 769d345e3ac2dc809360201e63b9c668c5ac1b93 | [log] [tgz] |
---|---|---|
author | Patrick Brady <pb071s@att.com> | Mon Sep 24 13:09:27 2018 -0700 |
committer | Patrick Brady <pb071s@att.com> | Mon Sep 24 13:25:44 2018 -0700 |
tree | ed17c966de146058019398bfd240d5ce5e5c2ebe | |
parent | 5a44262e9e9be6a970db57f12286ced7c17cf8ec [diff] |
Add version to pom files Change-Id: Ia7eaffdb1391b0b836a2911395c2b768b4926ef3 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1208
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 493cb52..40f9b3e 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
@@ -88,4 +88,5 @@ </plugins> </build> <groupId>org.onap.appc</groupId> + <version>1.4.0-SNAPSHOT</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 5236afc..1fb2cc4 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
@@ -176,4 +176,5 @@ </build> <groupId>org.onap.appc</groupId> + <version>1.4.0-SNAPSHOT</version> </project>
diff --git a/appc-dispatcher/appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/pom.xml index 0579ef2..04c2823 100644 --- a/appc-dispatcher/appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/pom.xml
@@ -48,4 +48,5 @@ </modules> <groupId>org.onap.appc</groupId> + <version>1.4.0-SNAPSHOT</version> </project>