changeset 1385:d7118902cc68

Fix version of multi-module maven archetype. PR1673
author Severin Gehwolf <sgehwolf@redhat.com>
date Thu, 13 Feb 2014 18:40:55 +0100
parents 87db81dbf869
children ef11ae1f6270
files dev/multi-module-plugin-archetype/pom.xml dev/multi-module-plugin-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 
   <groupId>com.redhat.thermostat</groupId>
   <artifactId>thermostat-maven-archetype-multimodule</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>maven-archetype</packaging>
 
   <name>Thermostat archetype for a multi-module plugin scaffold</name>
--- 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">
   <requiredProperties>
     <requiredProperty key="thermostat-core-version">
-      <defaultValue>1.1.0-SNAPSHOT</defaultValue>
+      <defaultValue>1.0.1-SNAPSHOT</defaultValue>
     </requiredProperty>
     <requiredProperty key="pluginDescription">
       <defaultValue>Thermostat example plugin</defaultValue>