Skip to content

Commit

Permalink
retag
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_2_3_RC_1@1574 2b1ed4c4-5db3-0410-90e4-80a7a6204c25
  • Loading branch information
patriot1burke committed Nov 28, 2011
2 parents 74e35ee + c533f8e commit 0991e4d
Show file tree
Hide file tree
Showing 82 changed files with 132 additions and 131 deletions.
2 changes: 1 addition & 1 deletion 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.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>async-http-jbossweb</artifactId>
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>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-jbossweb-test</artifactId>
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>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>async-http-servlet-3.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion async-http-tomcat/async-http-tomcat-test/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>async-http-tomcat-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>async-http-tomcat6</artifactId>
Expand Down
1 change: 1 addition & 0 deletions distribution/pom.xml
Expand Up @@ -33,6 +33,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>jaxrs-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/src-distribution/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

<artifactId>resteasy-jaxrs-src-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/master.xml
Expand Up @@ -58,7 +58,7 @@
<bookinfo>
<title>RESTEasy JAX-RS</title>
<subtitle>RESTFul Web Services for Java</subtitle>
<releaseinfo>2.3-beta-2-SNAPSHOT</releaseinfo>
<releaseinfo>2.3-RC1</releaseinfo>
</bookinfo>

<toc/>
Expand Down
Expand Up @@ -132,7 +132,7 @@ public static void main(String[] args) throws Exception
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cache-core</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
]]>
</programlisting>
Expand Down
2 changes: 1 addition & 1 deletion 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.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
]]></programlisting>
<para>The first extra piece that Resteasy added to the integration was
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/modules/Links.xml
Expand Up @@ -52,7 +52,7 @@
<tr>
<td>org.jboss.resteasy</td>
<td>resteasy-links</td>
<td>2.3-beta-2-SNAPSHOT</td>
<td>2.3-RC1</td>
</tr>
</tbody>
</table>
Expand Down
26 changes: 13 additions & 13 deletions docbook/reference/en/modules/Maven_and_RESTEasy.xml
Expand Up @@ -6,7 +6,7 @@ JBoss's Maven Repository is at:
</para>
<para>

Here's the pom.xml fragment to use. Resteasy is modularized into various components. Mix and max as you see fit. Please replace 2.3-beta-2-SNAPSHOT with the current Resteasy version you want to use.
Here's the pom.xml fragment to use. Resteasy is modularized into various components. Mix and max as you see fit. Please replace 2.3-RC1 with the current Resteasy version you want to use.
</para>
<programlisting>
<![CDATA[
Expand All @@ -21,7 +21,7 @@ JBoss's Maven Repository is at:
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
<!-- optional modules -->
Expand All @@ -30,64 +30,64 @@ JBoss's Maven Repository is at:
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
<!-- multipart/form-data and multipart/mixed support -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-multipart-provider</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
<!-- Resteasy Server Cache -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cache-core</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
<!-- Ruby YAML support -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-yaml-provider</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
<!-- JAXB + Atom support -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-atom-provider</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
<!-- Spring integration -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
<!-- Guice integration -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-guice</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
<!-- Asynchronous HTTP support with JBossWeb -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>async-http-jbossweb</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
<!-- Asynchronous HTTP support with Servlet 3.0 (Jetty 7 pre5) -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>async-http-servlet-3.0</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
<!-- Asynchronous HTTP support with Tomcat 6 -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>async-http-tomcat6</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
</dependencies>
Expand All @@ -103,7 +103,7 @@ JBoss's Maven Repository is at:
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-bom</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/modules/Validation.xml
Expand Up @@ -86,7 +86,7 @@ public interface Resource {
<programlisting><![CDATA[<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-hibernatevalidator-provider</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>]]></programlisting>
</para>
<para>
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/modules/Yaml.xml
Expand Up @@ -3,7 +3,7 @@

<para>

Since 2.3-beta-2-SNAPSHOT release, resteasy comes with built in support for YAML using the SnakeYAML library. To enable YAML support,
Since 2.3-RC1 release, resteasy comes with built in support for YAML using the SnakeYAML library. To enable YAML support,
you need to drop in the SnakeYaml 1.8 jar in RestEASY's classpath.
</para>
<para>
Expand Down
2 changes: 1 addition & 1 deletion 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-crypto&lt;/artifactId&gt;
&lt;version&gt;2.3-beta-2-SNAPSHOT&lt;/version&gt;
&lt;version&gt;2.3-RC1&lt;/version&gt;
&lt;/dependency&gt;

</programlisting></para>
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/modules/smime.xml
Expand Up @@ -21,7 +21,7 @@
<para><programlisting> &lt;dependency&gt;
&lt;groupId&gt;org.jboss.resteasy&lt;/groupId&gt;
&lt;artifactId&gt;resteasy-crypto&lt;/artifactId&gt;
&lt;version&gt;2.3-beta-2-SNAPSHOT&lt;/version&gt;
&lt;version&gt;2.3-RC1&lt;/version&gt;
&lt;/dependency&gt;

</programlisting></para>
Expand Down
8 changes: 4 additions & 4 deletions examples/api-clients/pom.xml
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>testable-examples-pom</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy.examples</groupId>
<artifactId>examples-api-clients</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
<description/>

<repositories>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
<!-- filter out unwanted jars -->
<exclusions>
<exclusion>
Expand All @@ -41,7 +41,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</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>examples-async-job-service</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
<packaging>war</packaging>
<name>Example: Async Job Service</name>
<description/>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion 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.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion examples/digital-signatures/pom.xml
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<name>Resteasy Examples</name>
Expand Down
2 changes: 1 addition & 1 deletion 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.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</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>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-integration</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</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>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
<artifactId>ejb-integration-example</artifactId>
<packaging>pom</packaging>
<description/>
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>2.3-beta-2-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ejb-integration-war</artifactId>
Expand Down

0 comments on commit 0991e4d

Please sign in to comment.