Skip to content

Commit

Permalink
Updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Ward committed Feb 11, 2020
1 parent 4b33b4e commit c4015e0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions modules/application/pom.xml
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.sldeditor</groupId>
<artifactId>sldeditor</artifactId>
<version>0.8.6</version>
<version>0.8.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -45,7 +45,7 @@
<name>Robert Ward</name>
<email>robert.ward@scisys.co.uk</email>
<organization>SCISYS</organization>
<organizationUrl>http://www.scisys.co.uk/</organizationUrl>
<organizationUrl>https://www.scisys.co.uk/</organizationUrl>
<timezone>Europe/London</timezone>
<roles>
<role>Architect</role>
Expand Down Expand Up @@ -411,7 +411,7 @@
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<configuration>
<extensions>
<extension>org.apache.cxf.xjcplugins:cxf-xjc-boolean:3.2.2</extension>
Expand Down
Expand Up @@ -38,7 +38,7 @@ public class Version {
private static final String APP_COPYRIGHT_YEAR = "2016-2019";

/** The version taken from the maven pom. */
public static final String POM_VERSION_STRING = "0.8.6";
public static final String POM_VERSION_STRING = "0.8.7-SNAPSHOT";

/** Private default constructor. */
private Version() {
Expand Down
2 changes: 1 addition & 1 deletion modules/import/esri-mxd/pom.xml
Expand Up @@ -16,7 +16,7 @@
<name>Robert Ward</name>
<email>robert.ward@scisys.co.uk</email>
<organization>SCISYS</organization>
<organizationUrl>http://www.scisys.co.uk/</organizationUrl>
<organizationUrl>https://www.scisys.co.uk/</organizationUrl>
<timezone>Europe/London</timezone>
<roles>
<role>Architect</role>
Expand Down
6 changes: 3 additions & 3 deletions modules/import/export-sld/pom.xml
Expand Up @@ -16,7 +16,7 @@
<name>Robert Ward</name>
<email>robert.ward@scisys.co.uk</email>
<organization>SCISYS</organization>
<organizationUrl>http://www.scisys.co.uk/</organizationUrl>
<organizationUrl>https://www.scisys.co.uk/</organizationUrl>
<timezone>Europe/London</timezone>
<roles>
<role>Architect</role>
Expand Down Expand Up @@ -277,11 +277,11 @@
<repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
<url>https://download.osgeo.org/webdav/geotools/</url>
</repository>
<repository>
<id>Maven</id>
<url>http://mvnrepository.com/</url>
<url>https://mvnrepository.com/</url>
</repository>
<repository>
<id>sonatype-oss-snapshots</id>
Expand Down
8 changes: 4 additions & 4 deletions modules/import/pom.xml
Expand Up @@ -7,7 +7,7 @@
<!-- =========================================================== -->
<groupId>com.sldeditor</groupId>
<artifactId>convert</artifactId>
<version>0.8.6</version>
<version>0.8.7-SNAPSHOT</version>
<name>ConvertToSLD</name>
<packaging>pom</packaging>

Expand All @@ -19,7 +19,7 @@
<name>Robert Ward</name>
<email>robert.ward@scisys.co.uk</email>
<organization>SCISYS</organization>
<organizationUrl>http://www.scisys.co.uk/</organizationUrl>
<organizationUrl>https://www.scisys.co.uk/</organizationUrl>
<timezone>Europe/London</timezone>
<roles>
<role>Architect</role>
Expand Down Expand Up @@ -203,11 +203,11 @@
<repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
<url>https://download.osgeo.org/webdav/geotools/</url>
</repository>
<repository>
<id>Maven</id>
<url>http://mvnrepository.com/</url>
<url>https://mvnrepository.com/</url>
</repository>
<repository>
<id>sonatype-oss-snapshots</id>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -26,7 +26,7 @@
<!-- =========================================================== -->
<groupId>com.sldeditor</groupId>
<artifactId>sldeditor</artifactId>
<version>0.8.6</version>
<version>0.8.7-SNAPSHOT</version>
<name>SLDEditor</name>
<packaging>pom</packaging>

Expand All @@ -38,7 +38,7 @@
<name>Robert Ward</name>
<email>robert.ward@scisys.co.uk</email>
<organization>SCISYS</organization>
<organizationUrl>http://www.scisys.co.uk/</organizationUrl>
<organizationUrl>https://www.scisys.co.uk/</organizationUrl>
<timezone>Europe/London</timezone>
<roles>
<role>Architect</role>
Expand Down Expand Up @@ -73,7 +73,7 @@
<geoserver.version>2.14.2</geoserver.version>

<!-- Log4j -->
<log4j.version>1.2.17</log4j.version>
<log4j.version>2.11.1</log4j.version>

<!-- JUnit -->
<junit-jupiter-engine.version>5.3.1</junit-jupiter-engine.version>
Expand Down Expand Up @@ -399,16 +399,16 @@
<repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
<url>https://download.osgeo.org/webdav/geotools/</url>
</repository>
<repository>
<!-- For geoserver-manager library -->
<id>GeoSolutions</id>
<url>http://maven.geo-solutions.it/</url>
<url>https://maven.geo-solutions.it/</url>
</repository>
<repository>
<id>Maven</id>
<url>http://mvnrepository.com/</url>
<url>https://mvnrepository.com/</url>
</repository>
<repository>
<id>boundless</id>
Expand Down

0 comments on commit c4015e0

Please sign in to comment.