Skip to content

Commit 38ed7c0

Browse files
authored
Merge pull request #507 from jamezp/upgrade-resteasy
[506] Upgrade to RESTEasy 6.2.15.Final. Use the new channel group ID …
2 parents 4d64432 + b986b5c commit 38ed7c0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ https://docs.wildfly.org/galleon/[Galleon] tooling to do so.
121121
<!-- Not required, but will get you the latest version of RESTEasy -->
122122
<channel>
123123
<manifest>
124-
<groupId>dev.resteasy.channels</groupId>
124+
<groupId>org.jboss.resteasy.channels</groupId>
125125
<artifactId>resteasy-6.2</artifactId>
126126
</manifest>
127127
</channel>
128128
<channel>
129129
<manifest>
130-
<groupId>dev.resteasy.channels</groupId>
130+
<groupId>org.jboss.channels</groupId>
131131
<artifactId>resteasy-microprofile-3.0</artifactId>
132132
</manifest>
133133
</channel>

pom.xml

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

6767
<version.org.jboss.logging.jboss-logging>3.6.1.Final</version.org.jboss.logging.jboss-logging>
6868
<version.org.jboss.logging.jboss-logging-tools>3.0.4.Final</version.org.jboss.logging.jboss-logging-tools>
69-
<version.org.jboss.resteasy>6.2.14.Final</version.org.jboss.resteasy>
69+
<version.org.jboss.resteasy>6.2.15.Final</version.org.jboss.resteasy>
7070

7171
<version.junit>4.13.2</version.junit>
7272
<version.org.junit>5.13.4</version.org.junit>

testsuite/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
<wildfly.channel.manifest.groupId>org.wildfly.channels</wildfly.channel.manifest.groupId>
4848
<wildfly.channel.manifest.artifactId>wildfly</wildfly.channel.manifest.artifactId>
4949

50-
<resteasy.channel.manifest.groupId>dev.resteasy.channels</resteasy.channel.manifest.groupId>
50+
<resteasy.channel.manifest.groupId>org.jboss.resteasy.channels</resteasy.channel.manifest.groupId>
5151
<resteasy.channel.manifest.artifactId>resteasy-6.2</resteasy.channel.manifest.artifactId>
5252
<resteasy.channel.manifest.version>${version.org.jboss.resteasy}</resteasy.channel.manifest.version>
5353

54-
<resteasy.mp.channel.manifest.groupId>dev.resteasy.channels</resteasy.mp.channel.manifest.groupId>
54+
<resteasy.mp.channel.manifest.groupId>org.jboss.resteasy.channels</resteasy.mp.channel.manifest.groupId>
5555
<resteasy.mp.channel.manifest.artifactId>resteasy-microprofile-${channel.stream.version}</resteasy.mp.channel.manifest.artifactId>
5656
<resteasy.mp.channel.manifest.version>${project.version}</resteasy.mp.channel.manifest.version>
5757
<jboss.arguments/>

wildfly/resteasy-microprofile-channel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<relativePath>../../pom.xml</relativePath>
3030
</parent>
3131

32-
<groupId>dev.resteasy.channels</groupId>
32+
<groupId>org.jboss.resteasy.channels</groupId>
3333
<artifactId>resteasy-microprofile-3.0</artifactId>
3434
<name>RESTEasy MicroProfile: Channel Manifest</name>
3535
<packaging>pom</packaging>

0 commit comments

Comments
 (0)