Changeset 5086 for branches/release-0.14.x/pustefix-tutorial
- Timestamp:
- 02/26/10 09:58:56 (2 years ago)
- Location:
- branches/release-0.14.x/pustefix-tutorial
- Files:
-
- 4 modified
-
ajax-calculator/pom.xml (modified) (5 diffs)
-
first-app/pom.xml (modified) (5 diffs)
-
pom.xml (modified) (1 diff)
-
usermanagement/pom.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.14.x/pustefix-tutorial/ajax-calculator/pom.xml
r5081 r5086 5 5 <groupId>org.pustefixframework</groupId> 6 6 <artifactId>pustefix-tutorial</artifactId> 7 <version>0.14.7 -SNAPSHOT</version>7 <version>0.14.7</version> 8 8 </parent> 9 9 10 10 <groupId>org.pustefixframework.tutorial</groupId> 11 11 <artifactId>ajax-calculator</artifactId> 12 <version>0.14.7 -SNAPSHOT</version>12 <version>0.14.7</version> 13 13 <packaging>war</packaging> 14 14 … … 19 19 <groupId>org.pustefixframework</groupId> 20 20 <artifactId>pustefix-core</artifactId> 21 <version>0.14.7 -SNAPSHOT</version>21 <version>0.14.7</version> 22 22 </dependency> 23 23 <dependency> 24 24 <groupId>org.pustefixframework.webservices</groupId> 25 25 <artifactId>pustefix-webservices-core</artifactId> 26 <version>0.14.7 -SNAPSHOT</version>26 <version>0.14.7</version> 27 27 </dependency> 28 28 <dependency> 29 29 <groupId>org.pustefixframework.webservices</groupId> 30 30 <artifactId>pustefix-webservices-jsonws</artifactId> 31 <version>0.14.7 -SNAPSHOT</version>31 <version>0.14.7</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.14.7 -SNAPSHOT</version>58 <version>0.14.7</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.14.7 -SNAPSHOT</version>71 <version>0.14.7</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.14.7 -SNAPSHOT</version>83 <version>0.14.7</version> 84 84 <executions> 85 85 <execution> -
branches/release-0.14.x/pustefix-tutorial/first-app/pom.xml
r5081 r5086 5 5 <groupId>org.pustefixframework</groupId> 6 6 <artifactId>pustefix-tutorial</artifactId> 7 <version>0.14.7 -SNAPSHOT</version>7 <version>0.14.7</version> 8 8 </parent> 9 9 10 10 <groupId>org.pustefixframework.tutorial</groupId> 11 11 <artifactId>first-app</artifactId> 12 <version>0.14.7 -SNAPSHOT</version>12 <version>0.14.7</version> 13 13 <packaging>war</packaging> 14 14 … … 19 19 <groupId>org.pustefixframework</groupId> 20 20 <artifactId>pustefix-core</artifactId> 21 <version>0.14.7 -SNAPSHOT</version>21 <version>0.14.7</version> 22 22 </dependency> 23 23 </dependencies> … … 46 46 <groupId>org.pustefixframework.maven.plugins</groupId> 47 47 <artifactId>pustefix-webapp-plugin</artifactId> 48 <version>0.14.7 -SNAPSHOT</version>48 <version>0.14.7</version> 49 49 <executions> 50 50 <execution> … … 59 59 <groupId>org.pustefixframework.maven.plugins</groupId> 60 60 <artifactId>pustefix-statuscode-plugin</artifactId> 61 <version>0.14.7 -SNAPSHOT</version>61 <version>0.14.7</version> 62 62 <executions> 63 63 <execution> … … 71 71 <groupId>org.pustefixframework.maven.plugins</groupId> 72 72 <artifactId>pustefix-iwrapper-plugin</artifactId> 73 <version>0.14.7 -SNAPSHOT</version>73 <version>0.14.7</version> 74 74 <executions> 75 75 <execution> -
branches/release-0.14.x/pustefix-tutorial/pom.xml
r5081 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 11 11 <groupId>org.pustefixframework</groupId> 12 12 <artifactId>pustefix-tutorial</artifactId> 13 <version>0.14.7 -SNAPSHOT</version>13 <version>0.14.7</version> 14 14 15 15 <packaging>pom</packaging> -
branches/release-0.14.x/pustefix-tutorial/usermanagement/pom.xml
r5081 r5086 5 5 <groupId>org.pustefixframework</groupId> 6 6 <artifactId>pustefix-tutorial</artifactId> 7 <version>0.14.7 -SNAPSHOT</version>7 <version>0.14.7</version> 8 8 </parent> 9 9 10 10 <groupId>org.pustefixframework.tutorial</groupId> 11 11 <artifactId>usermanagement</artifactId> 12 <version>0.14.7 -SNAPSHOT</version>12 <version>0.14.7</version> 13 13 <packaging>war</packaging> 14 14 … … 19 19 <groupId>org.pustefixframework</groupId> 20 20 <artifactId>pustefix-core</artifactId> 21 <version>0.14.7 -SNAPSHOT</version>21 <version>0.14.7</version> 22 22 </dependency> 23 23 </dependencies> … … 46 46 <groupId>org.pustefixframework.maven.plugins</groupId> 47 47 <artifactId>pustefix-webapp-plugin</artifactId> 48 <version>0.14.7 -SNAPSHOT</version>48 <version>0.14.7</version> 49 49 <executions> 50 50 <execution> … … 59 59 <groupId>org.pustefixframework.maven.plugins</groupId> 60 60 <artifactId>pustefix-statuscode-plugin</artifactId> 61 <version>0.14.7 -SNAPSHOT</version>61 <version>0.14.7</version> 62 62 <executions> 63 63 <execution> … … 71 71 <groupId>org.pustefixframework.maven.plugins</groupId> 72 72 <artifactId>pustefix-iwrapper-plugin</artifactId> 73 <version>0.14.7 -SNAPSHOT</version>73 <version>0.14.7</version> 74 74 <executions> 75 75 <execution>
