Skip to content

Commit ea75973

Browse files
committed
Updated version to 1.26.0
1 parent 4253cc3 commit ea75973

File tree

25 files changed

+27
-27
lines changed

25 files changed

+27
-27
lines changed

documentation/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 = '1.26'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.26.x'
50+
release = '1.26.0'
5151

5252
# There are two options for replacing |today|: either, you set today to some
5353
# non-false value, then it is used:

geowebcache/arcgiscache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/azureblob/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.geowebcache</groupId>
66
<artifactId>geowebcache</artifactId>
7-
<version>1.26-SNAPSHOT</version>
7+
<version>1.26.0</version>
88
<!-- GWC VERSION -->
99
</parent>
1010

geowebcache/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/diskquota/bdb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>gwc-diskquota</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<artifactId>gwc-diskquota-bdb</artifactId>

geowebcache/diskquota/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>gwc-diskquota</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/diskquota/jdbc/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.geowebcache</groupId>
88
<artifactId>gwc-diskquota</artifactId>
9-
<version>1.26-SNAPSHOT</version>
9+
<version>1.26.0</version>
1010
<!-- GWC VERSION -->
1111
</parent>
1212
<groupId>org.geowebcache</groupId>

geowebcache/diskquota/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/distributed/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.geowebcache</groupId>
66
<artifactId>geowebcache</artifactId>
7-
<version>1.26-SNAPSHOT</version>
7+
<version>1.26.0</version>
88
<!-- GWC VERSION -->
99
</parent>
1010
<groupId>org.geowebcache</groupId>

geowebcache/georss/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/gmaps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/kml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/mbtiles/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.geowebcache</groupId>
66
<artifactId>geowebcache</artifactId>
7-
<version>1.26-SNAPSHOT</version>
7+
<version>1.26.0</version>
88
<packaging>pom</packaging>
99
<!-- GWC VERSION -->
1010
<name>geowebcache</name>
@@ -51,7 +51,7 @@
5151
</distributionManagement>
5252

5353
<properties>
54-
<gt.version>32-SNAPSHOT-SNAPSHOT</gt.version>
54+
<gt.version>32.0</gt.version>
5555
<jts.version>1.20.0</jts.version>
5656
<jaiext.version>1.1.27</jaiext.version>
5757
<spring.version>5.3.39</spring.version>
@@ -712,7 +712,7 @@
712712
<descriptor>release/war.xml</descriptor>
713713
<descriptor>release/doc.xml</descriptor>
714714
</descriptors>
715-
<finalName>geowebcache-1.26-SNAPSHOT</finalName>
715+
<finalName>geowebcache-1.26.0</finalName>
716716
<outputDirectory>${project.build.directory}/release</outputDirectory>
717717
</configuration>
718718
</plugin>

geowebcache/release/doc.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<fileSets>
88
<fileSet>
99
<directory>../documentation/en/user/build/html</directory>
10-
<outputDirectory>geowebcache-<!-- GWC VERSION -->1.26-SNAPSHOT<!-- /GWC VERSION -->/doc</outputDirectory>
10+
<outputDirectory>geowebcache-<!-- GWC VERSION -->1.26.0<!-- /GWC VERSION -->/doc</outputDirectory>
1111
<includes>
1212
<include>**/*</include>
1313
</includes>

geowebcache/release/src.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<fileSets>
88
<fileSet>
99
<directory>${project.basedir}</directory>
10-
<outputDirectory>geowebcache-<!-- GWC VERSION -->1.26-SNAPSHOT<!-- /GWC VERSION -->/</outputDirectory>
10+
<outputDirectory>geowebcache-<!-- GWC VERSION -->1.26.0<!-- /GWC VERSION -->/</outputDirectory>
1111
<useDefaultExcludes>true</useDefaultExcludes>
1212
<excludes>
1313
<exclude>**/${project.build.directory}/**</exclude>

geowebcache/rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/s3storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/sqlite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.geowebcache</groupId>
66
<artifactId>geowebcache</artifactId>
7-
<version>1.26-SNAPSHOT</version>
7+
<version>1.26.0</version>
88
<!-- GWC VERSION -->
99
</parent>
1010
<groupId>org.geowebcache</groupId>

geowebcache/swiftblob/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.geowebcache</groupId>
88
<artifactId>geowebcache</artifactId>
9-
<version>1.26-SNAPSHOT</version>
9+
<version>1.26.0</version>
1010
<!-- GWC VERSION -->
1111
</parent>
1212

geowebcache/tms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/ve/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/wms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

geowebcache/wmts/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.geowebcache</groupId>
77
<artifactId>geowebcache</artifactId>
8-
<version>1.26-SNAPSHOT</version>
8+
<version>1.26.0</version>
99
<!-- GWC VERSION -->
1010
</parent>
1111
<groupId>org.geowebcache</groupId>

0 commit comments

Comments
 (0)