aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Decker <cgdecker@google.com>2020-09-11 09:44:36 -0700
committerJimfs Team <java-libraries-discuss+copybara@google.com>2020-09-11 09:45:10 -0700
commit563897201e93f15710688f46b93b0629b5c75d9f (patch)
treeab853261e06fdd4f388ab418fd31d5b313c2f582
parent199f3dc6b4bdf2fd7e03bad728f4aeef1e549827 (diff)
downloadjimfs-563897201e93f15710688f46b93b0629b5c75d9f.tar.gz
Update some plugins.
PiperOrigin-RevId: 331165254
-rw-r--r--pom.xml17
1 files changed, 4 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 7dac571..228223c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,6 @@
<auto-service.version>1.0-rc7</auto-service.version>
<java.version>1.7</java.version>
<guava.version>29.0-android</guava.version>
- <surefire.version>3.0.0-M3</surefire.version>
<!--
NOTE: When updating errorprone.version, also update javac.version to the
version used by the new error-prone version. You should be able to find
@@ -164,11 +163,11 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
- <version>3.0.1</version>
+ <version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.1.1</version>
+ <version>3.2.0</version>
<configuration>
<debug>true</debug>
<encoding>UTF-8</encoding>
@@ -190,20 +189,12 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
- <version>${surefire.version}</version>
- <!-- For some reason, we need this for our internal tests that run in offline mode: -->
- <dependencies>
- <dependency>
- <groupId>org.apache.maven.surefire</groupId>
- <artifactId>surefire-junit4</artifactId>
- <version>${surefire.version}</version>
- </dependency>
- </dependencies>
+ <version>3.0.0-M5</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>3.5.0</version>
+ <version>5.1.1</version>
</plugin>
</plugins>
</pluginManagement>