Changeset 2260 for trunk/java-utils-test/pom.xml
- Timestamp:
- 08/01/19 12:11:21 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/java-utils-test/pom.xml
r2202 r2260 91 91 <groupId>org.apache.maven.plugins</groupId> 92 92 <artifactId>maven-compiler-plugin</artifactId> 93 <version> 2.3.2</version>93 <version>3.8.0</version> 94 94 <configuration> 95 <source>1.8</source> 96 <target>1.8</target> 95 <release>1.8</release> 97 96 </configuration> 98 97 </plugin> … … 100 99 <groupId>org.apache.maven.plugins</groupId> 101 100 <artifactId>maven-dependency-plugin</artifactId> 102 <version> 2.4</version>101 <version>3.1.1</version> 103 102 <executions> 104 103 <execution> … … 134 133 <groupId>org.apache.maven.plugins</groupId> 135 134 <artifactId>maven-jar-plugin</artifactId> 136 <version> 2.3.2</version>135 <version>3.1.2</version> 137 136 <executions> 138 137 <execution>
Note: See TracChangeset
for help on using the changeset viewer.