Skip to content

Commit 325b9f3

Browse files
committed
1.0.0.0-M1 release
plugin version upgrades
1 parent 1bbc572 commit 325b9f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.dsf</groupId>
88
<artifactId>dsf-process-allow-list</artifactId>
9-
<version>1.0.0.0-SNAPSHOT</version>
9+
<version>1.0.0.0-M1</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-surefire-plugin</artifactId>
90-
<version>3.0.0</version>
90+
<version>3.1.0</version>
9191
</plugin>
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
@@ -149,7 +149,7 @@
149149
<plugin>
150150
<groupId>net.revelc.code</groupId>
151151
<artifactId>impsort-maven-plugin</artifactId>
152-
<version>1.8.0</version>
152+
<version>1.9.0</version>
153153
<configuration>
154154
<compliance>17</compliance>
155155
<groups>java.,javax.,org.,com.</groups>

0 commit comments

Comments
 (0)