diff options
Diffstat (limited to 'appc-adapters/appc-ansible-adapter')
3 files changed, 3 insertions, 0 deletions
diff --git a/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml b/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml index ab96c842e..bb9a1efda 100644 --- a/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml +++ b/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-bundle/pom.xml @@ -207,4 +207,5 @@ </plugin> </plugins> </build> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-installer/pom.xml b/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-installer/pom.xml index 848a4621b..b65ff1cbb 100644 --- a/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-installer/pom.xml +++ b/appc-adapters/appc-ansible-adapter/appc-ansible-adapter-installer/pom.xml @@ -149,4 +149,5 @@ </plugin> </plugins> </build> + <version>1.4.0-SNAPSHOT</version> </project> diff --git a/appc-adapters/appc-ansible-adapter/pom.xml b/appc-adapters/appc-ansible-adapter/pom.xml index 52a08cb0c..24775954f 100644 --- a/appc-adapters/appc-ansible-adapter/pom.xml +++ b/appc-adapters/appc-ansible-adapter/pom.xml @@ -192,4 +192,5 @@ <module>appc-ansible-adapter-features</module> <module>appc-ansible-adapter-installer</module> </modules> + <version>1.4.0-SNAPSHOT</version> </project> |