Skip to content

Commit

Permalink
bump version to 2.2-RC-1
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/trunk@1356 2b1ed4c4-5db3-0410-90e4-80a7a6204c25
  • Loading branch information
patriot1burke committed May 19, 2011
1 parent 13fae0f commit d4b1cd8
Show file tree
Hide file tree
Showing 113 changed files with 170 additions and 170 deletions.
2 changes: 1 addition & 1 deletion jaxrs/async-http-jbossweb/async-http-jbossweb-jar/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>async-http-jbossweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/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>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-jbossweb-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/async-http-jbossweb/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>
<name>Async Http JBossWeb</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-servlet-3.0-test</artifactId>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>async-http-servlet-3.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/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>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>
<name>Async Http JBossWeb</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/async-http-tomcat/asynch-http-tomcat-jar/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>async-http-tomcat6</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/async-http-tomcat/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>
<name>Async Http JBossWeb</name>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/distribution/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>

<artifactId>resteasy-jaxrs-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/distribution/src-distribution/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>

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

<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reference-guide-${translation}</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<packaging>jdocbook</packaging>
<name>RESTEasy Reference Guide (${translation})</name>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/docbook/reference/en/master.xml
Expand Up @@ -56,7 +56,7 @@
<bookinfo>
<title>RESTEasy JAX-RS</title>
<subtitle>RESTFul Web Services for Java</subtitle>
<releaseinfo>2.2-RC-1-SNAPSHOT</releaseinfo>
<releaseinfo>2.2-RC-1</releaseinfo>
</bookinfo>

<toc/>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/docbook/reference/en/modules/Json.xml
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</dependency>
]]></programlisting>
<para>The first extra piece that Resteasy added to the integration was
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/docbook/reference/en/modules/Links.xml
Expand Up @@ -52,7 +52,7 @@
<tr>
<td>org.jboss.resteasy</td>
<td>resteasy-links</td>
<td>2.2-RC-1-SNAPSHOT</td>
<td>2.2-RC-1</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/docbook/reference/en/modules/signature.xml
Expand Up @@ -172,7 +172,7 @@
<para><programlisting> &lt;dependency&gt;
&lt;groupId&gt;org.jboss.resteasy&lt;/groupId&gt;
&lt;artifactId&gt;resteasy-doseta&lt;/artifactId&gt;
&lt;version&gt;2.2-RC-1-SNAPSHOT&lt;/version&gt;
&lt;version&gt;2.2-RC-1&lt;/version&gt;
&lt;/dependency&gt;

</programlisting></para>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/eagledns/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>

<artifactId>eagledns-fork</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions jaxrs/examples/api-clients/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>testable-examples-pom</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>examples-api-clients</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>

<repositories>
<repository>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<!-- filter out unwanted jars -->
<exclusions>
<exclusion>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs/examples/async-job-service/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>examples-async-job-service</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<packaging>war</packaging>
<name>Example: Async Job Service</name>
<description/>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/examples/digital-signatures/no-dns/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.test</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/examples/digital-signatures/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</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 jaxrs/examples/digital-signatures/use-dns/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.test</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/examples/ejb-integration/ear/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>ejb-integration-example</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-integration-ear</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs/examples/ejb-integration/ejb/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>ejb-integration-example</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</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>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</dependency>
<dependency>
<groupId>javax.ejb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/examples/ejb-integration/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>

<groupId>org.jboss.resteasy</groupId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<artifactId>ejb-integration-example</artifactId>
<packaging>pom</packaging>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/examples/ejb-integration/war/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>ejb-integration-example</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-integration-war</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions jaxrs/examples/examples-jsapi/pom.xml
Expand Up @@ -4,26 +4,26 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.jboss.resteasy</groupId>
<artifactId>examples-jsapi</artifactId>
<packaging>war</packaging>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<name>Example: JS-API</name>

<dependencies>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jsapi</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions jaxrs/examples/guice-hello/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>examples-guice-hello</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<packaging>war</packaging>
<name>guice hello example</name>
<description>guice hello world example</description>
Expand Down Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-guice</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
8 changes: 4 additions & 4 deletions jaxrs/examples/jaxb-json/pom.xml
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>examples-jaxb-json</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<packaging>war</packaging>
<name>Example: JAXB-JSON</name>
<description/>
Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<!-- filter out unwanted jars -->
<exclusions>
<exclusion>
Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jettison-provider</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<exclusions>
<exclusion>
<groupId>javax.xml.bind</groupId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>examples-oauth-authenticator</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<packaging>jar</packaging>
<name>Example: OAuth Authenticator</name>
<description/>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>examples-oauth-no-filter</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<packaging>war</packaging>
<name>Example: OAuth Without Servlet filters</name>
<description/>
Expand Down
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<name>OAuth With Catalina Authenticator</name>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/examples/oauth-examples/oauth-provider/pom.xml
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>examples-oauth-provider</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<packaging>jar</packaging>
<name>Example: OAuth Provider</name>
<description/>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>examples-oauth-push-messaging-openid-provider</artifactId>
<version>2.2-RC-1-SNAPSHOT</version>
<version>2.2-RC-1</version>
<packaging>war</packaging>
<name>Example: OAuth Push Messaging OpenId Provider</name>
<description/>
Expand Down

0 comments on commit d4b1cd8

Please sign in to comment.