Skip to content

Commit af619fe

Browse files
remove warnings regarding plugin versions
1 parent 86445e6 commit af619fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqldev/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
<plugin>
297297
<groupId>org.apache.maven.plugins</groupId>
298298
<artifactId>maven-antrun-plugin</artifactId>
299-
<version>1.8</version>
299+
<version>1.8</version><!--$NO-MVN-MAN-VER$-->
300300
<executions>
301301
<execution>
302302
<phase>prepare-package</phase>
@@ -450,7 +450,7 @@
450450
</plugin>
451451
<plugin>
452452
<artifactId>maven-assembly-plugin</artifactId>
453-
<version>3.1.0</version>
453+
<version>3.1.0</version><!--$NO-MVN-MAN-VER$-->
454454
<configuration>
455455
<finalName>${final.name}</finalName>
456456
<appendAssemblyId>false</appendAssemblyId>

0 commit comments

Comments
 (0)