mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
Added version numbers to maven plugins
The version numbers for several maven plugins were unspecified before, which caused a bunch of warnings before. Change-Id: I7e2e05ccf3e2f10b24010576eb78192e9d891120
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<version>1.8</version>
|
||||
</dependency-->
|
||||
</dependencies>
|
||||
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>docline-java8-disable</id>
|
||||
@@ -57,7 +57,7 @@
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<build>
|
||||
<build>
|
||||
<resources>
|
||||
<!-- Package the logging.properties file with the jar-->
|
||||
<resource>
|
||||
@@ -143,6 +143,7 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
@@ -154,4 +155,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user