Skip to content

Commit

Permalink
Merge pull request #316 from emmartins/CMTOOL-366-367
Browse files Browse the repository at this point in the history
[CMTOOL-366][CMTOOL-367] Removes support for WildFly 26 and 31
  • Loading branch information
emmartins authored May 2, 2024
2 parents b925ba7 + bbcde41 commit 1d969ae
Show file tree
Hide file tree
Showing 149 changed files with 1 addition and 9,175 deletions.
94 changes: 0 additions & 94 deletions dist/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,54 +301,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly26.0-server</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly14.0-to-wildfly26.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly15.0-to-wildfly26.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly16.0-to-wildfly26.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly17.0-to-wildfly26.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly18.0-to-wildfly26.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly19.0-to-wildfly26.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly20.0-to-wildfly26.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly21.0-to-wildfly26.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly22.0-to-wildfly26.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly23.0-to-wildfly26.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly24.0-to-wildfly26.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly25.0-to-wildfly26.0</artifactId>
</dependency>

<!-- wfly 27.0 -->
<dependency>
Expand Down Expand Up @@ -379,52 +331,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly31.0-server</artifactId>
</dependency>
<!-- disabled due to https://issues.redhat.com/browse/WFLY-19100
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly21.0-to-wildfly31.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly22.0-to-wildfly31.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly23.0-to-wildfly31.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly24.0-to-wildfly31.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly25.0-to-wildfly31.0</artifactId>
</dependency>
-->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly26.0-to-wildfly31.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly27.0-to-wildfly31.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly28.0-to-wildfly31.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly29.0-to-wildfly31.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly30.0-to-wildfly31.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly31.0-to-wildfly31.0</artifactId>
</dependency>

<!-- wfly 32.0 -->
<dependency>
Expand Down
98 changes: 0 additions & 98 deletions docs/user-guides/migrations/wildfly26.0/wildfly14.0/pom.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1d969ae

Please sign in to comment.