Skip to content

Commit e212658

Browse files
committed
Bump Maven compiler (3.13.0), source (3.3.1) and shade (3.5.2) plugins
1 parent c5a90d1 commit e212658

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

swan-cmd/pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -187,16 +187,12 @@
187187
<plugin>
188188
<groupId>org.apache.maven.plugins</groupId>
189189
<artifactId>maven-compiler-plugin</artifactId>
190-
<version>3.10.1</version>
191-
<configuration>
192-
<source>9</source>
193-
<target>9</target>
194-
</configuration>
190+
<version>3.13.0</version>
195191
</plugin>
196192
<plugin>
197193
<groupId>org.apache.maven.plugins</groupId>
198194
<artifactId>maven-source-plugin</artifactId>
199-
<version>3.2.1</version>
195+
<version>3.3.1</version>
200196
<executions>
201197
<execution>
202198
<id>attach-sources</id>
@@ -209,7 +205,7 @@
209205
<plugin>
210206
<groupId>org.apache.maven.plugins</groupId>
211207
<artifactId>maven-shade-plugin</artifactId>
212-
<version>3.2.4</version>
208+
<version>3.5.2</version>
213209
<executions>
214210
<execution>
215211
<phase>package</phase>

0 commit comments

Comments
 (0)