Skip to content

Commit

Permalink
2.2.031
Browse files Browse the repository at this point in the history
  • Loading branch information
nossr50 committed Feb 8, 2025
1 parent 86b4578 commit de4d0ea
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>2.2.031-SNAPSHOT</version>
<version>2.2.031</version>
<name>mcMMO</name>
<url>https://github.com/mcMMO-Dev/mcMMO</url>
<scm>
Expand Down Expand Up @@ -430,12 +430,6 @@
<version>5.2.0</version>
<scope>test</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.github.seeseemelk</groupId>-->
<!-- <artifactId>MockBukkit-v1.21</artifactId>-->
<!-- <version>[version]</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
Expand All @@ -460,24 +454,4 @@
<scope>compile</scope>
</dependency>
</dependencies>
<!-- <profiles>-->
<!-- <profile>-->
<!-- <id>spigot-1.18.2</id>-->
<!-- <properties>-->
<!-- <spigot.version>1.18.2-R0.1-SNAPSHOT</spigot.version>-->
<!-- </properties>-->
<!-- </profile>-->
<!-- <profile>-->
<!-- <id>spigot-1.21.1</id>-->
<!-- <properties>-->
<!-- <spigot.version>1.21.1-R0.1-SNAPSHOT</spigot.version>-->
<!-- </properties>-->
<!-- </profile>-->
<!-- <profile>-->
<!-- <id>spigot-1.21.3</id>-->
<!-- <properties>-->
<!-- <spigot.version>1.21.3-R0.1-SNAPSHOT</spigot.version>-->
<!-- </properties>-->
<!-- </profile>-->
<!-- </profiles>-->
</project>

0 comments on commit de4d0ea

Please sign in to comment.