Skip to content

Commit 214bbea

Browse files
authored
更新版本号和添加 source 插件,感谢 jarrodquan 的贡献 #610
#610
2 parents 83e8780 + 2a6b818 commit 214bbea

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

APIJSONORM/pom.xml

+15-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.Tencent</groupId>
77
<artifactId>APIJSON</artifactId>
8-
<version>6.1.0</version>
8+
<version>6.2.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONORM</name>
@@ -36,6 +36,20 @@
3636
<target>1.8</target>
3737
</configuration>
3838
</plugin>
39+
40+
<plugin>
41+
<groupId>org.apache.maven.plugins</groupId>
42+
<artifactId>maven-source-plugin</artifactId>
43+
<version>3.2.1</version>
44+
<executions>
45+
<execution>
46+
<phase>package</phase>
47+
<goals>
48+
<goal>jar-no-fork</goal>
49+
</goals>
50+
</execution>
51+
</executions>
52+
</plugin>
3953
</plugins>
4054
</build>
4155

0 commit comments

Comments
 (0)