Skip to content

Commit d67d0e3

Browse files
committed
updating version numbers and release notes for 2.5.5
1 parent 289e64a commit d67d0e3

File tree

148 files changed

+254
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+254
-254
lines changed

doc/en/developer/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '2.5'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '2.5-SNAPSHOT'
50+
release = '2.5.5'
5151
# Users don't need to see the "SNAPSHOT" notation when it's there
5252
if release.find('SNAPSHOT') != -1:
5353
release = '2.5.x'

doc/en/docguide/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '2.5'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '2.5-SNAPSHOT'
50+
release = '2.5.5'
5151
# Users don't need to see the "SNAPSHOT" notation when it's there
5252
if release.find('SNAPSHOT') != -1:
5353
release = '2.5.x'

doc/en/user/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '2.5'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '2.5-SNAPSHOT'
50+
release = '2.5.5'
5151
# Users don't need to see the "SNAPSHOT" notation when it's there
5252
if release.find('SNAPSHOT') != -1:
5353
release = '2.5.x'

doc/es/user/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '2.5'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '2.5-SNAPSHOT'
50+
release = '2.5.5'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

doc/fr/user/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# The short X.Y version.
4848
version = '2.5'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '2.5-SNAPSHOT'
50+
release = '2.5.5'
5151
# Users don't need to see the "SNAPSHOT" notation when it's there
5252
if release.find('SNAPSHOT') != -1:
5353
release = '2.5.x'

src/community/app-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.geoserver</groupId>
1313
<artifactId>community</artifactId>
14-
<version>2.5-SNAPSHOT</version>
14+
<version>2.5.5</version>
1515
</parent>
1616

1717
<groupId>org.geoserver</groupId>

src/community/app-schema/webservice-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.geoserver</groupId>
1414
<artifactId>gs-app-schema-community</artifactId>
15-
<version>2.5-SNAPSHOT</version>
15+
<version>2.5.5</version>
1616
</parent>
1717

1818
<groupId>org.geoserver</groupId>

src/community/authkey/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.geoserver</groupId>
1313
<artifactId>community</artifactId>
14-
<version>2.5-SNAPSHOT</version>
14+
<version>2.5.5</version>
1515
</parent>
1616

1717
<groupId>org.geoserver.community</groupId>

src/community/colormap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.geoserver</groupId>
88
<artifactId>community</artifactId>
9-
<version>2.5-SNAPSHOT</version>
9+
<version>2.5.5</version>
1010
</parent>
1111

1212
<groupId>org.geoserver.community</groupId>

src/community/dbconfig/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.geoserver</groupId>
77
<artifactId>community</artifactId>
8-
<version>2.5-SNAPSHOT</version>
8+
<version>2.5.5</version>
99
</parent>
1010

1111
<groupId>org.geoserver.community</groupId>
1212
<artifactId>gs-dbconfig</artifactId>
1313
<packaging>jar</packaging>
14-
<version>2.5-SNAPSHOT</version>
14+
<version>2.5.5</version>
1515
<name>Hibernate Catalog/Configuration Module</name>
1616

1717
<dependencies>

src/community/dds/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
<parent>
1515
<groupId>org.geoserver</groupId>
1616
<artifactId>community</artifactId>
17-
<version>2.5-SNAPSHOT</version>
17+
<version>2.5.5</version>
1818
</parent>
1919

2020
<groupId>org.geoserver.community</groupId>
2121
<artifactId>gs-dds</artifactId>
2222
<packaging>jar</packaging>
23-
<version>2.5-SNAPSHOT</version>
23+
<version>2.5.5</version>
2424
<name>WorldWind Format Module</name>
2525

2626

src/community/feature-aggregate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.geoserver</groupId>
1313
<artifactId>community</artifactId>
14-
<version>2.5-SNAPSHOT</version>
14+
<version>2.5.5</version>
1515
</parent>
1616

1717
<groupId>org.geoserver.community</groupId>

src/community/ftp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>org.geoserver</groupId>
55
<artifactId>community</artifactId>
6-
<version>2.5-SNAPSHOT</version>
6+
<version>2.5.5</version>
77
</parent>
88
<groupId>org.geoserver.community</groupId>
99
<artifactId>gs-ftp</artifactId>
1010
<packaging>jar</packaging>
11-
<version>2.5-SNAPSHOT</version>
11+
<version>2.5.5</version>
1212
<name>GeoServer Embedded FTP server</name>
1313

