Skip to content

Commit

Permalink
updating version numbers and release notes for 2.22-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
jodygarnett committed Oct 21, 2022
1 parent 89b0127 commit 0dfdee4
Show file tree
Hide file tree
Showing 252 changed files with 264 additions and 264 deletions.
2 changes: 1 addition & 1 deletion doc/en/developer/source/conf.py
Expand Up @@ -51,7 +51,7 @@
version = '2.22'

# The full version, including alpha/beta/rc tags.
release = '2.22-SNAPSHOT'
release = '2.22-RC'

# Used in build and documentation links
branch = '2.22.x'
Expand Down
Expand Up @@ -8,7 +8,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.22-SNAPSHOT</version> <!-- change this to the proper GeoServer version -->
<version>2.22-RC</version> <!-- change this to the proper GeoServer version -->
</parent>

<groupId>org.geoserver</groupId>
Expand All @@ -22,7 +22,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>gs-main</artifactId>
<version>2.22-SNAPSHOT</version> <!-- change this to the proper GeoServer version -->
<version>2.22-RC</version> <!-- change this to the proper GeoServer version -->
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion doc/en/docguide/source/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '2.22'
# The full version, including alpha/beta/rc tags.
release = '2.22-SNAPSHOT'
release = '2.22-RC'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.22.x'
Expand Down
2 changes: 1 addition & 1 deletion doc/en/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>gs-docs</artifactId>
<groupId>org.geoserver.en</groupId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
<packaging>pom</packaging>
<name>GeoServer English Documentation</name>
<description>GeoServer English documentation</description>
Expand Down
2 changes: 1 addition & 1 deletion doc/en/user/source/conf.py
Expand Up @@ -51,7 +51,7 @@
version = '2.22'

# The full version, including alpha/beta/rc tags.
release = '2.22-SNAPSHOT'
release = '2.22-RC'

# Used in build and documentation links
branch = 'main'
Expand Down
2 changes: 1 addition & 1 deletion doc/zhCN/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>gs-docs</artifactId>
<groupId>org.geoserver.en</groupId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
<packaging>pom</packaging>
<name>GeoServer Chinese Simplified Documentation</name>
<description>GeoServer Chinese Simplified documentation</description>
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.22-SNAPSHOT</version>
<version>2.22-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.22-SNAPSHOT</version>
<version>2.22-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-backup-restore</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-backup-restore</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-backup-restore</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-backup-restore</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>

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

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

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

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

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

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

<groupId>org.geoserver.community</groupId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-features-templating</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-features-templating</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-features-templating</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-features-templating</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-features-templating</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>

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

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/flatgeobuf/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-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 @@ -8,7 +8,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gdal</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-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 @@ -8,7 +8,7 @@
<parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gdal</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>

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

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geomesa/pom.xml
Expand Up @@ -12,7 +12,7 @@ application directory.
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>

<groupId>org.geoserver.community</groupId>
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.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-geopkg</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/geostyler/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>

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

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

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

<groupId>org.geoserver.community</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/gwc-sqlite/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gs-gwc-sqlite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/hello/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>

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

<groupId>org.geoserver</groupId>
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.22-SNAPSHOT</version>
<version>2.22-RC</version>
</parent>

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

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

0 comments on commit 0dfdee4

Please sign in to comment.