Skip to content

Commit

Permalink
Updated to version 0.8.5, GeoTools version 20.2 (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Ward committed Jan 21, 2019
1 parent 0fcd19a commit b835a95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.sldeditor</groupId>
<artifactId>sldeditor</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class Version {
private static final String APP_COPYRIGHT_YEAR = "2016-2018";

/** The version taken from the maven pom. */
public static final String POM_VERSION_STRING = "0.8.4";
public static final String POM_VERSION_STRING = "0.8.5";

/** Private default constructor. */
private Version() {
Expand Down
2 changes: 1 addition & 1 deletion modules/import/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- =========================================================== -->
<groupId>com.sldeditor</groupId>
<artifactId>convert</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
<name>ConvertToSLD</name>
<packaging>pom</packaging>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- =========================================================== -->
<groupId>com.sldeditor</groupId>
<artifactId>sldeditor</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
<name>SLDEditor</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -67,10 +67,10 @@
<maven.enforcer.required.version>3.5.0</maven.enforcer.required.version>

<!-- GeoTools -->
<geotools.version>20.1</geotools.version>
<geotools.version>20.2</geotools.version>

<!-- GeoServer -->
<geoserver.version>2.14.0</geoserver.version>
<geoserver.version>2.14.2</geoserver.version>

<!-- Log4j -->
<log4j.version>1.2.17</log4j.version>
Expand Down

0 comments on commit b835a95

Please sign in to comment.