Skip to content

Commit

Permalink
updating version numbers and release notes for 2.9-M0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Dec 22, 2015
1 parent 577f89d commit a15d055
Show file tree
Hide file tree
Showing 177 changed files with 302 additions and 302 deletions.
2 changes: 1 addition & 1 deletion doc/en/developer/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.9'
# The full version, including alpha/beta/rc tags.
release = '2.9-SNAPSHOT'
release = '2.9-M0'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.9.x'
Expand Down
2 changes: 1 addition & 1 deletion doc/en/docguide/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.9'
# The full version, including alpha/beta/rc tags.
release = '2.9-SNAPSHOT'
release = '2.9-M0'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.9.x'
Expand Down
2 changes: 1 addition & 1 deletion doc/en/user/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.9'
# The full version, including alpha/beta/rc tags.
release = '2.9-SNAPSHOT'
release = '2.9-M0'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.9.x'
Expand Down
2 changes: 1 addition & 1 deletion doc/es/user/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.9'
# The full version, including alpha/beta/rc tags.
release = '2.9-SNAPSHOT'
release = '2.9-M0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion doc/fr/user/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.9'
# The full version, including alpha/beta/rc tags.
release = '2.9-SNAPSHOT'
release = '2.9-M0'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.9.x'
Expand Down
2 changes: 1 addition & 1 deletion src/community/app-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/app-schema/webservice-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>gs-app-schema-community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/authkey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/colormap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/dbconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-dbconfig</artifactId>
<packaging>jar</packaging>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
<name>Hibernate Catalog/Configuration Module</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/community/dds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-dds</artifactId>
<packaging>jar</packaging>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
<name>WorldWind Format Module</name>


Expand Down
2 changes: 1 addition & 1 deletion src/community/dyndimension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/feature-aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/ftp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-ftp</artifactId>
<packaging>jar</packaging>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
<name>GeoServer Embedded FTP server</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/community/gdal/gdal-wcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gdal</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/gdal/gdal-wps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gdal</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/gdal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/geofence-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-geofence-server</artifactId>
<packaging>jar</packaging>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
<name>GeoFence Server</name>
<description>GeoFence security internal server</description>

Expand Down
4 changes: 2 additions & 2 deletions src/community/geofence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-geofence</artifactId>
<packaging>jar</packaging>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
<name>GeoFence security integration</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/community/geomesa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ application directory.
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-web-geomesa</artifactId>
<packaging>jar</packaging>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
<name>GeoMesa Web Module</name>

<description>GeoMesa GeoServer extensions</description>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geopkg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-geopkg</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geoserver-sync/geoserver-sync-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>geoserver-sync</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<artifactId>geoserver-sync-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geoserver-sync/geoserver-sync-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>geoserver-sync</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<artifactId>geoserver-sync-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geoserver-sync/geotools-sync-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>geoserver-sync</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<artifactId>geotools-sync-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geoserver-sync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>geoserver-sync</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geoserver-sync/sync-test-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>geoserver-sync</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<artifactId>sync-test-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geoxacml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/gpxppio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gpxppio</artifactId>
<packaging>jar</packaging>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
<name>GPX PPIO for WPS</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/community/gss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gss</artifactId>
<packaging>jar</packaging>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
<name>GeoServer Synchronization Service</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/community/gwc-distributed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gwc-distributed</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/gwc-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-gwc-s3</artifactId>
<packaging>jar</packaging>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
<name>GeoWebCache S3</name>
<description>GeoWebCache S3 support plugin</description>

Expand Down
4 changes: 2 additions & 2 deletions src/community/hello/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver</groupId>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>gs-main</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions src/community/hello_web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>gs-web2</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver</groupId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.geoserver.web</groupId>
<artifactId>gs-web-core</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion src/community/hz-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.9-SNAPSHOT</version>
<version>2.9-M0</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
Loading

0 comments on commit a15d055

Please sign in to comment.