1414
<dependencies>

src/community/geopkg/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.geoserver</groupId>
1111
<artifactId>community</artifactId>
12-
<version>2.5-SNAPSHOT</version>
12+
<version>2.5.5</version>
1313
</parent>
1414
<groupId>org.geoserver.community</groupId>
1515
<artifactId>gs-geopkg</artifactId>

src/community/geoserver-sync/geoserver-sync-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<parent>
3838
<groupId>org.geoserver.community</groupId>
3939
<artifactId>geoserver-sync</artifactId>
40-
<version>2.5-SNAPSHOT</version>
40+
<version>2.5.5</version>
4141
</parent>
4242

4343
<artifactId>geoserver-sync-core</artifactId>

src/community/geoserver-sync/geoserver-sync-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<parent>
3838
<groupId>org.geoserver.community</groupId>
3939
<artifactId>geoserver-sync</artifactId>
40-
<version>2.5-SNAPSHOT</version>
40+
<version>2.5.5</version>
4141
</parent>
4242

4343
<artifactId>geoserver-sync-server</artifactId>

src/community/geoserver-sync/geotools-sync-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<parent>
3838
<groupId>org.geoserver.community</groupId>
3939
<artifactId>geoserver-sync</artifactId>
40-
<version>2.5-SNAPSHOT</version>
40+
<version>2.5.5</version>
4141
</parent>
4242

4343
<artifactId>geotools-sync-client</artifactId>

src/community/geoserver-sync/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<parent>
3838
<groupId>org.geoserver</groupId>
3939
<artifactId>community</artifactId>
40-
<version>2.5-SNAPSHOT</version>
40+
<version>2.5.5</version>
4141
</parent>
4242
<groupId>org.geoserver.community</groupId>
4343
<artifactId>geoserver-sync</artifactId>

src/community/geoserver-sync/sync-test-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<parent>
3838
<groupId>org.geoserver.community</groupId>
3939
<artifactId>geoserver-sync</artifactId>
40-
<version>2.5-SNAPSHOT</version>
40+
<version>2.5.5</version>
4141
</parent>
4242

4343
<artifactId>sync-test-client</artifactId>

src/community/geoxacml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.geoserver</groupId>
1414
<artifactId>community</artifactId>
15-
<version>2.5-SNAPSHOT</version>
15+
<version>2.5.5</version>
1616
</parent>
1717

1818
<groupId>org.geoserver</groupId>

src/community/grib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.geoserver</groupId>
88
<artifactId>community</artifactId>
9-
<version>2.5-SNAPSHOT</version>
9+
<version>2.5.5</version>
1010
</parent>
1111
<groupId>org.geoserver.community</groupId>
1212
<artifactId>gs-grib</artifactId>

src/community/gss/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>org.geoserver</groupId>
55
<artifactId>community</artifactId>
6-
<version>2.5-SNAPSHOT</version>
6+
<version>2.5.5</version>
77
</parent>
88
<groupId>org.geoserver.community</groupId>
99
<artifactId>gs-gss</artifactId>
1010
<packaging>jar</packaging>
11-
<version>2.5-SNAPSHOT</version>
11+
<version>2.5.5</version>
1212
<name>GeoServer Synchronization Service</name>
1313

1414
<dependencies>

src/community/hello/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.geoserver</groupId>
1414
<artifactId>community</artifactId>
15-
<version>2.5-SNAPSHOT</version>
15+
<version>2.5.5</version>
1616
</parent>
1717

1818
<groupId>org.geoserver</groupId>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.geoserver</groupId>
2727
<artifactId>gs-main</artifactId>
28-
<version>2.5-SNAPSHOT</version>
28+
<version>2.5.5</version>
2929
</dependency>
3030
</dependencies>
3131

src/community/hello_web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.geoserver</groupId>
88
<artifactId>gs-web2</artifactId>
9-
<version>2.5-SNAPSHOT</version>
9+
<version>2.5.5</version>
1010
</parent>
1111

1212
<groupId>org.geoserver</groupId>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.geoserver.web</groupId>
2121
<artifactId>gs-web-core</artifactId>
22-
<version>2.5-SNAPSHOT</version>
22+
<version>2.5.5</version>
2323
</dependency>
2424
</dependencies>
2525

