diff options
Diffstat (limited to 'appc-adapters/appc-rest-adapter')
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> |