We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83e8780 + 2a6b818 commit 214bbeaCopy full SHA for 214bbea
APIJSONORM/pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.github.Tencent</groupId>
7
<artifactId>APIJSON</artifactId>
8
- <version>6.1.0</version>
+ <version>6.2.0</version>
9
<packaging>jar</packaging>
10
11
<name>APIJSONORM</name>
@@ -36,6 +36,20 @@
36
<target>1.8</target>
37
</configuration>
38
</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>
53
</plugins>
54
</build>
55
0 commit comments