Skip to content

Commit

Permalink
updating version numbers and release notes for 2.3-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeolive committed Feb 23, 2013
1 parent 7addffa commit 5c4c3fc
Show file tree
Hide file tree
Showing 118 changed files with 215 additions and 214 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.3'
# The full version, including alpha/beta/rc tags.
release = '2.3-SNAPSHOT'
release = '2.3-RC1'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.3.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.3'
# The full version, including alpha/beta/rc tags.
release = '2.3-SNAPSHOT'
release = '2.3-RC1'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.3.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.3'
# The full version, including alpha/beta/rc tags.
release = '2.3-SNAPSHOT'
release = '2.3-RC1'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.3.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.3'
# The full version, including alpha/beta/rc tags.
release = '2.3-SNAPSHOT'
release = '2.3-RC1'

# 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.3'
# The full version, including alpha/beta/rc tags.
release = '2.3-SNAPSHOT'
release = '2.3-RC1'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.3.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.3-SNAPSHOT</version>
<version>2.3-RC1</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>app-schema-community</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

<groupId>org.geoserver.community</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/css/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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>css</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
<name>GeoServer CSS Styling</name>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion src/community/csw/csw-api/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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

<groupId>org.geoserver.csw</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/csw/csw-core/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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

<groupId>org.geoserver.csw</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/community/csw/csw-simple-store/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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

<groupId>org.geoserver.csw</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/community/csw/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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

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

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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>dbconfig</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>dds</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
<name>WorldWind Format Module</name>


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

<groupId>org.geoserver</groupId>
<artifactId>dxf</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
<name>DXF output format</name>

<dependencies>
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.3-SNAPSHOT</version>
<version>2.3-RC1</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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>ftp</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
<name>GeoServer Embedded FTP server</name>

<dependencies>
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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

<groupId>org.geoserver</groupId>
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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gss</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
<name>GeoServer Synchronization Service</name>

<dependencies>
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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

<groupId>org.geoserver</groupId>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>main</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</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>web2</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

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

Expand Down
4 changes: 2 additions & 2 deletions src/community/inspire/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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>inspire</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
<name>GeoServer INSPIRE Extensions</name>

<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions src/community/istyler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
<parent>
<artifactId>community</artifactId>
<groupId>org.geoserver</groupId>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>istyler</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
<name>Interactive Styler Web Plugin</name>
<dependencies>
<dependency>
<groupId>org.geoserver.web</groupId>
<artifactId>web-core</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</dependency>
<dependency>
<groupId>org.geoserver.web</groupId>
<artifactId>web-core</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>main</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions src/community/jdbcconfig/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.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>jdbcconfig</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
<name>GeoServer JDBC KV Catalog</name>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>geoserver</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>

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

<groupId>org.geoserver.community</groupId>
<artifactId>printing</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
<name>Printing Module</name>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions src/community/proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>proxy</artifactId>
<packaging>jar</packaging>
<version>2.3-SNAPSHOT</version>
<version>2.3-RC1</version>
<name>HTTP Proxy Extension</name>

<repositories>
Expand Down
1 change: 1 addition & 0 deletions src/community/python/geoscript
Submodule geoscript added at 1b9a6e
Loading

0 comments on commit 5c4c3fc

Please sign in to comment.