Skip to content

Commit

Permalink
Preparing for tagging 4.3.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Aug 30, 2019
1 parent 54c44d9 commit cd78f3f
Show file tree
Hide file tree
Showing 76 changed files with 78 additions and 78 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>4.3.0-SNAPSHOT</version>
<version>4.3.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-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.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-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.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 @@ -68,7 +68,7 @@
<bookinfo>
<title>RESTEasy JAX-RS</title>
<subtitle>RESTFul Web Services for Java</subtitle>
<releaseinfo>4.3.0-SNAPSHOT</releaseinfo>
<releaseinfo>4.3.0.Final</releaseinfo>
</bookinfo>

<toc/>
Expand Down
Expand Up @@ -139,7 +139,7 @@ String rtn = target.resolveTemplate("id", "1").request().get(String.class);
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-cache-core</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
</dependency>
]]>
</programlisting>
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>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</td>
<td>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
</dependency>
]]></programlisting>

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

Expand Down
Expand Up @@ -344,7 +344,7 @@ server.deploy(deployment);]]></programlisting>
<para><programlisting> &lt;dependency&gt;
&lt;groupId&gt;org.jboss.resteasy&lt;/groupId&gt;
&lt;artifactId&gt;resteasy-spring-web&lt;/artifactId&gt;
&lt;version&gt;4.3.0-SNAPSHOT&lt;/version&gt;
&lt;version&gt;4.3.0.Final&lt;/version&gt;
&lt;/dependency&gt;

</programlisting></para>
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;4.3.0-SNAPSHOT&lt;/version&gt;
&lt;version&gt;4.3.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;4.3.0-SNAPSHOT&lt;/version&gt;
&lt;version&gt;4.3.0.Final&lt;/version&gt;
&lt;/dependency&gt;

</programlisting></para>
Expand Down
2 changes: 1 addition & 1 deletion jboss-modules/pom.xml
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.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>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.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>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.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>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.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>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.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>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.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>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.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>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.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>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.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>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.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>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.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 @@
<description/>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-bom</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<packaging>pom</packaging>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-cache/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>RESTEasy Cache</name>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-cache/resteasy-cache-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>resteasy-cache-core</artifactId>
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>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion resteasy-client-microprofile/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.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>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-core-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-dependencies-bom/pom.xml
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-dependencies</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<packaging>pom</packaging>
<name>RESTEasy dependencies BOM</name>
<description>RESTEasy dependencies BOM</description>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-guice/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0.Final</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-guice</artifactId>
Expand Down

0 comments on commit cd78f3f

Please sign in to comment.