Changeset 4988 for trunk/pustefix-archetypes
- Timestamp:
- 12/03/09 16:27:33 (2 years ago)
- Location:
- trunk/pustefix-archetypes
- Files:
-
- 7 modified
-
pom.xml (modified) (2 diffs)
-
pustefix-archetype-application/pom.xml (modified) (1 diff)
-
pustefix-archetype-application/src/main/resources/archetype-resources/pom.xml (modified) (1 diff)
-
pustefix-archetype-module/pom.xml (modified) (2 diffs)
-
pustefix-archetype-module/src/main/resources/archetype-resources/pom.xml (modified) (2 diffs)
-
pustefix-archetype-springmodule/pom.xml (modified) (2 diffs)
-
pustefix-archetype-springmodule/src/main/resources/archetype-resources/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pustefix-archetypes/pom.xml
r4882 r4988 6 6 <groupId>org.pustefixframework</groupId> 7 7 <artifactId>pustefixframework</artifactId> 8 <version>1.0.2 -SNAPSHOT</version>8 <version>1.0.2</version> 9 9 </parent> 10 10 … … 12 12 <artifactId>pustefix-archetypes</artifactId> 13 13 <packaging>pom</packaging> 14 <version>1.0.2 -SNAPSHOT</version>14 <version>1.0.2</version> 15 15 16 16 <name>Pustefix Archetypes</name> -
trunk/pustefix-archetypes/pustefix-archetype-application/pom.xml
r4882 r4988 7 7 <groupId>org.pustefixframework.maven.archetypes</groupId> 8 8 <artifactId>pustefix-archetypes</artifactId> 9 <version>1.0.2 -SNAPSHOT</version>9 <version>1.0.2</version> 10 10 </parent> 11 11 12 12 <groupId>org.pustefixframework</groupId> 13 13 <artifactId>pustefix-archetype-application</artifactId> 14 <version>1.0.2 -SNAPSHOT</version>14 <version>1.0.2</version> 15 15 <packaging>maven-archetype</packaging> 16 16 -
trunk/pustefix-archetypes/pustefix-archetype-application/src/main/resources/archetype-resources/pom.xml
r4882 r4988 11 11 12 12 <properties> 13 <pustefix.version>1.0.2 -SNAPSHOT</pustefix.version>13 <pustefix.version>1.0.2</pustefix.version> 14 14 </properties> 15 15 -
trunk/pustefix-archetypes/pustefix-archetype-module/pom.xml
r4882 r4988 5 5 <groupId>org.pustefixframework.maven.archetypes</groupId> 6 6 <artifactId>pustefix-archetypes</artifactId> 7 <version>1.0.2 -SNAPSHOT</version>7 <version>1.0.2</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>1.0.2 -SNAPSHOT</version>15 <version>1.0.2</version> 16 16 <packaging>maven-archetype</packaging> 17 17 -
trunk/pustefix-archetypes/pustefix-archetype-module/src/main/resources/archetype-resources/pom.xml
r4882 r4988 11 11 <groupId>org.pustefixframework</groupId> 12 12 <artifactId>pustefix-core</artifactId> 13 <version>1.0.2 -SNAPSHOT</version>13 <version>1.0.2</version> 14 14 </dependency> 15 15 <dependency> … … 25 25 <groupId>org.pustefixframework.maven.plugins</groupId> 26 26 <artifactId>pustefix-statuscode-plugin</artifactId> 27 <version>1.0.2 -SNAPSHOT</version>27 <version>1.0.2</version> 28 28 <configuration> 29 29 <module>${artifactId}</module> -
trunk/pustefix-archetypes/pustefix-archetype-springmodule/pom.xml
r4882 r4988 9 9 <groupId>org.pustefixframework.maven.archetypes</groupId> 10 10 <artifactId>pustefix-archetypes</artifactId> 11 <version>1.0.2 -SNAPSHOT</version>11 <version>1.0.2</version> 12 12 <relativePath>../pom.xml</relativePath> 13 13 </parent> … … 17 17 <groupId>org.pustefixframework.maven.archetypes</groupId> 18 18 <artifactId>pustefix-archetype-springmodule</artifactId> 19 <version>1.0.2 -SNAPSHOT</version>19 <version>1.0.2</version> 20 20 <packaging>maven-archetype</packaging> 21 21 -
trunk/pustefix-archetypes/pustefix-archetype-springmodule/src/main/resources/archetype-resources/pom.xml
r4882 r4988 202 202 <groupId>org.pustefixframework.maven.plugins</groupId> 203 203 <artifactId>pustefix-launcher-plugin</artifactId> 204 <version>1.0.2 -SNAPSHOT</version>204 <version>1.0.2</version> 205 205 </plugin> 206 206
