Skip to content

Commit

Permalink
fix 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_2_1_GA_CP01@1259 2b1ed4c4-5db3-0410-90e4-80a7a6204c25
  • Loading branch information
liweinan committed Oct 18, 2010
1 parent 21d17d7 commit b5a4d21
Show file tree
Hide file tree
Showing 66 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion async-http-jbossweb/async-http-jbossweb-jar/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<artifactId>async-http-jbossweb</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion async-http-jbossweb/async-http-jbossweb-test/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</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
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</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
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-servlet-3.0-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion async-http-servlet-3.0/async-http-servlet-3.0/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<artifactId>async-http-servlet-3.0</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion async-http-servlet-3.0/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<name>Async Http JBossWeb</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion async-http-tomcat/asynch-http-tomcat-jar/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<artifactId>async-http-tomcat6</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion async-http-tomcat/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<name>Async Http JBossWeb</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>

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

<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reference-guide-${translation}</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<packaging>jdocbook</packaging>
<name>RESTEasy Reference Guide (${translation})</name>
<repositories>
Expand Down
6 changes: 3 additions & 3 deletions examples/api-clients/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>api-clients</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>

<repositories>
<!-- For resteasy -->
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<!-- filter out unwanted jars -->
<exclusions>
<exclusion>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/async-job-service/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>async-job-service</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<packaging>war</packaging>
<name/>
<description/>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<!-- filter out unwanted jars -->
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-integration/ear/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>ejb-integration-example</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-integration-ear</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/ejb-integration/ejb/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>ejb-integration-example</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-integration</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</dependency>
<dependency>
<groupId>javax.ejb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-integration/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.jboss.resteasy</groupId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<artifactId>ejb-integration-example</artifactId>
<packaging>pom</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/ejb-integration/war/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>ejb-integration-example</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-integration-war</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/guice-hello/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>guice-hello</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<packaging>war</packaging>
<name>guice hello example</name>
<description>guice hello world example</description>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-guice</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<!-- filter out unwanted jars -->
<exclusions>
<exclusion>
Expand Down
6 changes: 3 additions & 3 deletions examples/jaxb-json/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>jaxb-json</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<packaging>war</packaging>
<name/>
<description/>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<!-- filter out unwanted jars -->
<exclusions>
<exclusion>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jettison-provider</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion examples/jms-facade/resteasy-mom/pom.xml
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</dependency>
<dependency>
<groupId>tjws</groupId>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<name>Resteasy Examples</name>
<url>http://wiki.jboss.org/wiki/Wiki.jsp?page=RESTeasyJAXRS</url>
Expand Down
6 changes: 3 additions & 3 deletions examples/resteasy-springMVC/pom.xml
Expand Up @@ -6,19 +6,19 @@
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>resteasy-springMVC</artifactId>
<packaging>war</packaging>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<name>Spring MVC RestContact Maven Webapp</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-hibernate-contacts/client/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>spring-hibernate-contacts</artifactId>
<groupId>org.jboss.resteasy.examples</groupId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts-client</artifactId>
<name/>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<description/>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/spring-hibernate-contacts/core/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts-core</artifactId>
<name/>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<description/>
</project>
4 changes: 2 additions & 2 deletions examples/spring-hibernate-contacts/persistence/pom.xml
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts-persistence</artifactId>
<name/>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<description/>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-hibernate-contacts/pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts</artifactId>
<packaging>pom</packaging>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</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
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>spring-hibernate-contacts-services</artifactId>
<packaging>war</packaging>
<name/>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<description/>

<build>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs-api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>

<groupId>org.jboss.resteasy</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jboss-integration-testing/application-config-test/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-jboss-integration-testing</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</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
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-jboss-integration-testing</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</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
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>ejb-integration-test</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jboss-integration-testing/ejb-test/ejb/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>ejb-integration-test</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jboss-integration-testing/ejb-test/pom.xml
Expand Up @@ -2,13 +2,13 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-jboss-integration-testing</artifactId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
</parent>
<name>Resteasy JAX-RS EJB Test</name>
<modelVersion>4.0.0</modelVersion>

<groupId>org.jboss.resteasy</groupId>
<version>1.2.1.GA_CP-SNAPSHOT</version>
<version>1.2.1.GA_CP01</version>
<artifactId>ejb-integration-test</artifactId>
<packaging>pom</packaging>

Expand Down

0 comments on commit b5a4d21

Please sign in to comment.