Changeset 4988 for trunk/pustefix-webservices
- Timestamp:
- 12/03/09 16:27:33 (2 years ago)
- Location:
- trunk/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
-
trunk/pustefix-webservices/pom.xml
r4882 r4988 6 6 <groupId>org.pustefixframework</groupId> 7 7 <artifactId>pustefixframework</artifactId> 8 <version>1.0.2 -SNAPSHOT</version>8 <version>1.0.2</version> 9 9 </parent> 10 10 … … 12 12 <artifactId>pustefix-webservices</artifactId> 13 13 <packaging>pom</packaging> 14 <version>1.0.2 -SNAPSHOT</version>14 <version>1.0.2</version> 15 15 <name>Pustefix Webservices</name> 16 16 … … 19 19 <groupId>org.pustefixframework</groupId> 20 20 <artifactId>pustefix-core</artifactId> 21 <version>1.0.2 -SNAPSHOT</version>21 <version>1.0.2</version> 22 22 </dependency> 23 23 <dependency> -
trunk/pustefix-webservices/pustefix-webservices-core/pom.xml
r4882 r4988 4 4 <artifactId>pustefix-webservices</artifactId> 5 5 <groupId>org.pustefixframework.webservices</groupId> 6 <version>1.0.2 -SNAPSHOT</version>6 <version>1.0.2</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>1.0.2 -SNAPSHOT</version>12 <version>1.0.2</version> 13 13 <packaging>bundle</packaging> 14 14 -
trunk/pustefix-webservices/pustefix-webservices-jaxws/pom.xml
r4882 r4988 4 4 <artifactId>pustefix-webservices</artifactId> 5 5 <groupId>org.pustefixframework.webservices</groupId> 6 <version>1.0.2 -SNAPSHOT</version>6 <version>1.0.2</version> 7 7 </parent> 8 8 … … 11 11 <groupId>org.pustefixframework.webservices</groupId> 12 12 <artifactId>pustefix-webservices-jaxws</artifactId> 13 <version>1.0.2 -SNAPSHOT</version>13 <version>1.0.2</version> 14 14 15 15 <dependencies> … … 17 17 <groupId>org.pustefixframework.webservices</groupId> 18 18 <artifactId>pustefix-webservices-core</artifactId> 19 <version>1.0.2 -SNAPSHOT</version>19 <version>1.0.2</version> 20 20 </dependency> 21 21 <dependency> -
trunk/pustefix-webservices/pustefix-webservices-jsonws/pom.xml
r4882 r4988 4 4 <artifactId>pustefix-webservices</artifactId> 5 5 <groupId>org.pustefixframework.webservices</groupId> 6 <version>1.0.2 -SNAPSHOT</version>6 <version>1.0.2</version> 7 7 </parent> 8 8 … … 11 11 <groupId>org.pustefixframework.webservices</groupId> 12 12 <artifactId>pustefix-webservices-jsonws</artifactId> 13 <version>1.0.2 -SNAPSHOT</version>13 <version>1.0.2</version> 14 14 <packaging>bundle</packaging> 15 15 … … 25 25 <groupId>org.pustefixframework.webservices</groupId> 26 26 <artifactId>pustefix-webservices-core</artifactId> 27 <version>1.0.2 -SNAPSHOT</version>27 <version>1.0.2</version> 28 28 </dependency> 29 29 <dependency>
