Skip to content

Commit 96ffcfa

Browse files
committed
fix: install, deploy plugin versjoneræ
1 parent bbc8d63 commit 96ffcfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@
357357
<plugin>
358358
<groupId>org.apache.maven.plugins</groupId>
359359
<artifactId>maven-antrun-plugin</artifactId>
360+
<version>3.0.0</version>
360361
<executions>
361362
<execution>
362363
<phase>package</phase>
@@ -394,6 +395,7 @@
394395
<plugin>
395396
<groupId>org.apache.maven.plugins</groupId>
396397
<artifactId>maven-install-plugin</artifactId>
398+
<version>3.0.0-M1</version>
397399
<executions>
398400
<execution>
399401
<phase>install</phase>
@@ -410,6 +412,7 @@
410412
<plugin>
411413
<groupId>org.apache.maven.plugins</groupId>
412414
<artifactId>maven-deploy-plugin</artifactId>
415+
<version>3.0.0-M1</version>
413416
<executions>
414417
<execution>
415418
<phase>deploy</phase>

0 commit comments

Comments
 (0)