Changeset 7253
- Timestamp:
- 12/20/21 13:00:39 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FCSSimpleClient/trunk/pom.xml
r7184 r7253 17 17 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 18 18 <!-- plug-in settings --> 19 <maven.compiler.source>1. 6</maven.compiler.source>20 <maven.compiler.target>1. 6</maven.compiler.target>19 <maven.compiler.source>1.8</maven.compiler.source> 20 <maven.compiler.target>1.8</maven.compiler.target> 21 21 <!-- versions of common dependencies --> 22 <slf4j.version>1.7. 25</slf4j.version>22 <slf4j.version>1.7.32</slf4j.version> 23 23 </properties> 24 24 … … 58 58 <groupId>org.apache.maven.plugins</groupId> 59 59 <artifactId>maven-compiler-plugin</artifactId> 60 <version>3. 6.0</version>60 <version>3.8.1</version> 61 61 <configuration> 62 62 <source>${maven.compiler.source}</source> … … 68 68 <groupId>org.apache.maven.plugins</groupId> 69 69 <artifactId>maven-javadoc-plugin</artifactId> 70 <version> 2.10.4</version>70 <version>3.3.1</version> 71 71 <executions> 72 72 <execution> … … 82 82 <groupId>org.apache.maven.plugins</groupId> 83 83 <artifactId>maven-source-plugin</artifactId> 84 <version>3. 0.1</version>84 <version>3.2.1</version> 85 85 <executions> 86 86 <execution> … … 91 91 </execution> 92 92 </executions> 93 </plugin> 94 95 <plugin> 96 <groupId>org.apache.maven.plugins</groupId> 97 <artifactId>maven-deploy-plugin</artifactId> 98 <version>2.8.2</version> 93 99 </plugin> 94 100 … … 169 175 <distributionManagement> 170 176 <snapshotRepository> 171 <id>CLARIN- snapshot</id>177 <id>CLARIN-Snapshot</id> 172 178 <url>https://nexus.clarin.eu/content/repositories/clarin-snapshot</url> 173 179 </snapshotRepository>
Note: See TracChangeset
for help on using the changeset viewer.