Changeset 5086 for branches/release-0.14.x/pustefix-webservices
- Timestamp:
- 02/26/10 09:58:56 (2 years ago)
- Location:
- branches/release-0.14.x/pustefix-webservices
- Files:
-
- 4 modified
-
pom.xml (modified) (3 diffs)
-
pustefix-webservices-core/pom.xml (modified) (2 diffs)
-
pustefix-webservices-jaxws/pom.xml (modified) (3 diffs)
-
pustefix-webservices-jsonws/pom.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.14.x/pustefix-webservices/pom.xml
r5074 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 … … 12 12 <artifactId>pustefix-webservices</artifactId> 13 13 <packaging>pom</packaging> 14 <version>0.14.7 -SNAPSHOT</version>14 <version>0.14.7</version> 15 15 <name>Pustefix Webservices</name> 16 16 … … 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> -
branches/release-0.14.x/pustefix-webservices/pustefix-webservices-core/pom.xml
r5074 r5086 4 4 <artifactId>pustefix-webservices</artifactId> 5 5 <groupId>org.pustefixframework.webservices</groupId> 6 <version>0.14.7 -SNAPSHOT</version>6 <version>0.14.7</version> 7 7 </parent> 8 8 <name>Pustefix Webservices Core</name> … … 10 10 <groupId>org.pustefixframework.webservices</groupId> 11 11 <artifactId>pustefix-webservices-core</artifactId> 12 <version>0.14.7 -SNAPSHOT</version>12 <version>0.14.7</version> 13 13 14 14 <dependencies> -
branches/release-0.14.x/pustefix-webservices/pustefix-webservices-jaxws/pom.xml
r5074 r5086 4 4 <artifactId>pustefix-webservices</artifactId> 5 5 <groupId>org.pustefixframework.webservices</groupId> 6 <version>0.14.7 -SNAPSHOT</version>6 <version>0.14.7</version> 7 7 </parent> 8 8 … … 11 11 <groupId>org.pustefixframework.webservices</groupId> 12 12 <artifactId>pustefix-webservices-jaxws</artifactId> 13 <version>0.14.7 -SNAPSHOT</version>13 <version>0.14.7</version> 14 14 15 15 <dependencies> … … 17 17 <groupId>org.pustefixframework.webservices</groupId> 18 18 <artifactId>pustefix-webservices-core</artifactId> 19 <version>0.14.7 -SNAPSHOT</version>19 <version>0.14.7</version> 20 20 </dependency> 21 21 <dependency> -
branches/release-0.14.x/pustefix-webservices/pustefix-webservices-jsonws/pom.xml
r5074 r5086 4 4 <artifactId>pustefix-webservices</artifactId> 5 5 <groupId>org.pustefixframework.webservices</groupId> 6 <version>0.14.7 -SNAPSHOT</version>6 <version>0.14.7</version> 7 7 </parent> 8 8 … … 11 11 <groupId>org.pustefixframework.webservices</groupId> 12 12 <artifactId>pustefix-webservices-jsonws</artifactId> 13 <version>0.14.7 -SNAPSHOT</version>13 <version>0.14.7</version> 14 14 15 15 <dependencies> … … 17 17 <groupId>org.pustefixframework.webservices</groupId> 18 18 <artifactId>pustefix-webservices-core</artifactId> 19 <version>0.14.7 -SNAPSHOT</version>19 <version>0.14.7</version> 20 20 </dependency> 21 21 <dependency>
