Skip to content

Commit

Permalink
Update version to 18-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
bencaradocdavies committed Jul 16, 2017
1 parent 14f9083 commit b37d795
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/rename.xml
Expand Up @@ -10,7 +10,7 @@
<include name="**/pom.xml"/>
<include name="**/GeoTools.java"/>
<include name="**/common.py"/>
<replacefilter token="17-SNAPSHOT" value="@VERSION@"/>
<replacefilter token="18-SNAPSHOT" value="@VERSION@"/>
</replace>
</target>

Expand Down
2 changes: 1 addition & 1 deletion docs/build.xml
Expand Up @@ -26,7 +26,7 @@
<isset property="build.directory" />
</condition>

<condition property="project.version" value="${project.version}" else="17-SNAPSHOT">
<condition property="project.version" value="${project.version}" else="18-SNAPSHOT">
<isset property="project.version" />
</condition>

Expand Down
2 changes: 1 addition & 1 deletion docs/common.py
Expand Up @@ -58,7 +58,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '17-SNAPSHOT'
release = '18-SNAPSHOT'

# The short X.Y version.
version = release
Expand Down
2 changes: 1 addition & 1 deletion docs/user/artifacts/xml/pom3.xml
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>org.geotools.xsd</groupId>
<artifactId>gt-xsd-core</artifactId>
<version>17-SNAPSHOT</version>
<version>18-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion docs/user/tutorial/quickstart/artifacts/pom2.xml
Expand Up @@ -12,7 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- use the latest snapshot -->
<geotools.version>17-SNAPSHOT</geotools.version>
<geotools.version>18-SNAPSHOT</geotools.version>
</properties>
<dependencies>
<dependency>
Expand Down
Expand Up @@ -116,7 +116,7 @@ private static Properties loadProperites(String resource) {
/**
* The current GeoTools version. The separator character must be the dot.
*/
private static final Version VERSION = new Version(PROPS.getProperty("version", "17-SNAPSHOT"));
private static final Version VERSION = new Version(PROPS.getProperty("version", "18-SNAPSHOT"));

/**
* The version control (svn) revision at which this version of geotools was built.
Expand Down

0 comments on commit b37d795

Please sign in to comment.