# HG changeset patch # User Severin Gehwolf # Date 1392313255 -3600 # Node ID d7118902cc688df574940935c34a19d5336e691e # Parent 87db81dbf86982bd2b6192267209a5ac0f183523 Fix version of multi-module maven archetype. PR1673 diff -r 87db81dbf869 -r d7118902cc68 dev/multi-module-plugin-archetype/pom.xml --- a/dev/multi-module-plugin-archetype/pom.xml Tue Feb 11 16:09:30 2014 +0100 +++ b/dev/multi-module-plugin-archetype/pom.xml Thu Feb 13 18:40:55 2014 +0100 @@ -4,7 +4,7 @@ com.redhat.thermostat thermostat-maven-archetype-multimodule - 1.1.0-SNAPSHOT + 1.0.1-SNAPSHOT maven-archetype Thermostat archetype for a multi-module plugin scaffold diff -r 87db81dbf869 -r d7118902cc68 dev/multi-module-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml --- a/dev/multi-module-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml Tue Feb 11 16:09:30 2014 +0100 +++ b/dev/multi-module-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml Thu Feb 13 18:40:55 2014 +0100 @@ -4,7 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - 1.1.0-SNAPSHOT + 1.0.1-SNAPSHOT Thermostat example plugin