- Timestamp:
- 09/01/10 16:50:18 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.15.x/pustefix-tutorial/ajax-calculator/pom.xml
r5302 r5335 5 5 <groupId>org.pustefixframework</groupId> 6 6 <artifactId>pustefix-tutorial</artifactId> 7 <version>0.15.6 -SNAPSHOT</version>7 <version>0.15.6</version> 8 8 </parent> 9 9 10 10 <groupId>org.pustefixframework.tutorial</groupId> 11 11 <artifactId>ajax-calculator</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 <dependency> 29 29 <groupId>org.pustefixframework.webservices</groupId> 30 30 <artifactId>pustefix-webservices-jsonws</artifactId> 31 <version>0.15.6 -SNAPSHOT</version>31 <version>0.15.6</version> 32 32 </dependency> 33 33 </dependencies> … … 56 56 <groupId>org.pustefixframework.maven.plugins</groupId> 57 57 <artifactId>pustefix-webapp-plugin</artifactId> 58 <version>0.15.6 -SNAPSHOT</version>58 <version>0.15.6</version> 59 59 <executions> 60 60 <execution> … … 69 69 <groupId>org.pustefixframework.maven.plugins</groupId> 70 70 <artifactId>pustefix-statuscode-plugin</artifactId> 71 <version>0.15.6 -SNAPSHOT</version>71 <version>0.15.6</version> 72 72 <executions> 73 73 <execution> … … 81 81 <groupId>org.pustefixframework.maven.plugins</groupId> 82 82 <artifactId>pustefix-iwrapper-plugin</artifactId> 83 <version>0.15.6 -SNAPSHOT</version>83 <version>0.15.6</version> 84 84 <executions> 85 85 <execution>
