- Timestamp:
- 09/01/10 16:50:18 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.15.x/pustefix-samples/pustefix-sample1/pom.xml
r5302 r5335 5 5 <groupId>org.pustefixframework</groupId> 6 6 <artifactId>pustefix-samples</artifactId> 7 <version>0.15.6 -SNAPSHOT</version>7 <version>0.15.6</version> 8 8 </parent> 9 9 10 10 <groupId>org.pustefixframework</groupId> 11 11 <artifactId>pustefix-sample1</artifactId> 12 <version>0.15.6 -SNAPSHOT</version>12 <version>0.15.6</version> 13 13 <packaging>war</packaging> 14 14 … … 19 19 <groupId>org.pustefixframework</groupId> 20 20 <artifactId>pustefix-core</artifactId> 21 <version>0.15.6 -SNAPSHOT</version>21 <version>0.15.6</version> 22 22 </dependency> 23 23 <dependency> 24 24 <groupId>org.pustefixframework.webservices</groupId> 25 25 <artifactId>pustefix-webservices-core</artifactId> 26 <version>0.15.6 -SNAPSHOT</version>26 <version>0.15.6</version> 27 27 </dependency> 28 28 … … 48 48 <groupId>org.pustefixframework.samples.modules</groupId> 49 49 <artifactId>animal-module</artifactId> 50 <version>0.15.6 -SNAPSHOT</version>50 <version>0.15.6</version> 51 51 </dependency> 52 52 … … 76 76 <groupId>org.pustefixframework.maven.plugins</groupId> 77 77 <artifactId>pustefix-webapp-plugin</artifactId> 78 <version>0.15.6 -SNAPSHOT</version>78 <version>0.15.6</version> 79 79 <executions> 80 80 <execution> … … 89 89 <groupId>org.pustefixframework.maven.plugins</groupId> 90 90 <artifactId>pustefix-statuscode-plugin</artifactId> 91 <version>0.15.6 -SNAPSHOT</version>91 <version>0.15.6</version> 92 92 <executions> 93 93 <execution> … … 101 101 <groupId>org.pustefixframework.maven.plugins</groupId> 102 102 <artifactId>pustefix-iwrapper-plugin</artifactId> 103 <version>0.15.6 -SNAPSHOT</version>103 <version>0.15.6</version> 104 104 <executions> 105 105 <execution>
