summaryrefslogtreecommitdiffstats
path: root/appc-adapters/appc-rest-adapter
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-09-24 13:09:27 -0700
committerPatrick Brady <pb071s@att.com>2018-09-24 13:25:44 -0700
commit769d345e3ac2dc809360201e63b9c668c5ac1b93 (patch)
treeed17c966de146058019398bfd240d5ce5e5c2ebe /appc-adapters/appc-rest-adapter
parent5a44262e9e9be6a970db57f12286ced7c17cf8ec (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-adapters/appc-rest-adapter')
-rw-r--r--appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml1
-rw-r--r--appc-adapters/appc-rest-adapter/appc-rest-adapter-installer/pom.xml1
-rw-r--r--appc-adapters/appc-rest-adapter/pom.xml1
3 files changed, 3 insertions, 0 deletions
diff --git a/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml b/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml
index 8c666b669..58bfed169 100644
--- a/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml
+++ b/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml
@@ -220,4 +220,5 @@
</plugin>
</plugins>
</build>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-adapters/appc-rest-adapter/appc-rest-adapter-installer/pom.xml b/appc-adapters/appc-rest-adapter/appc-rest-adapter-installer/pom.xml
index 46bc705de..6c657f8e7 100644
--- a/appc-adapters/appc-rest-adapter/appc-rest-adapter-installer/pom.xml
+++ b/appc-adapters/appc-rest-adapter/appc-rest-adapter-installer/pom.xml
@@ -257,4 +257,5 @@
</plugins>
</build>
+ <version>1.4.0-SNAPSHOT</version>
</project>
diff --git a/appc-adapters/appc-rest-adapter/pom.xml b/appc-adapters/appc-rest-adapter/pom.xml
index 595d1d4ad..8cdeec3fc 100644
--- a/appc-adapters/appc-rest-adapter/pom.xml
+++ b/appc-adapters/appc-rest-adapter/pom.xml
@@ -144,4 +144,5 @@
<module>appc-rest-adapter-features</module>
<module>appc-rest-adapter-installer</module>
</modules>
+ <version>1.4.0-SNAPSHOT</version>
</project>