Skip to content

Commit

Permalink
3.11.4.Final->3.11.5-SNAPSHOT (#2696)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronsigal committed Mar 23, 2021
1 parent 7d06e21 commit d647a6b
Show file tree
Hide file tree
Showing 77 changed files with 77 additions and 77 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.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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.11.4.Final</version>
<version>3.11.5-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>3.11.4.Final</version>
<version>3.11.5-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>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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.11.3.Final</releaseinfo>
<releaseinfo>3.11.5-SNAPSHOT</releaseinfo>
</bookinfo>

<toc/>
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.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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.11.4.Final</version>
<version>3.11.5-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>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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.11.4.Final</version>
<version>3.11.5-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>resteasy-jaxrs-all</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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.11.4.Final</version>
<version>3.11.5-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>resteasy-jaxrs-all</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-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>resteasy-jaxrs-all</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-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>3.11.4.Final</version>
<version>3.11.5-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>resteasy-jaxrs-all</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-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>resteasy-jaxrs-all</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-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>resteasy-jaxrs-all</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>resteasy-validator-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/yaml/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>resteasy-yaml-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>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
</parent>
<artifactId>resteasy-cdi</artifactId>
<name>RESTEasy CDI integration module</name>
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>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</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>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-jaxrs-testsuite/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>resteasy-jsapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-links/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
</parent>

<artifactId>resteasy-links</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-rxjava/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
</parent>
<artifactId>resteasy-rxjava</artifactId>
<name>RESTEasy RxJava integration</name>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-rxjava2/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
</parent>
<artifactId>resteasy-rxjava2</artifactId>
<name>RESTEasy RxJava 2 integration</name>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-servlet-initializer/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-servlet-initializer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-spring/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
</parent>
<artifactId>resteasy-spring</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-upgrade-guide/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-upgrade-guide-${translation}</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>RESTEasy Upgrade Guide (${translation})</name>
<description/>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-wadl-undertow-connector/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>3.11.4.Final</version>
<version>3.11.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit d647a6b

Please sign in to comment.