Skip to content

Commit

Permalink
[RESTEASY-2719] 3.13.2-SNAPSHOT->3.13.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsigal committed Sep 30, 2020
1 parent 1e8ecfe commit 684fa2f
Show file tree
Hide file tree
Showing 86 changed files with 105 additions and 105 deletions.
2 changes: 1 addition & 1 deletion arquillian/RESTEASY-1056-jetty-bv11/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>RESTEASY-1056-jetty-bv11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion arquillian/RESTEASY-736-jetty/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>RESTEASY-736-jetty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion arquillian/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>RESTEasy Misc Arquillian-based tests</name>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</parent>

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

<artifactId>resteasy-jaxrs-src-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>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<packaging>jdocbook</packaging>
<name>RESTEasy Reference Guide (${translation})</name>
<description/>
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/en-US/master.xml
Expand Up @@ -70,7 +70,7 @@
<bookinfo>
<title>RESTEasy JAX-RS</title>
<subtitle>RESTFul Web Services for Java</subtitle>
<releaseinfo>3.13.2-SNAPSHOT</releaseinfo>
<releaseinfo>3.13.2.Final</releaseinfo>
</bookinfo>

<toc/>
Expand Down
Expand Up @@ -136,7 +136,7 @@ public static void main(String[] args) throws Exception
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cache-core</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
]]>
</programlisting>
Expand Down
Expand Up @@ -281,20 +281,20 @@
<title>Upgrading RESTEasy within WildFly</title>
<para>
RESTEasy is bundled with WildFly, but you may want to upgrade RESTEasy in WildFly to the latest version. The RESTEasy
distribution comes with a zip file called <code><![CDATA[resteasy-jboss-modules-3.13.2-SNAPSHOT.zip]]></code>. Unzip this file
distribution comes with a zip file called <code><![CDATA[resteasy-jboss-modules-3.13.2.Final.zip]]></code>. Unzip this file
within the <![CDATA[modules/system/layers/base/]]> directory of the WildFly distribution. This will configure WildFly
to use new versions of the modules listed in <xref linkend="resteasy_modules_in_wildfly"/>.
</para>
<para>
To build the <code><![CDATA[resteasy-jboss-modules-3.13.2-SNAPSHOT.zip]]></code>, enter the <code>jboss-modules</code>
To build the <code><![CDATA[resteasy-jboss-modules-3.13.2.Final.zip]]></code>, enter the <code>jboss-modules</code>
directory of the project, and run the following Maven command:
<programlisting><![CDATA[$ mvn install]]></programlisting>
It will start to build the modules and finally it will produce the zip file inside "target" directory:
<programlisting><![CDATA[$ pwd
resteasy/jboss-modules
$ ls target/*.zip
target/resteasy-jboss-modules-3.13.2-SNAPSHOT-mavenized.zip
target/resteasy-jboss-modules-3.13.2-SNAPSHOT.zip
target/resteasy-jboss-modules-3.13.2.Final-mavenized.zip
target/resteasy-jboss-modules-3.13.2.Final.zip
]]></programlisting>
</para>
<para>
Expand All @@ -311,10 +311,10 @@ appclient docs modules
<para>
Use the following step to copy and extract the modules zip into Wildfly modules directory:
<programlisting><![CDATA[
$ cp ~/works/resteasy/jboss-modules/target/resteasy-jboss-modules-3.13.2-SNAPSHOT.zip \
$ cp ~/works/resteasy/jboss-modules/target/resteasy-jboss-modules-3.13.2.Final.zip \
modules/system/layers/base/
$ cd modules/system/layers/base
$ unzip resteasy-jboss-modules-3.13.2-SNAPSHOT.zip
$ unzip resteasy-jboss-modules-3.13.2.Final.zip
...]]></programlisting>
With the above process, the RESTEasy modules are upgraded inside Wildfly.
</para>
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/en-US/modules/Json-p.xml
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-p-provider</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
]]></programlisting>
<para>
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/en-US/modules/Links.xml
Expand Up @@ -52,7 +52,7 @@
<tr>
<td>org.jboss.resteasy</td>
<td>resteasy-links</td>
<td>3.13.2-SNAPSHOT</td>
<td>3.13.2.Final</td>
</tr>
</tbody>
</table>
Expand Down
24 changes: 12 additions & 12 deletions docbook/reference/en/en-US/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 3.13.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 3.13.2.Final with the current RESTEasy version you want to use.
</para>
<programlisting>
<![CDATA[
Expand All @@ -21,12 +21,12 @@ JBoss's Maven Repository is at:
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
<!-- optional modules -->
Expand All @@ -35,50 +35,50 @@ JBoss's Maven Repository is at:
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
<!-- multipart/form-data and multipart/mixed support -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-multipart-provider</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
<!-- RESTEasy Server Cache -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cache-core</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
<!-- Ruby YAML support -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-yaml-provider</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
<!-- JAXB + Atom support -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-atom-provider</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
<!-- Spring integration -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
<!-- Guice integration -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-guice</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
<!-- Asynchronous HTTP support with Servlet 3.0 -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>async-http-servlet-3.0</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
</dependencies>
Expand All @@ -94,7 +94,7 @@ JBoss's Maven Repository is at:
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-bom</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
Expand Up @@ -138,7 +138,7 @@ public class UndertowTest
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jdk-http</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
]]></programlisting>

Expand All @@ -157,7 +157,7 @@ RESTEasy integrates with the TJWS Embeddable Servlet container. It comes with t
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>tjws</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
<dependency>
Expand Down Expand Up @@ -246,7 +246,7 @@ If you want to use Spring, see the SpringBeanProcessor. Here's a pseudo-code ex
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-netty</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
]]></programlisting>

Expand All @@ -273,7 +273,7 @@ If you want to use Spring, see the SpringBeanProcessor. Here's a pseudo-code ex
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-vertx</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>
]]></programlisting>

Expand Down
Expand Up @@ -11,7 +11,7 @@
<programlisting><![CDATA[<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-spring</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</dependency>]]></programlisting>
<para>
RESTEasy comes with its own <code>ContextLoaderListener</code> that registers a RESTEasy specific
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/en-US/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;3.13.2-SNAPSHOT&lt;/version&gt;
&lt;version&gt;3.13.2.Final&lt;/version&gt;
&lt;/dependency&gt;

</programlisting></para>
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/en-US/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;3.13.2-SNAPSHOT&lt;/version&gt;
&lt;version&gt;3.13.2.Final&lt;/version&gt;
&lt;/dependency&gt;

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

<artifactId>eagledns-fork</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jboss-modules/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
</parent>

<artifactId>resteasy-jboss-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -14,7 +14,7 @@

<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion profiling-tests/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-profiling-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/abdera-atom/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>abdera-atom-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/fastinfoset/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>resteasy-fastinfoset-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/jackson/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>resteasy-jackson-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/jackson2/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>resteasy-jackson2-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/jaxb/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>resteasy-jaxb-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/jettison/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>resteasy-jettison-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/json-binding/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>resteasy-json-binding-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/json-p-ee7/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>resteasy-json-p-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/multipart/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.13.2-SNAPSHOT</version>
<version>3.13.2.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>resteasy-multipart-provider</artifactId>
Expand Down

0 comments on commit 684fa2f

Please sign in to comment.