File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
wildfly/resteasy-microprofile-channel Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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/>
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments