Skip to content

Commit

Permalink
Prepare for 5.0.0.Final release
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Nov 4, 2021
1 parent 7fe1535 commit 27e5afb
Show file tree
Hide file tree
Showing 61 changed files with 72 additions and 72 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-misc-arquillian-tests</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>RESTEASY-1056-jetty-bv11</artifactId>
Expand Down
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-misc-arquillian-tests</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>RESTEASY-1630-jetty-resteasy-servlet-initializer</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-misc-arquillian-tests</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.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>5.0.0-SNAPSHOT</version>
<version>5.0.0.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>5.0.0-SNAPSHOT</version>
<version>5.0.0.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>5.0.0-SNAPSHOT</version>
<version>5.0.0.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>5.0.0-SNAPSHOT</version>
<version>5.0.0.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</title>
<subtitle>Jakarta RESTFul Web Services</subtitle>
<releaseinfo>5.0.0-SNAPSHOT</releaseinfo>
<releaseinfo>5.0.0.Final</releaseinfo>
</bookinfo>

<toc/>
Expand Down
Expand Up @@ -267,7 +267,7 @@
<programlisting><![CDATA[$ galleon.sh install wildfly:current]]></programlisting>

To install the RESTEasy upgrade on top of that you simply need to use the tool again with the Maven GAV:
<programlisting><![CDATA[$ galleon.sh install org.jboss.resteasy:galleon-feature-pack:5.0.0-SNAPSHOT]]></programlisting>
<programlisting><![CDATA[$ galleon.sh install org.jboss.resteasy:galleon-feature-pack:5.0.0.Final]]></programlisting>
</para>
<para>
If you are using Maven to provision WildFly you can simply add the feature pack to your plugin configuration.
Expand All @@ -284,7 +284,7 @@
<feature-pack>
<groupId>org.jboss.resteasy</groupId>
<artifactId>galleon-feature-pack</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</feature-pack>
</feature-packs>
</configuration>
Expand Down Expand Up @@ -373,17 +373,17 @@ public class MyApplication extends Application
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-core</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</dependency>
]]></programlisting>
<para>
Expand Down Expand Up @@ -416,7 +416,7 @@ public class MyApplication extends Application
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-servlet-initializer</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</dependency>
]]></programlisting>
</section>
Expand Down Expand Up @@ -1411,12 +1411,12 @@ public abstract class Application
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-core</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</dependency>
]]></programlisting>

Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/en-US/modules/Json-p.xml
Expand Up @@ -10,7 +10,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-p-provider</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.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>5.0.0-SNAPSHOT</td>
<td>5.0.0.Final</td>
</tr>
</tbody>
</table>
Expand Down
Expand Up @@ -138,7 +138,7 @@ public class UndertowTest
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jdk-http</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</dependency>
]]></programlisting>

Expand Down Expand Up @@ -167,7 +167,7 @@ public class UndertowTest
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-netty4</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</dependency>
]]></programlisting>

Expand Down Expand Up @@ -200,7 +200,7 @@ public class UndertowTest
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reactor-netty</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</dependency>
]]></programlisting>

Expand All @@ -227,7 +227,7 @@ public class UndertowTest
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-vertx</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</dependency>
]]></programlisting>

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;5.0.0-SNAPSHOT&lt;/version&gt;
&lt;version&gt;5.0.0.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;5.0.0-SNAPSHOT&lt;/version&gt;
&lt;version&gt;5.0.0.Final&lt;/version&gt;
&lt;/dependency&gt;

</programlisting></para>
Expand Down
2 changes: 1 addition & 1 deletion galleon-feature-pack/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>5.0.0-SNAPSHOT</version>
<version>5.0.0.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>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-profiling-tests</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>providers-pom</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-fastinfoset-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>providers-pom</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.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>providers-pom</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-jaxb-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>providers-pom</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.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>providers-pom</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.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>providers-pom</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-multipart-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>RESTEasy Providers</name>
Expand Down
2 changes: 1 addition & 1 deletion providers/resteasy-atom/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>providers-pom</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-atom-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/resteasy-html/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>providers-pom</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-html</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/resteasy-validator-provider/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>providers-pom</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-validator-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-bom/pom.xml
Expand Up @@ -13,7 +13,7 @@

<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-bom</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<packaging>pom</packaging>

<name>RESTEasy Maven Import (BOM)</name>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-cdi/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</parent>
<artifactId>resteasy-cdi</artifactId>
<name>RESTEasy CDI integration module</name>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-client-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion resteasy-client-reactor-netty/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

Expand Down
2 changes: 1 addition & 1 deletion resteasy-core-spi/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-core-spi</artifactId>
Expand Down

0 comments on commit 27e5afb

Please sign in to comment.