Skip to content

Commit

Permalink
updating version numbers and release notes for 2.15-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Boundless DevOps committed Jan 27, 2019
1 parent 5003db5 commit 3cc1108
Show file tree
Hide file tree
Showing 207 changed files with 326 additions and 326 deletions.
2 changes: 1 addition & 1 deletion doc/en/developer/source/conf.py
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.15'
# The full version, including alpha/beta/rc tags.
release = '2.15-SNAPSHOT'
release = '2.15-RC'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.15.x'
Expand Down
2 changes: 1 addition & 1 deletion doc/en/docguide/source/conf.py
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.15'
# The full version, including alpha/beta/rc tags.
release = '2.15-SNAPSHOT'
release = '2.15-RC'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.15.x'
Expand Down
2 changes: 1 addition & 1 deletion doc/en/user/source/conf.py
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.15'
# The full version, including alpha/beta/rc tags.
release = '2.15-SNAPSHOT'
release = '2.15-RC'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.15.x'
Expand Down
2 changes: 1 addition & 1 deletion doc/es/user/source/conf.py
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.15'
# The full version, including alpha/beta/rc tags.
release = '2.15-SNAPSHOT'
release = '2.15-RC'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.15.x'
Expand Down
2 changes: 1 addition & 1 deletion doc/fr/user/source/conf.py
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '2.15'
# The full version, including alpha/beta/rc tags.
release = '2.15-SNAPSHOT'
release = '2.15-RC'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.15.x'
Expand Down
2 changes: 1 addition & 1 deletion src/community/app-schema/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/app-schema/webservice-test/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-app-schema-community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/authkey/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/backup-restore/core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-backup-restore</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community.backuprestore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/backup-restore/extension/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-backup-restore</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community.backuprestore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/backup-restore/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/backup-restore/rest/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-backup-restore</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community.backuprestore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/backup-restore/web/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-backup-restore</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community.backuprestore</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/colormap/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/dds/pom.xml
Expand Up @@ -14,13 +14,13 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

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


Expand Down
2 changes: 1 addition & 1 deletion src/community/dyndimension/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/gdal/gdal-wcs/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gdal</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/gdal/gdal-wps/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gdal</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/gdal/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geogig/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/geomesa/pom.xml
Expand Up @@ -12,13 +12,13 @@ application directory.
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

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

<description>GeoMesa GeoServer extensions</description>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geopkg/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-geopkg</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/gpxppio/pom.xml
Expand Up @@ -11,12 +11,12 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gpxppio</artifactId>
<packaging>jar</packaging>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
<name>GPX PPIO for WPS</name>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/community/gwc-distributed/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</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
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions src/community/gwc-sqlite/pom.xml
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gwc-sqlite</artifactId>
<packaging>jar</packaging>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
<name>GeoWebCache SQLite</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/community/hello/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions src/community/hello_web/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>gs-web2</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</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.15-SNAPSHOT</version>
<version>2.15-RC</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion src/community/hz-cluster/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/jdbc-metrics/pom.xml
Expand Up @@ -7,14 +7,14 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-jdbc-metrics</artifactId>
<name>JDBC Metrics Plugin</name>
<packaging>jar</packaging>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/community/jdbcconfig/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-jdbcconfig</artifactId>
<packaging>jar</packaging>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
<name>GeoServer JDBC KV Catalog</name>
<properties>
<jdbcconfig.postgres.skip>true</jdbcconfig.postgres.skip>
Expand Down
4 changes: 2 additions & 2 deletions src/community/jdbcstore/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-jdbcstore</artifactId>
<packaging>jar</packaging>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
<name>GeoServer JDBC Configuration Resource Store</name>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/community/jms-cluster/activemqBroker/pom.xml
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-jms-cluster-container</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>activemqBroker</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
<packaging>war</packaging>

<name>ActiveMQ</name>
Expand Down
4 changes: 2 additions & 2 deletions src/community/jms-cluster/jms-commons/pom.xml
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-jms-cluster-container</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>gs-jms-commons</artifactId>
<version>2.15-SNAPSHOT</version>
<version>2.15-RC</version>
<packaging>jar</packaging>
<name>GeoServer JMS clustering Commons module</name>

Expand Down

0 comments on commit 3cc1108

Please sign in to comment.