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
294294resteasy/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 \
315315modules/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 >
0 commit comments