Changeset 6141 for trunk/pustefix-archetypes
- Timestamp:
- 02/03/12 18:12:09 (4 months ago)
- Location:
- trunk/pustefix-archetypes
- Files:
-
- 4 modified
-
pom.xml (modified) (2 diffs)
-
pustefix-archetype-application/pom.xml (modified) (1 diff)
-
pustefix-archetype-basic/pom.xml (modified) (1 diff)
-
pustefix-archetype-module/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pustefix-archetypes/pom.xml
r6139 r6141 6 6 <groupId>org.pustefixframework</groupId> 7 7 <artifactId>pustefixframework</artifactId> 8 <version>0.18. 8</version>8 <version>0.18.9-SNAPSHOT</version> 9 9 </parent> 10 10 … … 12 12 <artifactId>pustefix-archetypes</artifactId> 13 13 <packaging>pom</packaging> 14 <version>0.18. 8</version>14 <version>0.18.9-SNAPSHOT</version> 15 15 16 16 <name>Pustefix Archetypes</name> -
trunk/pustefix-archetypes/pustefix-archetype-application/pom.xml
r6139 r6141 7 7 <groupId>org.pustefixframework.maven.archetypes</groupId> 8 8 <artifactId>pustefix-archetypes</artifactId> 9 <version>0.18. 8</version>9 <version>0.18.9-SNAPSHOT</version> 10 10 </parent> 11 11 12 12 <groupId>org.pustefixframework</groupId> 13 13 <artifactId>pustefix-archetype-application</artifactId> 14 <version>0.18. 8</version>14 <version>0.18.9-SNAPSHOT</version> 15 15 <packaging>maven-archetype</packaging> 16 16 -
trunk/pustefix-archetypes/pustefix-archetype-basic/pom.xml
r6139 r6141 7 7 <groupId>org.pustefixframework.maven.archetypes</groupId> 8 8 <artifactId>pustefix-archetypes</artifactId> 9 <version>0.18. 8</version>9 <version>0.18.9-SNAPSHOT</version> 10 10 </parent> 11 11 12 12 <groupId>org.pustefixframework</groupId> 13 13 <artifactId>pustefix-archetype-basic</artifactId> 14 <version>0.18. 8</version>14 <version>0.18.9-SNAPSHOT</version> 15 15 <packaging>maven-archetype</packaging> 16 16 -
trunk/pustefix-archetypes/pustefix-archetype-module/pom.xml
r6139 r6141 5 5 <groupId>org.pustefixframework.maven.archetypes</groupId> 6 6 <artifactId>pustefix-archetypes</artifactId> 7 <version>0.18. 8</version>7 <version>0.18.9-SNAPSHOT</version> 8 8 <relativePath>../pom.xml</relativePath> 9 9 </parent> … … 14 14 <groupId>org.pustefixframework.maven.archetypes</groupId> 15 15 <artifactId>pustefix-archetype-module</artifactId> 16 <version>0.18. 8</version>16 <version>0.18.9-SNAPSHOT</version> 17 17 <packaging>maven-archetype</packaging> 18 18
