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-oam | |
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-oam')
-rw-r--r-- | appc-oam/appc-oam-bundle/pom.xml | 1 | ||||
-rw-r--r-- | appc-oam/appc-oam-installer/pom.xml | 1 | ||||
-rw-r--r-- | appc-oam/appc-oam-model/pom.xml | 1 | ||||
-rw-r--r-- | appc-oam/pom.xml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/appc-oam/appc-oam-bundle/pom.xml b/appc-oam/appc-oam-bundle/pom.xml index 928cd2d13..033fb54b7 100644 --- a/appc-oam/appc-oam-bundle/pom.xml +++ b/appc-oam/appc-oam-bundle/pom.xml @@ -285,4 +285,5 @@ </dependencies> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-oam/appc-oam-installer/pom.xml b/appc-oam/appc-oam-installer/pom.xml index 443957206..f2bbe66fe 100644 --- a/appc-oam/appc-oam-installer/pom.xml +++ b/appc-oam/appc-oam-installer/pom.xml @@ -165,4 +165,5 @@ </plugins> </build> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-oam/appc-oam-model/pom.xml b/appc-oam/appc-oam-model/pom.xml index 7f0e6c388..a210da97c 100644 --- a/appc-oam/appc-oam-model/pom.xml +++ b/appc-oam/appc-oam-model/pom.xml @@ -121,4 +121,5 @@ <artifactId>ietf-yang-types</artifactId> </dependency> </dependencies> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-oam/pom.xml b/appc-oam/pom.xml index dc067a0dc..2a877f94d 100644 --- a/appc-oam/pom.xml +++ b/appc-oam/pom.xml @@ -48,4 +48,5 @@ <module>appc-oam-bundle</module> </modules> + <version>1.4.0-SNAPSHOT</version> </project> |