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-outbound | |
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-outbound')
5 files changed, 5 insertions, 0 deletions
diff --git a/appc-outbound/appc-aai-client/installer/pom.xml b/appc-outbound/appc-aai-client/installer/pom.xml index caddec898..16df0bec4 100755 --- a/appc-outbound/appc-aai-client/installer/pom.xml +++ b/appc-outbound/appc-aai-client/installer/pom.xml @@ -153,4 +153,5 @@ </plugins> </build> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-outbound/appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/pom.xml index 61692169f..d423c4e20 100755 --- a/appc-outbound/appc-aai-client/pom.xml +++ b/appc-outbound/appc-aai-client/pom.xml @@ -66,4 +66,5 @@ <module>features</module> <module>installer</module> </modules> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml index 11d42210c..4822abe21 100755 --- a/appc-outbound/appc-aai-client/provider/pom.xml +++ b/appc-outbound/appc-aai-client/provider/pom.xml @@ -159,4 +159,5 @@ </plugins>
</pluginManagement>
</build>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-outbound/appc-network-inventory-client/installer/pom.xml b/appc-outbound/appc-network-inventory-client/installer/pom.xml index 3ea006f26..a1080956f 100755 --- a/appc-outbound/appc-network-inventory-client/installer/pom.xml +++ b/appc-outbound/appc-network-inventory-client/installer/pom.xml @@ -152,4 +152,5 @@ </build> <artifactId>appc-network-inventory-client-installer</artifactId> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-outbound/appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/pom.xml index 8fc224575..4f601ca9e 100755 --- a/appc-outbound/appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/pom.xml @@ -69,4 +69,5 @@ <module>features</module> <module>installer</module> </modules> + <version>1.4.0-SNAPSHOT</version> </project> |