Skip to content

Commit 1ea11bc

Browse files
netdpbronshapiro
authored andcommitted
Update dependencies and plugin versions to support Java 9.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=179690614
1 parent aa87b60 commit 1ea11bc

File tree

1 file changed

+35
-19
lines changed

1 file changed

+35
-19
lines changed

pom.xml

+35-19
Original file line numberDiff line numberDiff line change
@@ -15,41 +15,42 @@
1515
<description>Utilities for testing compilation.</description>
1616

1717
<properties>
18-
<auto-common.version>0.9</auto-common.version>
19-
<auto-value.version>1.5</auto-value.version>
20-
<guava.version>23.1-jre</guava.version>
21-
<truth.version>0.36</truth.version>
22-
<junit.version>4.12</junit.version>
23-
<jsr305.version>3.0.1</jsr305.version>
18+
<truth.version>0.37</truth.version>
2419
</properties>
2520

2621
<url>http://github.com/google/compile-testing</url>
22+
2723
<issueManagement>
2824
<system>GitHub</system>
2925
<url>http://github.com/google/compile-testing/issues</url>
3026
</issueManagement>
27+
3128
<inceptionYear>2013</inceptionYear>
29+
3230
<licenses>
3331
<license>
3432
<name>The Apache Software License, Version 2.0</name>
3533
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
3634
<distribution>repo</distribution>
3735
</license>
3836
</licenses>
37+
3938
<prerequisites>
40-
<maven>3.1.1</maven>
39+
<maven>3.5.0</maven>
4140
</prerequisites>
41+
4242
<scm>
4343
<connection>scm:git:http://github.com/google/compile-testing</connection>
4444
<developerConnection>scm:git:[email protected]:google/compile-testing.git</developerConnection>
4545
<url>http://github.com/google/compile-testing</url>
4646
<tag>HEAD</tag>
4747
</scm>
48+
4849
<dependencies>
4950
<dependency>
5051
<groupId>junit</groupId>
5152
<artifactId>junit</artifactId>
52-
<version>${junit.version}</version>
53+
<version>4.12</version>
5354
</dependency>
5455
<dependency>
5556
<groupId>com.google.truth</groupId>
@@ -64,58 +65,70 @@
6465
<dependency>
6566
<groupId>com.google.guava</groupId>
6667
<artifactId>guava</artifactId>
67-
<version>${guava.version}</version>
68+
<version>23.5-jre</version>
6869
</dependency>
6970
<dependency>
7071
<groupId>com.google.code.findbugs</groupId>
7172
<artifactId>jsr305</artifactId>
72-
<version>${jsr305.version}</version>
73+
<version>3.0.2</version>
7374
<optional>true</optional>
7475
</dependency>
7576
<dependency>
7677
<groupId>com.google.errorprone</groupId>
7778
<artifactId>error_prone_annotations</artifactId>
78-
<version>2.0.8</version>
79+
<version>2.1.3</version>
7980
<scope>provided</scope>
8081
</dependency>
8182
<dependency>
8283
<groupId>com.google.auto.value</groupId>
8384
<artifactId>auto-value</artifactId>
84-
<version>${auto-value.version}</version>
85+
<version>1.5.3</version>
8586
</dependency>
8687
<dependency>
8788
<groupId>com.google.auto</groupId>
8889
<artifactId>auto-common</artifactId>
89-
<version>${auto-common.version}</version>
90+
<version>0.9</version>
9091
</dependency>
9192
</dependencies>
93+
9294
<build>
9395
<plugins>
9496
<plugin>
97+
<groupId>org.apache.maven.plugins</groupId>
9598
<artifactId>maven-compiler-plugin</artifactId>
96-
<version>3.1</version>
99+
<version>3.7.0</version>
97100
<configuration>
98101
<source>1.8</source>
99102
<target>1.8</target>
100103
<compilerArgument>-Xlint:all</compilerArgument>
101104
<showWarnings>true</showWarnings>
102105
<showDeprecation>true</showDeprecation>
103106
</configuration>
107+
<dependencies>
108+
<dependency>
109+
<groupId>org.codehaus.plexus</groupId>
110+
<artifactId>plexus-java</artifactId>
111+
<version>0.9.5</version>
112+
</dependency>
113+
</dependencies>
104114
</plugin>
105115
<plugin>
116+
<groupId>org.apache.maven.plugins</groupId>
106117
<artifactId>maven-release-plugin</artifactId>
107-
<version>2.5.1</version>
118+
<version>2.5.3</version>
108119
<configuration>
109120
<releaseProfiles>release</releaseProfiles>
110121
<goals>deploy</goals>
111122
</configuration>
112123
</plugin>
113124
<plugin>
125+
<groupId>org.apache.maven.plugins</groupId>
114126
<artifactId>maven-jar-plugin</artifactId>
115-
<version>2.5</version>
127+
<version>3.0.2</version>
116128
</plugin>
117129
</plugins>
118130
</build>
131+
119132
<profiles>
120133
<profile>
121134
<id>tools-jar</id>
@@ -163,8 +176,9 @@
163176
<build>
164177
<plugins>
165178
<plugin>
179+
<groupId>org.apache.maven.plugins</groupId>
166180
<artifactId>maven-gpg-plugin</artifactId>
167-
<version>1.4</version>
181+
<version>1.6</version>
168182
<executions>
169183
<execution>
170184
<id>sign-artifacts</id>
@@ -174,8 +188,9 @@
174188
</executions>
175189
</plugin>
176190
<plugin>
191+
<groupId>org.apache.maven.plugins</groupId>
177192
<artifactId>maven-source-plugin</artifactId>
178-
<version>2.1.2</version>
193+
<version>3.0.1</version>
179194
<executions>
180195
<execution>
181196
<id>attach-sources</id>
@@ -184,8 +199,9 @@
184199
</executions>
185200
</plugin>
186201
<plugin>
202+
<groupId>org.apache.maven.plugins</groupId>
187203
<artifactId>maven-javadoc-plugin</artifactId>
188-
<version>2.8</version>
204+
<version>3.0.0</version>
189205
<executions>
190206
<execution>
191207
<id>attach-docs</id>

0 commit comments

Comments
 (0)