Skip to content

Commit 7045784

Browse files
committed
Prepare for 3.15.6.Final release
Signed-off-by: James R. Perkins <[email protected]>
1 parent 8986d27 commit 7045784

File tree

87 files changed

+106
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+106
-106
lines changed

arquillian/RESTEASY-1056-jetty-bv11/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.resteasy</groupId>
66
<artifactId>resteasy-misc-arquillian-tests</artifactId>
7-
<version>3.15.5-SNAPSHOT</version>
7+
<version>3.15.6.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>RESTEASY-1056-jetty-bv11</artifactId>

arquillian/RESTEASY-736-jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.resteasy</groupId>
66
<artifactId>resteasy-misc-arquillian-tests</artifactId>
7-
<version>3.15.5-SNAPSHOT</version>
7+
<version>3.15.6.Final</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>RESTEASY-736-jetty</artifactId>

arquillian/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jboss.resteasy</groupId>
55
<artifactId>resteasy-jaxrs-all</artifactId>
6-
<version>3.15.5-SNAPSHOT</version>
6+
<version>3.15.6.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<name>RESTEasy Misc Arquillian-based tests</name>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.resteasy</groupId>
66
<artifactId>resteasy-jaxrs-all</artifactId>
7-
<version>3.15.5-SNAPSHOT</version>
7+
<version>3.15.6.Final</version>
88
</parent>
99

1010
<artifactId>resteasy-jaxrs-dist</artifactId>

distribution/src-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jboss.resteasy</groupId>
66
<artifactId>resteasy-jaxrs-dist</artifactId>
7-
<version>3.15.5-SNAPSHOT</version>
7+
<version>3.15.6.Final</version>
88
</parent>
99

1010
<artifactId>resteasy-jaxrs-src-dist</artifactId>

docbook/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.jboss.resteasy</groupId>
88
<artifactId>resteasy-reference-guide-${translation}</artifactId>
9-
<version>3.15.5-SNAPSHOT</version>
9+
<version>3.15.6.Final</version>
1010
<packaging>jdocbook</packaging>
1111
<name>RESTEasy Reference Guide (${translation})</name>
1212
<description/>

docbook/reference/en/en-US/master.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<bookinfo>
7171
<title>RESTEasy JAX-RS</title>
7272
<subtitle>RESTFul Web Services for Java</subtitle>
73-
<releaseinfo>3.15.5-SNAPSHOT</releaseinfo>
73+
<releaseinfo>3.15.6.Final</releaseinfo>
7474
</bookinfo>
7575

7676
<toc/>

docbook/reference/en/en-US/modules/Cache_NoCache_CacheControl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public static void main(String[] args) throws Exception
136136
<dependency>
137137
<groupId>org.jboss.resteasy</groupId>
138138
<artifactId>resteasy-cache-core</artifactId>
139-
<version>3.15.5-SNAPSHOT</version>
139+
<version>3.15.6.Final</version>
140140
</dependency>
141141
]]>
142142
</programlisting>

docbook/reference/en/en-US/modules/Installation_Configuration.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -281,20 +281,20 @@
281281
<title>Upgrading RESTEasy within WildFly</title>
282282
<para>
283283
RESTEasy is bundled with WildFly, but you may want to upgrade RESTEasy in WildFly to the latest version. The RESTEasy
284-
distribution comes with a zip file called <code><![CDATA[resteasy-jboss-modules-3.15.5-SNAPSHOT.zip]]></code>. Unzip this file
284+
distribution comes with a zip file called <code><![CDATA[resteasy-jboss-modules-3.15.6.Final.zip]]></code>. Unzip this file
285285
within the <![CDATA[modules/system/layers/base/]]> directory of the WildFly distribution. This will configure WildFly
286286
to use new versions of the modules listed in <xref linkend="resteasy_modules_in_wildfly"/>.
287287
</para>
288288
<para>
289-
To build the <code><![CDATA[resteasy-jboss-modules-3.15.5-SNAPSHOT.zip]]></code>, enter the <code>jboss-modules</code>
289+
To build the <code><![CDATA[resteasy-jboss-modules-3.15.6.Final.zip]]></code>, enter the <code>jboss-modules</code>
290290
directory of the project, and run the following Maven command:
291291
<programlisting><![CDATA[$ mvn install]]></programlisting>
292292
It will start to build the modules and finally it will produce the zip file inside "target" directory:
293293
<programlisting><![CDATA[$ pwd
294294
resteasy/jboss-modules
295295
$ ls target/*.zip
296-
target/resteasy-jboss-modules-3.15.5-SNAPSHOT-mavenized.zip
297-
target/resteasy-jboss-modules-3.15.5-SNAPSHOT.zip
296+
target/resteasy-jboss-modules-3.15.6.Final-mavenized.zip
297+
target/resteasy-jboss-modules-3.15.6.Final.zip
298298
]]></programlisting>
299299
</para>
300300
<para>
@@ -311,10 +311,10 @@ appclient docs modules
311311
<para>
312312
Use the following step to copy and extract the modules zip into Wildfly modules directory:
313313
<programlisting><![CDATA[
314-
$ cp ~/works/resteasy/jboss-modules/target/resteasy-jboss-modules-3.15.5-SNAPSHOT.zip \
314+
$ cp ~/works/resteasy/jboss-modules/target/resteasy-jboss-modules-3.15.6.Final.zip \
315315
modules/system/layers/base/
316316
$ cd modules/system/layers/base
317-
$ unzip resteasy-jboss-modules-3.15.5-SNAPSHOT.zip
317+
$ unzip resteasy-jboss-modules-3.15.6.Final.zip
318318
...]]></programlisting>
319319
With the above process, the RESTEasy modules are upgraded inside Wildfly.
320320
</para>

docbook/reference/en/en-US/modules/Json-p.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<dependency>
1010
<groupId>org.jboss.resteasy</groupId>
1111
<artifactId>resteasy-json-p-provider</artifactId>
12-
<version>3.15.5-SNAPSHOT</version>
12+
<version>3.15.6.Final</version>
1313
</dependency>
1414
]]></programlisting>
1515
<para>

0 commit comments

Comments
 (0)