Skip to content

Commit 9dd786e

Browse files
authored
升级 APIJSON 7.0.3, 自身版本 2.0.1
1 parent f0301e1 commit 9dd786e

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

pom.xml

+17-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.cassandra</groupId>
77
<artifactId>apijson-cassandra</artifactId>
8-
<version>2.0.0</version>
8+
<version>2.0.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>apijson-cassandra</name>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.Tencent</groupId>
3232
<artifactId>APIJSON</artifactId>
33-
<version>7.0.0</version>
33+
<version>7.0.3</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.datastax.oss</groupId>
@@ -45,12 +45,26 @@
4545
<plugin>
4646
<groupId>org.apache.maven.plugins</groupId>
4747
<artifactId>maven-compiler-plugin</artifactId>
48-
<version>3.8.1</version>
48+
<version>3.12.1</version>
4949
<configuration>
5050
<source>17</source>
5151
<target>17</target>
5252
</configuration>
5353
</plugin>
54+
55+
<plugin>
56+
<groupId>org.apache.maven.plugins</groupId>
57+
<artifactId>maven-source-plugin</artifactId>
58+
<version>3.2.1</version>
59+
<executions>
60+
<execution>
61+
<phase>package</phase>
62+
<goals>
63+
<goal>jar-no-fork</goal>
64+
</goals>
65+
</execution>
66+
</executions>
67+
</plugin>
5468
</plugins>
5569
</build>
5670

0 commit comments

Comments
 (0)