Skip to content

Commit

Permalink
Revert "Updated version to 1.10-M0"
Browse files Browse the repository at this point in the history
This reverts commit 3e37748.
  • Loading branch information
smithkm committed Aug 13, 2016
1 parent 3e37748 commit 8ee448d
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion documentation/en/user/source/conf.py
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '1.10'
# The full version, including alpha/beta/rc tags.
release = '1.10-M0'
release = '1.10.x'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/arcgiscache/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-arcgiscache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/diskquota/bdb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-diskquota</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-diskquota-bdb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/diskquota/core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-diskquota</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-diskquota-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/diskquota/jdbc/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-diskquota</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-diskquota-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/diskquota/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-diskquota</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/distributed/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-distributed</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/georss/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-georss</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/gmaps/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-gmaps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/kml/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-kml</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions geowebcache/pom.xml
Expand Up @@ -5,12 +5,12 @@
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<packaging>pom</packaging>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
<name>geowebcache</name>
<url>http://geowebcache.org</url>

<properties>
<gt.version>16-M0</gt.version>
<gt.version>16-SNAPSHOT</gt.version>
<jts.version>1.13</jts.version>
<spring.version>4.2.5.RELEASE</spring.version>
<restlet.version>1.0.8</restlet.version>
Expand Down Expand Up @@ -620,7 +620,7 @@
<descriptor>release/war.xml</descriptor>
<descriptor>release/doc.xml</descriptor>
</descriptors>
<finalName>geowebcache-1.10-M0</finalName>
<finalName>geowebcache-1.10-SNAPSHOT</finalName>
<outputDirectory>${project.build.directory}/release</outputDirectory>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/release/doc.xml
Expand Up @@ -7,7 +7,7 @@
<fileSets>
<fileSet>
<directory>../documentation/en/user/build/html</directory>
<outputDirectory>geowebcache-<!-- GWC VERSION -->1.10-M0<!-- /GWC VERSION -->/doc</outputDirectory>
<outputDirectory>geowebcache-<!-- GWC VERSION -->1.10-SNAPSHOT<!-- /GWC VERSION -->/doc</outputDirectory>
<includes>
<include>**/*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/release/src.xml
Expand Up @@ -7,7 +7,7 @@
<fileSets>
<fileSet>
<directory>${project.basedir}</directory>
<outputDirectory>geowebcache-<!-- GWC VERSION -->1.10-M0<!-- /GWC VERSION -->/</outputDirectory>
<outputDirectory>geowebcache-<!-- GWC VERSION -->1.10-SNAPSHOT<!-- /GWC VERSION -->/</outputDirectory>
<useDefaultExcludes>true</useDefaultExcludes>
<excludes>
<exclude>**/${project.build.directory}/**</exclude>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/rest/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/s3storage/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-aws-s3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/sqlite/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-sqlite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/tms/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-tms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/ve/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-ve</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/web/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/wms/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-wms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/wmts/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.10-M0</version><!-- GWC VERSION -->
<version>1.10-SNAPSHOT</version><!-- GWC VERSION -->
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-wmts</artifactId>
Expand Down

0 comments on commit 8ee448d

Please sign in to comment.