- Timestamp:
- 09/01/10 16:50:18 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.15.x/pustefix-samples/sample-modules/animal-module/pom.xml
r5302 r5335 5 5 <groupId>org.pustefixframework.samples.modules</groupId> 6 6 <artifactId>sample-modules</artifactId> 7 <version>0.15.6 -SNAPSHOT</version>7 <version>0.15.6</version> 8 8 </parent> 9 9 10 10 <groupId>org.pustefixframework.samples.modules</groupId> 11 11 <artifactId>animal-module</artifactId> 12 <version>0.15.6 -SNAPSHOT</version>12 <version>0.15.6</version> 13 13 <packaging>jar</packaging> 14 14 <name>Pustefix Animal Sample Module</name> … … 18 18 <groupId>org.pustefixframework</groupId> 19 19 <artifactId>pustefix-core</artifactId> 20 <version>0.15.6 -SNAPSHOT</version>20 <version>0.15.6</version> 21 21 </dependency> 22 22 </dependencies>
