Skip to content

Commit

Permalink
Next release is 6.2.0.Final
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 Sep 6, 2022
1 parent 969e5e5 commit 857b608
Show file tree
Hide file tree
Showing 64 changed files with 81 additions and 81 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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
</parent>

<artifactId>resteasy-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-dist</artifactId>
<version>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
</parent>

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

<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reference-guide</artifactId>
<version>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>RESTEasy Reference Guide</name>
<description/>
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/en-US/master.xml
Expand Up @@ -72,7 +72,7 @@
<bookinfo>
<title>RESTEasy</title>
<subtitle>Jakarta RESTFul Web Services</subtitle>
<releaseinfo>6.1.1.Final-SNAPSHOT</releaseinfo>
<releaseinfo>6.2.0.Final-SNAPSHOT</releaseinfo>
</bookinfo>

<toc/>
Expand Down
Expand Up @@ -256,7 +256,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:6.1.1.Final-SNAPSHOT]]></programlisting>
<programlisting><![CDATA[$ galleon.sh install org.jboss.resteasy:galleon-feature-pack:6.2.0.Final-SNAPSHOT]]></programlisting>
</para>
<para>
If you are using Maven to provision WildFly you can simply add the feature pack to your plugin configuration.
Expand All @@ -278,7 +278,7 @@
<feature-pack>
<groupId>org.jboss.resteasy</groupId>
<artifactId>galleon-feature-pack</artifactId>
<version>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
</feature-pack>
</feature-packs>
</configuration>
Expand Down Expand Up @@ -365,17 +365,17 @@ public class MyApplication extends Application
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-core</artifactId>
<version>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
<version>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
</dependency>
]]></programlisting>
<para>
Expand Down Expand Up @@ -408,7 +408,7 @@ public class MyApplication extends Application
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-servlet-initializer</artifactId>
<version>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
</dependency>
]]></programlisting>
</section>
Expand Down Expand Up @@ -1348,12 +1348,12 @@ String value = ConfigProvider.getConfig().getOptionalValue("prop_name", String.c
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-core</artifactId>
<version>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</td>
<td>6.2.0.Final-SNAPSHOT</td>
</tr>
</tbody>
</table>
Expand Down
Expand Up @@ -147,7 +147,7 @@ public class UndertowTest
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jdk-http</artifactId>
<version>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
</dependency>
]]></programlisting>

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

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

Expand All @@ -236,7 +236,7 @@ public class UndertowTest
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-vertx</artifactId>
<version>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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;6.1.1.Final-SNAPSHOT&lt;/version&gt;
&lt;version&gt;6.2.0.Final-SNAPSHOT&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;6.1.1.Final-SNAPSHOT&lt;/version&gt;
&lt;version&gt;6.2.0.Final-SNAPSHOT&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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-validator-provider</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions resteasy-bom/pom.xml
Expand Up @@ -13,17 +13,17 @@

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

<name>RESTEasy Maven Import (BOM)</name>
<description/>

<scm>
<connection>scm:git:git://github.com/resteasy/Resteasy.git</connection>
<developerConnection>scm:git:git@github.com:resteasy/Resteasy.git</developerConnection>
<url>https://github.com/resteasy/Resteasy/tree/main/</url>
</scm>

<scm>
<connection>scm:git:git://github.com/resteasy/Resteasy.git</connection>
<developerConnection>scm:git:git@github.com:resteasy/Resteasy.git</developerConnection>
<url>https://github.com/resteasy/Resteasy/tree/main/</url>
</scm>

<dependencyManagement>
<dependencies>
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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</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>6.1.1.Final-SNAPSHOT</version>
<version>6.2.0.Final-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down

0 comments on commit 857b608

Please sign in to comment.