Skip to content

Commit

Permalink
fix pom version
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/billburke/jboss/resteasy/resteasy-git/svn-server-sync/resteasy/tags/RESTEASY_JAXRS_1_1_GA_CP03@1011 2b1ed4c4-5db3-0410-90e4-80a7a6204c25
  • Loading branch information
liweinan committed Apr 27, 2010
1 parent e515ed7 commit cfc507f
Show file tree
Hide file tree
Showing 58 changed files with 72 additions and 72 deletions.
4 changes: 2 additions & 2 deletions async-http-jbossweb/async-http-jbossweb-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<artifactId>async-http-jbossweb</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -43,4 +43,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion async-http-jbossweb/async-http-jbossweb-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-jbossweb-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion async-http-jbossweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<name>Async Http JBossWeb</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion async-http-servlet-3.0/async-http-servlet-3.0-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-servlet-3.0-test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions async-http-servlet-3.0/async-http-servlet-3.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<artifactId>async-http-servlet-3.0</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -38,4 +38,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion async-http-servlet-3.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<name>Async Http JBossWeb</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions async-http-tomcat/asynch-http-tomcat-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<artifactId>async-http-tomcat6</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -50,4 +50,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion async-http-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<name>Async Http JBossWeb</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>

<artifactId>resteasy-jaxrs-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docbook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reference-guide-${translation}</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
<packaging>jdocbook</packaging>
<name>RESTEasy Reference Guide (${translation})</name>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion examples/api-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>api-clients</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion examples/async-job-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>async-job-service</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
<packaging>war</packaging>
<name/>
<description/>
Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-integration/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>ejb-integration-example</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-integration-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-integration/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>ejb-integration-example</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.jboss.resteasy</groupId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
<artifactId>ejb-integration-example</artifactId>
<packaging>pom</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-integration/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>ejb-integration-example</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-integration-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/guice-hello/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>guice-hello</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
<packaging>war</packaging>
<name>guice hello example</name>
<description>guice hello world example</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/jaxb-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>jaxb-json</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
<packaging>war</packaging>
<name/>
<description/>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<name>Resteasy Examples</name>
<url>http://wiki.jboss.org/wiki/Wiki.jsp?page=RESTeasyJAXRS</url>
Expand Down
2 changes: 1 addition & 1 deletion examples/resteasy-springMVC/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>resteasy-springMVC</artifactId>
<packaging>war</packaging>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
<name>Spring MVC RestContact Maven Webapp</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>simple</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
<packaging>war</packaging>
<name/>
<description/>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-hibernate-contacts/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>spring-hibernate-contacts</artifactId>
<groupId>org.jboss.resteasy.examples</groupId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
Expand All @@ -31,4 +31,4 @@
<version>3.1</version>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions examples/spring-hibernate-contacts/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts-core</artifactId>
<name/>
<description/>
</project>
</project>
2 changes: 1 addition & 1 deletion examples/spring-hibernate-contacts/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-hibernate-contacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts</artifactId>
<packaging>pom</packaging>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
<name>RestContact Maven Webapp</name>
<url>http://maven.apache.org</url>
<repositories>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-hibernate-contacts/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
Expand Down Expand Up @@ -61,4 +61,4 @@
<scope>compile</scope>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions jaxrs-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>

<groupId>org.jboss.resteasy</groupId>
Expand All @@ -24,4 +24,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion jboss-integration-testing/application-config-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.resteasy</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jboss-integration-testing/basic-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>basic-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jboss-integration-testing/ejb-test/ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-test-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jboss-integration-testing/ejb-test/ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jboss-integration-testing/ejb-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<name>Resteasy JAX-RS EJB Test</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jboss-integration-testing/ejb-test/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-test-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jboss-integration-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<name>Resteasy JAX-RS JBoss Integration Testing</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jboss-integration-testing/servlet-mapping-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>servlet-mapping-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jboss-integration-testing/spring-integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-integration-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>RESTEasy JAX-RS</name>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions providers/abdera-atom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.1.GA_CP-SNAPSHOT</version>
<version>1.1.GA_CP03</version>
</parent>
<artifactId>abdera-atom-provider</artifactId>
<packaging>jar</packaging>
Expand Down Expand Up @@ -69,4 +69,4 @@
</plugins>
</build>

</project>
</project>
Loading

0 comments on commit cfc507f

Please sign in to comment.