Skip to content

Commit 74eaf5b

Browse files
committed
Update maven plugins
1 parent 5cbea86 commit 74eaf5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
9595
<artifactId>maven-site-plugin</artifactId>
96-
<version>3.7.1</version>
96+
<version>3.8.2</version>
9797
</plugin>
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
@@ -123,7 +123,7 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-release-plugin</artifactId>
126-
<version>2.5.3</version>
126+
<version>3.0.0-M1</version>
127127
</plugin>
128128
</plugins>
129129
</pluginManagement>
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-source-plugin</artifactId>
145-
<version>3.2.0</version>
145+
<version>3.2.1</version>
146146
<executions>
147147
<execution>
148148
<id>attach-sources</id>
@@ -325,7 +325,7 @@
325325
<plugin>
326326
<groupId>com.dkanejs.maven.plugins</groupId>
327327
<artifactId>docker-compose-maven-plugin</artifactId>
328-
<version>2.4.0</version>
328+
<version>2.5.1</version>
329329
<executions>
330330
<execution>
331331
<id>up</id>

0 commit comments

Comments
 (0)