Skip to content

Commit 6674c3a

Browse files
committed
Updated version to 1.28-SNAPSHOT
1 parent 74e4d8e commit 6674c3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASE_NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Initial release, this is the first release requiring a Java 17 enviornment.
66
Improvements:
77
+++++++++++++
88
- Update to Java 17 minimum, and apply OpenRewrite Improvements to codebase
9-
- Migrate from JAI to ImageN image processing engine
9+
- Migrate from JAI 1.1.3 to ImageN 0.9.0 image processing engine
1010
- Use GeoTools ImageWorker transition to ImageN operators
11-
11+
- Use GeoTools bill-of-materials to manage library dependencies and third party dependencies
1212

1313
GeoWebCache 1.28-M0 (2025-09-18)
1414
--------------------------------

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

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

geowebcache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</distributionManagement>
5252

5353
<properties>
54-
<gt.version>34-SNAPSHOT</gt.version>
54+
<gt.version>34-SNAPSHOT-SNAPSHOT</gt.version>
5555
<spring.version>5.3.39</spring.version>
5656
<spring.security.version>5.7.13</spring.security.version>
5757
<xstream.version>1.4.21</xstream.version>

0 commit comments

Comments
 (0)