Changeset 7253


Ignore:
Timestamp:
12/20/21 13:00:39 (2 years ago)
Author:
Oliver Schonefeld
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FCSSimpleClient/trunk/pom.xml

    r7184 r7253  
    1717        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1818        <!-- 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>
    2121        <!-- versions of common dependencies -->
    22         <slf4j.version>1.7.25</slf4j.version>
     22        <slf4j.version>1.7.32</slf4j.version>
    2323    </properties>
    2424
     
    5858                <groupId>org.apache.maven.plugins</groupId>
    5959                <artifactId>maven-compiler-plugin</artifactId>
    60                 <version>3.6.0</version>
     60                <version>3.8.1</version>
    6161                <configuration>
    6262                    <source>${maven.compiler.source}</source>
     
    6868                <groupId>org.apache.maven.plugins</groupId>
    6969                <artifactId>maven-javadoc-plugin</artifactId>
    70                 <version>2.10.4</version>
     70                <version>3.3.1</version>
    7171                <executions>
    7272                    <execution>
     
    8282                <groupId>org.apache.maven.plugins</groupId>
    8383                <artifactId>maven-source-plugin</artifactId>
    84                 <version>3.0.1</version>
     84                <version>3.2.1</version>
    8585                <executions>
    8686                    <execution>
     
    9191                    </execution>
    9292                </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>
    9399            </plugin>
    94100
     
    169175    <distributionManagement>
    170176        <snapshotRepository>
    171             <id>CLARIN-snapshot</id>
     177            <id>CLARIN-Snapshot</id>
    172178            <url>https://nexus.clarin.eu/content/repositories/clarin-snapshot</url>
    173179        </snapshotRepository>
Note: See TracChangeset for help on using the changeset viewer.