Skip to content

Commit

Permalink
SLD-20: update GWT and geomajas dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
janv committed Jun 4, 2015
1 parent 18efdee commit be6c468
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion documentation/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.geomajas</groupId>
<artifactId>geomajas-doc-parent</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</parent>

<groupId>org.geomajas.project</groupId>
Expand Down
11 changes: 6 additions & 5 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.geomajas</groupId>
<artifactId>geomajas-al-parent</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.geomajas.project</groupId>
Expand Down Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>org.jibx</groupId>
<artifactId>maven-jibx-plugin</artifactId>
<version>1.2.5</version>
<version>${sld-jibx-version}</version>
</plugin>
</plugins>
</pluginManagement>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>org.geomajas.project</groupId>
<artifactId>geomajas-project-api-all</artifactId>
<version>1.0.0</version>
<version>${sld-version-geomajas-api}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -142,7 +142,8 @@
<properties>
<sld-spring-version>3.0.5.RELEASE</sld-spring-version>
<sld-jibx-version>1.2.5</sld-jibx-version>
<sld-gwt-version>2.5.0</sld-gwt-version>
<sld-geotools-version>9.2</sld-geotools-version>
<sld-gwt-version>2.7.0</sld-gwt-version>
<sld-geotools-version>13.0</sld-geotools-version>
<sld-version-geomajas-api>1.0.0</sld-version-geomajas-api>
</properties>
</project>

0 comments on commit be6c468

Please sign in to comment.