Skip to content

Commit db9bc2b

Browse files
3.3.2 Release
1 parent 87f23d2 commit db9bc2b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<groupId>cn.maxpixel</groupId>
77
<artifactId>minecraft-decompiler</artifactId>
88
<name>MinecraftDecompiler</name>
9-
<version>3.4-SNAPSHOT</version>
9+
<version>3.3.2</version>
10+
<inceptionYear>2019</inceptionYear>
1011
<properties>
1112
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1213
<depend.asm.ver>9.6</depend.asm.ver>
@@ -21,6 +22,18 @@
2122
<depend.jbannos.ver>24.0.1</depend.jbannos.ver>
2223
<depend.jmh.ver>1.36</depend.jmh.ver>
2324
</properties>
25+
<licenses>
26+
<license>
27+
<name>LGPLv3</name>
28+
<distribution>repo</distribution>
29+
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
30+
</license>
31+
<license>
32+
<name>GPLv3</name>
33+
<distribution>repo</distribution>
34+
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
35+
</license>
36+
</licenses>
2437
<build>
2538
<plugins>
2639
<plugin>

0 commit comments

Comments
 (0)