Skip to content

Commit

Permalink
setting version numbers to 2.1.3
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.codehaus.org/geoserver/tags/2.1.3@16668 ef1d6e69-97e5-0310-af46-8a06194da32a
  • Loading branch information
jdeolive committed Dec 21, 2011
1 parent 66de9d8 commit 5ab0a3f
Show file tree
Hide file tree
Showing 84 changed files with 154 additions and 154 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.1'
# The full version, including alpha/beta/rc tags.
release = '2.1-SNAPSHOT'
release = '2.1.3'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.1.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 @@ -44,7 +44,7 @@
# The short X.Y version.
version = '2.1'
# The full version, including alpha/beta/rc tags.
release = '2.1-SNAPSHOT'
release = '2.1.3'

# 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 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.1'
# The full version, including alpha/beta/rc tags.
release = '2.1-SNAPSHOT'
release = '2.1.3'
# Users don't need to see the "SNAPSHOT" notation when it's there
if release.find('SNAPSHOT') != -1:
release = '2.1.x'
Expand Down
2 changes: 1 addition & 1 deletion src/community/cite/loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>

<groupId>org.geoserver.cite</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.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>css</artifactId>
<packaging>jar</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
<name>GeoServer CSS Styling</name>

<repositories>
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.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>dbconfig</artifactId>
<packaging>jar</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</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 @@ -9,13 +9,13 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>

<groupId>org.geoserver</groupId>
<artifactId>dds</artifactId>
<packaging>jar</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</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 @@ -8,13 +8,13 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>

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

<dependencies>
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.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>ftp</artifactId>
<packaging>jar</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</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.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>gss</artifactId>
<packaging>jar</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>

<groupId>org.geoserver</groupId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>main</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</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.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>

<groupId>org.geoserver</groupId>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.geoserver.web</groupId>
<artifactId>web-core</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</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.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>

<groupId>org.geoserver.community</groupId>
<artifactId>inspire</artifactId>
<packaging>jar</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</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 @@ -5,22 +5,22 @@
<parent>
<artifactId>community</artifactId>
<groupId>org.geoserver</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>istyler</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
<name>Interactive Styler Web Plugin</name>
<dependencies>
<dependency>
<groupId>org.geoserver.web</groupId>
<artifactId>web-core</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.geoserver.web</groupId>
<artifactId>web-core</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>main</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
18 changes: 9 additions & 9 deletions src/community/monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>monitoring</artifactId>
Expand All @@ -14,17 +14,17 @@
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>main</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>rest</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.geoserver.web</groupId>
<artifactId>web-core</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
Expand Down Expand Up @@ -79,32 +79,32 @@
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>main</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>wfs</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>wms</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>wcs1_0</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>wcs1_1</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>geoserver</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<repositories>
<repository>
Expand All @@ -19,7 +19,7 @@
<groupId>org.geoserver.community</groupId>
<artifactId>printing</artifactId>
<packaging>jar</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</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 @@ -5,12 +5,12 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>proxy</artifactId>
<packaging>jar</packaging>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
<name>HTTP Proxy Extension</name>

<repositories>
Expand Down
16 changes: 8 additions & 8 deletions src/community/python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.geoserver</groupId>
<artifactId>community</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</parent>
<groupId>org.geoserver.community</groupId>
<artifactId>python</artifactId>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>rest</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.restlet</groupId>
Expand All @@ -34,27 +34,27 @@
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>main</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>wfs</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>wms</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>wfs</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.geoserver.web</groupId>
<artifactId>web-core</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
Expand All @@ -74,7 +74,7 @@
<dependency>
<groupId>org.geoserver</groupId>
<artifactId>main</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1.3</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
Expand Down
Loading

0 comments on commit 5ab0a3f

Please sign in to comment.