Author: desruisseaux Date: Thu Mar 3 15:30:17 2016 New Revision: 1733481 URL: http://svn.apache.org/viewvc?rev=1733481&view=rev Log: Upgrade dependencies.
Modified: sis/branches/JDK8/ide-project/NetBeans/nbproject/project.properties sis/branches/JDK8/pom.xml Modified: sis/branches/JDK8/ide-project/NetBeans/nbproject/project.properties URL: http://svn.apache.org/viewvc/sis/branches/JDK8/ide-project/NetBeans/nbproject/project.properties?rev=1733481&r1=1733480&r2=1733481&view=diff ============================================================================== --- sis/branches/JDK8/ide-project/NetBeans/nbproject/project.properties [ISO-8859-1] (original) +++ sis/branches/JDK8/ide-project/NetBeans/nbproject/project.properties [ISO-8859-1] Thu Mar 3 15:30:17 2016 @@ -87,7 +87,7 @@ jdom1.version = 1.0 jdom2.version = 2.0.4 jee.version = 6.0 osgi.version = 6.0.0 -netcdf.version = 4.6.3 +netcdf.version = 4.6.4 joda-time.version = 2.2 httpclient.version = 4.3.6 slf4j.version = 1.7.7 Modified: sis/branches/JDK8/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1733481&r1=1733480&r2=1733481&view=diff ============================================================================== --- sis/branches/JDK8/pom.xml (original) +++ sis/branches/JDK8/pom.xml Thu Mar 3 15:30:17 2016 @@ -416,7 +416,7 @@ Apache SIS is a free software, Java lang The last properties in this list depend on the Apache SIS branch. =================================================================== --> <properties> - <netcdf.version>4.6.3</netcdf.version> + <netcdf.version>4.6.4</netcdf.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <website.encoding>UTF-8</website.encoding> <website.locale>en</website.locale> @@ -557,7 +557,7 @@ Apache SIS is a free software, Java lang <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.5.4</version> + <version>3.0.1</version> <extensions>true</extensions> <configuration> <excludeDependencies>true</excludeDependencies> @@ -707,7 +707,7 @@ Apache SIS is a free software, Java lang <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>2.5.3</version> + <version>3.0.3</version> <dependencies> <dependency> <groupId>org.apache.sis.core</groupId> @@ -724,12 +724,12 @@ Apache SIS is a free software, Java lang <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> - <version>1.9.1</version> + <version>1.10</version> </plugin> <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>9.3.4.v20151007</version> + <version>9.3.7.v20160115</version> </plugin> </plugins> </pluginManagement>