Skip to content

Commit

Permalink
Prepare for 7.0.0.Alpha1 release
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 Apr 2, 2024
1 parent 56f7e3c commit 6d3d538
Show file tree
Hide file tree
Showing 70 changed files with 81 additions and 82 deletions.
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</parent>

<artifactId>resteasy-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/src-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-dist</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</parent>

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

<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reference-guide</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</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
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<bookinfo>
<title>RESTEasy</title>
<subtitle>Jakarta RESTFul Web Services</subtitle>
<releaseinfo>7.0.0.Alpha1-SNAPSHOT</releaseinfo>
<releaseinfo>7.0.0.Alpha1</releaseinfo>
</bookinfo>

<toc/>
Expand Down
Original file line number Diff line number Diff line change
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:7.0.0.Alpha1-SNAPSHOT]]></programlisting>
<programlisting><![CDATA[$ galleon.sh install org.jboss.resteasy:galleon-feature-pack:7.0.0.Alpha1]]></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>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</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>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</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>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</dependency>
]]></programlisting>
</section>
Expand Down Expand Up @@ -1363,12 +1363,12 @@ String value = ConfigProvider.getConfig().getOptionalValue("prop_name", String.c
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-core</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</dependency>
]]></programlisting>

Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/en-US/modules/Json-p.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-p-provider</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</dependency>
]]></programlisting>
</chapter>
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/en-US/modules/Links.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<tr>
<td>org.jboss.resteasy</td>
<td>resteasy-links</td>
<td>7.0.0.Alpha1-SNAPSHOT</td>
<td>7.0.0.Alpha1</td>
</tr>
</tbody>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public class UndertowTest
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jdk-http</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</dependency>
]]></programlisting>

Expand Down Expand Up @@ -173,7 +173,7 @@ public class UndertowTest
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-netty4</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</dependency>
]]></programlisting>

Expand Down Expand Up @@ -206,7 +206,7 @@ public class UndertowTest
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-reactor-netty</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</dependency>
]]></programlisting>

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

Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/en-US/modules/signature.xml
Original file line number Diff line number Diff line change
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;7.0.0.Alpha1-SNAPSHOT&lt;/version&gt;
&lt;version&gt;7.0.0.Alpha1&lt;/version&gt;
&lt;/dependency&gt;

</programlisting></para>
Expand Down
2 changes: 1 addition & 1 deletion docbook/reference/en/en-US/modules/smime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
&lt;dependency&gt;
&lt;groupId&gt;org.jboss.resteasy&lt;/groupId&gt;
&lt;artifactId&gt;resteasy-crypto&lt;/artifactId&gt;
&lt;version&gt;7.0.0.Alpha1-SNAPSHOT&lt;/version&gt;
&lt;version&gt;7.0.0.Alpha1&lt;/version&gt;
&lt;/dependency&gt;

</programlisting></para>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -371,7 +371,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalJOption>--no-module-directories</additionalJOption>
<doclint>none</doclint>
<minmemory>128m</minmemory>
<maxmemory>1024m</maxmemory>
Expand Down
2 changes: 1 addition & 1 deletion profiling-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-profiling-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/fastinfoset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>providers-pom</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-fastinfoset-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/jackson2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>providers-pom</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-jackson2-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>providers-pom</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-jaxb-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/json-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>providers-pom</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>providers-pom</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-json-p-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/multipart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>providers-pom</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-multipart-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<name>RESTEasy Providers</name>
Expand Down
2 changes: 1 addition & 1 deletion providers/resteasy-atom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>providers-pom</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-atom-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/resteasy-html/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>providers-pom</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-html</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion providers/resteasy-validator-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>providers-pom</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-validator-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-bom</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<packaging>pom</packaging>

<name>RESTEasy Maven Import (BOM)</name>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion resteasy-client-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion resteasy-client-reactor-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion resteasy-client-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion resteasy-client-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion resteasy-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>resteasy-jaxrs-all</artifactId>
<groupId>org.jboss.resteasy</groupId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion resteasy-core-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-core-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxrs-all</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>resteasy-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-dependencies</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
<packaging>pom</packaging>
<name>RESTEasy dependencies BOM</name>
<description>RESTEasy dependencies BOM</description>
Expand Down
2 changes: 1 addition & 1 deletion resteasy-feature-pack/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-feature-pack</artifactId>
<version>7.0.0.Alpha1-SNAPSHOT</version>
<version>7.0.0.Alpha1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 6d3d538

Please sign in to comment.