Skip to content

Commit

Permalink
3.3.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoPangxie732 committed Feb 7, 2024
1 parent 87f23d2 commit db9bc2b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<groupId>cn.maxpixel</groupId>
<artifactId>minecraft-decompiler</artifactId>
<name>MinecraftDecompiler</name>
<version>3.4-SNAPSHOT</version>
<version>3.3.2</version>
<inceptionYear>2019</inceptionYear>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<depend.asm.ver>9.6</depend.asm.ver>
Expand All @@ -21,6 +22,18 @@
<depend.jbannos.ver>24.0.1</depend.jbannos.ver>
<depend.jmh.ver>1.36</depend.jmh.ver>
</properties>
<licenses>
<license>
<name>LGPLv3</name>
<distribution>repo</distribution>
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
</license>
<license>
<name>GPLv3</name>
<distribution>repo</distribution>
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
</license>
</licenses>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit db9bc2b

Please sign in to comment.