src/community/istyler/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
<parent>
1111
<artifactId>community</artifactId>
1212
<groupId>org.geoserver</groupId>
13-
<version>2.5-SNAPSHOT</version>
13+
<version>2.5.5</version>
1414
</parent>
1515
<groupId>org.geoserver.community</groupId>
1616
<artifactId>gs-istyler</artifactId>
17-
<version>2.5-SNAPSHOT</version>
17+
<version>2.5.5</version>
1818
<name>Interactive Styler Web Plugin</name>
1919
<dependencies>
2020
<dependency>
2121
<groupId>org.geoserver.web</groupId>
2222
<artifactId>gs-web-core</artifactId>
23-
<version>2.5-SNAPSHOT</version>
23+
<version>2.5.5</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.geoserver.web</groupId>
2727
<artifactId>gs-web-core</artifactId>
28-
<version>2.5-SNAPSHOT</version>
28+
<version>2.5.5</version>
2929
<classifier>tests</classifier>
3030
<scope>test</scope>
3131
</dependency>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.geoserver</groupId>
4040
<artifactId>gs-main</artifactId>
41-
<version>2.5-SNAPSHOT</version>
41+
<version>2.5.5</version>
4242
<classifier>tests</classifier>
4343
<scope>test</scope>
4444
</dependency>

src/community/jdbcconfig/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>org.geoserver</groupId>
55
<artifactId>community</artifactId>
6-
<version>2.5-SNAPSHOT</version>
6+
<version>2.5.5</version>
77
</parent>
88
<groupId>org.geoserver.community</groupId>
99
<artifactId>gs-jdbcconfig</artifactId>
1010
<packaging>jar</packaging>
11-
<version>2.5-SNAPSHOT</version>
11+
<version>2.5.5</version>
1212
<name>GeoServer JDBC KV Catalog</name>
1313
<dependencies>
1414
<dependency>

src/community/kml-old/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.geoserver</groupId>
1111
<artifactId>community</artifactId>
12-
<version>2.5-SNAPSHOT</version>
12+
<version>2.5.5</version>
1313
</parent>
1414

1515
<groupId>org.geoserver.community</groupId>

src/community/mbtiles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.geoserver</groupId>
1111
<artifactId>community</artifactId>
12-
<version>2.5-SNAPSHOT</version>
12+
<version>2.5.5</version>
1313
</parent>
1414
<groupId>org.geoserver.community</groupId>
1515
<artifactId>gs-mbtiles</artifactId>

src/community/netcdf-out/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.geoserver</groupId>
1414
<artifactId>community</artifactId>
15-
<version>2.5-SNAPSHOT</version>
15+
<version>2.5.5</version>
1616
</parent>
1717

1818
<groupId>org.geoserver.community</groupId>

src/community/netcdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.geoserver</groupId>
1313
<artifactId>community</artifactId>
14-
<version>2.5-SNAPSHOT</version>
14+
<version>2.5.5</version>
1515
</parent>
1616

1717
<groupId>org.geoserver.community</groupId>

src/community/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.geoserver</groupId>
1111
<artifactId>geoserver</artifactId>
12-
<version>2.5-SNAPSHOT</version>
12+
<version>2.5.5</version>
1313
</parent>
1414

1515
<groupId>org.geoserver</groupId>

src/community/printing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<parent>
1313
<groupId>org.geoserver</groupId>
1414
<artifactId>community</artifactId>
15-
<version>2.5-SNAPSHOT</version>
15+
<version>2.5.5</version>
1616
</parent>
1717

1818
<groupId>org.geoserver.community</groupId>
1919
<artifactId>gs-printing</artifactId>
2020
<packaging>jar</packaging>
21-
<version>2.5-SNAPSHOT</version>
21+
<version>2.5.5</version>
2222
<name>Printing Module</name>
2323

2424
<dependencies>

src/community/proxy/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<parent>
1111
<groupId>org.geoserver</groupId>
1212
<artifactId>community</artifactId>
13-
<version>2.5-SNAPSHOT</version>
13+
<version>2.5.5</version>
1414
</parent>
1515
<groupId>org.geoserver.community</groupId>
1616
<artifactId>gs-proxy</artifactId>
1717
<packaging>jar</packaging>
18-
<version>2.5-SNAPSHOT</version>
18+
<version>2.5.5</version>
1919
<name>HTTP Proxy Extension</name>
2020

2121
<repositories>

0 commit comments

Comments
 (0)