Project

General

Profile

« Previous | Next » 

Revision 39cfd7b0

Added by Andreas Müller over 2 years ago

ref #9359 maven-eclipse-plugin, maven-site-plugin and jsch to latest versions in cdmserver

View differences:

pom.xml
198 198
      <plugin>
199 199
        <groupId>org.apache.maven.plugins</groupId>
200 200
        <artifactId>maven-eclipse-plugin</artifactId>
201
        <version>2.9</version>
201
        <version>2.10</version>
202 202
        <configuration>
203 203
          <downloadSources>true</downloadSources>
204 204
          <downloadJavadocs>true</downloadJavadocs>
......
286 286
      <plugin>
287 287
        <groupId>org.apache.maven.plugins</groupId>
288 288
        <artifactId>maven-site-plugin</artifactId>
289
        <version>3.4</version>
289
        <version>3.10.0</version>
290 290
        <configuration>
291 291
          <locales>en</locales>
292 292
          <outputEncoding>UTF-8</outputEncoding>
......
531 531
          <dependency>
532 532
            <groupId>com.jcraft</groupId>
533 533
            <artifactId>jsch</artifactId>
534
            <version>0.1.53</version>
534
            <version>0.1.55</version>
535 535
          </dependency>
536 536
        </dependencies>
537 537
      </plugin>

Also available in: Unified diff