diff options
author | Patrick Brady <pb071s@att.com> | 2018-09-24 13:09:27 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-09-24 13:25:44 -0700 |
commit | 769d345e3ac2dc809360201e63b9c668c5ac1b93 (patch) | |
tree | ed17c966de146058019398bfd240d5ce5e5c2ebe /appc-dispatcher | |
parent | 5a44262e9e9be6a970db57f12286ced7c17cf8ec (diff) |
Add version to pom files
Change-Id: Ia7eaffdb1391b0b836a2911395c2b768b4926ef3
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-1208
Diffstat (limited to 'appc-dispatcher')
10 files changed, 10 insertions, 0 deletions
diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml index 0750979fc..1cba1c502 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml @@ -90,4 +90,5 @@ </plugins> </build> <groupId>org.onap.appc</groupId> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml index 0502029ec..7cd9f0ed3 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml @@ -124,4 +124,5 @@ </dependencies> </dependencyManagement> <groupId>org.onap.appc</groupId> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-dispatcher/appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/pom.xml index e2bcd0eaa..5f50bb17e 100644 --- a/appc-dispatcher/appc-command-executor/pom.xml +++ b/appc-dispatcher/appc-command-executor/pom.xml @@ -47,4 +47,5 @@ </modules> <groupId>org.onap.appc</groupId> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml index a259d61d6..03092fcff 100644 --- a/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml @@ -106,4 +106,5 @@ </plugin> </plugins> </build> + <version>1.4.0-SNAPSHOT</version> </project> 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 493cb521e..40f9b3eb9 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 5236afcac..1fb2cc424 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 0579ef27c..04c2823ec 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> diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml index 498ea446c..32882189e 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml @@ -75,4 +75,5 @@ </plugins> </build> <groupId>org.onap.appc</groupId> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml index 7c874f88d..f03ed2f4b 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml @@ -100,4 +100,5 @@ </build> <groupId>org.onap.appc</groupId> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-dispatcher/appc-workflow-management/pom.xml b/appc-dispatcher/appc-workflow-management/pom.xml index d582feefd..d43e48a62 100644 --- a/appc-dispatcher/appc-workflow-management/pom.xml +++ b/appc-dispatcher/appc-workflow-management/pom.xml @@ -47,4 +47,5 @@ </modules> <groupId>org.onap.appc</groupId> + <version>1.4.0-SNAPSHOT</version> </project> |