Skip to content

Commit 59cae4d

Browse files
committed
Upgrade maven plugins
1 parent 4351abd commit 59cae4d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

pom.xml

+11-3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@
7676
</extension>
7777
</extensions>
7878
<defaultGoal>install</defaultGoal>
79+
<pluginManagement>
80+
<plugins>
81+
<plugin>
82+
<artifactId>maven-release-plugin</artifactId>
83+
<version>3.0.0-M1</version>
84+
</plugin>
85+
</plugins>
86+
</pluginManagement>
7987
<plugins>
8088
<plugin>
8189
<artifactId>maven-compiler-plugin</artifactId>
@@ -133,7 +141,7 @@
133141
</plugin>
134142
<plugin>
135143
<artifactId>maven-jar-plugin</artifactId>
136-
<version>3.1.2</version>
144+
<version>3.2.0</version>
137145
<executions>
138146
<execution>
139147
<id>default-jar</id>
@@ -149,7 +157,7 @@
149157
</plugin>
150158
<plugin>
151159
<artifactId>maven-source-plugin</artifactId>
152-
<version>3.0.1</version>
160+
<version>3.2.1</version>
153161
<executions>
154162
<execution>
155163
<id>attach-sources</id>
@@ -186,7 +194,7 @@
186194
<plugin>
187195
<groupId>org.apache.maven.plugins</groupId>
188196
<artifactId>maven-javadoc-plugin</artifactId>
189-
<version>3.0.1</version>
197+
<version>3.1.1</version>
190198
<configuration>
191199
<doclint>none</doclint>
192200
</configuration>

0 commit comments

Comments
 (0)