Author: desruisseaux
Date: Sun Dec 2 07:53:30 2012
New Revision: 1416131
URL: http://svn.apache.org/viewvc?rev=1416131&view=rev
Log:
Updated dependency versions. This contains a change of "geoapi" dependency to
"geoapi-pending"
in anticipation for the changes which are going to be needed in GeoAPI, and for
consistency
with geoapi-conformance which depends on "geoapi-pending". However SIS trunk
will continue to
depends on geoapi only (not pending).
Modified:
sis/branches/JDK7/pom.xml
sis/branches/JDK7/sis-metadata/pom.xml
sis/branches/JDK7/sis-utility/pom.xml
Modified: sis/branches/JDK7/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/pom.xml?rev=1416131&r1=1416130&r2=1416131&view=diff
==============================================================================
--- sis/branches/JDK7/pom.xml (original)
+++ sis/branches/JDK7/pom.xml Sun Dec 2 07:53:30 2012
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>11</version>
+ <version>12</version>
</parent>
@@ -222,7 +222,7 @@ Apache SIS is a toolkit for describing l
</dependency>
<dependency>
<groupId>org.opengis</groupId>
- <artifactId>geoapi</artifactId>
+ <artifactId>geoapi-pending</artifactId>
<version>${geoapi.version}</version>
</dependency>
<dependency>
@@ -279,7 +279,7 @@ Apache SIS is a toolkit for describing l
configuration.
============================================================== -->
<properties>
- <geoapi.version>3.1-M03</geoapi.version>
+ <geoapi.version>3.1-M04</geoapi.version>
<maven.compile.source>1.7</maven.compile.source>
<maven.compile.target>1.7</maven.compile.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -375,7 +375,7 @@ Apache SIS is a toolkit for describing l
<dependency> <!-- Syntax highlighting -->
<groupId>net.sf.xslthl</groupId>
<artifactId>xslthl</artifactId>
- <version>2.0.2</version>
+ <version>2.1.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
@@ -438,13 +438,13 @@ Apache SIS is a toolkit for describing l
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.5.1</version>
+ <version>2.6</version>
</plugin>
<!-- Produce JavaDoc -->
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.8.1</version>
+ <version>2.9</version>
<configuration>
<source>${maven.compile.source}</source> <!-- Enables
javadoc to handle language constructs present in target JDK. -->
<encoding>${project.build.sourceEncoding}</encoding> <!-- Encoding
of Java source file. -->
@@ -517,7 +517,7 @@ Apache SIS is a toolkit for describing l
<!-- Unit tests report -->
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.12.3</version>
+ <version>2.12.4</version>
</plugin>
<!-- "Release Audit" report (checks license headers etc.) -->
Modified: sis/branches/JDK7/sis-metadata/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/sis-metadata/pom.xml?rev=1416131&r1=1416130&r2=1416131&view=diff
==============================================================================
--- sis/branches/JDK7/sis-metadata/pom.xml (original)
+++ sis/branches/JDK7/sis-metadata/pom.xml Sun Dec 2 07:53:30 2012
@@ -106,7 +106,7 @@ Implementations of metadata derived from
</dependency>
<dependency>
<groupId>org.opengis</groupId>
- <artifactId>geoapi</artifactId>
+ <artifactId>geoapi-pending</artifactId>
</dependency>
<dependency>
<groupId>org.opengis</groupId>
Modified: sis/branches/JDK7/sis-utility/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK7/sis-utility/pom.xml?rev=1416131&r1=1416130&r2=1416131&view=diff
==============================================================================
--- sis/branches/JDK7/sis-utility/pom.xml (original)
+++ sis/branches/JDK7/sis-utility/pom.xml Sun Dec 2 07:53:30 2012
@@ -131,7 +131,7 @@ Miscellaneous utilities.
<dependencies>
<dependency>
<groupId>org.opengis</groupId>
- <artifactId>geoapi</artifactId>
+ <artifactId>geoapi-pending</artifactId>
</dependency>
<dependency>
<groupId>org.opengis</groupId>