Changeset 5086 for branches/release-0.14.x/pustefix-archetypes
- Timestamp:
- 02/26/10 09:58:56 (2 years ago)
- Location:
- branches/release-0.14.x/pustefix-archetypes
- Files:
-
- 3 modified
-
pom.xml (modified) (2 diffs)
-
pustefix-archetype-application/pom.xml (modified) (1 diff)
-
pustefix-archetype-module/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.14.x/pustefix-archetypes/pom.xml
r5074 r5086 6 6 <groupId>org.pustefixframework</groupId> 7 7 <artifactId>pustefixframework</artifactId> 8 <version>0.14.7 -SNAPSHOT</version>8 <version>0.14.7</version> 9 9 </parent> 10 10 … … 12 12 <artifactId>pustefix-archetypes</artifactId> 13 13 <packaging>pom</packaging> 14 <version>0.14.7 -SNAPSHOT</version>14 <version>0.14.7</version> 15 15 16 16 <name>Pustefix Archetypes</name> -
branches/release-0.14.x/pustefix-archetypes/pustefix-archetype-application/pom.xml
r5074 r5086 7 7 <groupId>org.pustefixframework.maven.archetypes</groupId> 8 8 <artifactId>pustefix-archetypes</artifactId> 9 <version>0.14.7 -SNAPSHOT</version>9 <version>0.14.7</version> 10 10 </parent> 11 11 12 12 <groupId>org.pustefixframework</groupId> 13 13 <artifactId>pustefix-archetype-application</artifactId> 14 <version>0.14.7 -SNAPSHOT</version>14 <version>0.14.7</version> 15 15 <packaging>maven-archetype</packaging> 16 16 -
branches/release-0.14.x/pustefix-archetypes/pustefix-archetype-module/pom.xml
r5074 r5086 5 5 <groupId>org.pustefixframework.maven.archetypes</groupId> 6 6 <artifactId>pustefix-archetypes</artifactId> 7 <version>0.14.7 -SNAPSHOT</version>7 <version>0.14.7</version> 8 8 <relativePath>../pom.xml</relativePath> 9 9 </parent> … … 13 13 <groupId>org.pustefixframework.maven.archetypes</groupId> 14 14 <artifactId>pustefix-archetype-module</artifactId> 15 <version>0.14.7 -SNAPSHOT</version>15 <version>0.14.7</version> 16 16 <packaging>maven-archetype</packaging> 17 17
