Skip to content

Commit 9c7d684

Browse files
committed
Updated version to 2.0-SNAPSHOT
1 parent e63a431 commit 9c7d684

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

documentation/en/user/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# other places throughout the built documents.
4646
#
4747
# The short X.Y version.
48-
version = '1.28'
48+
version = '2.0'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.28.x'
50+
release = '2.0-SNAPSHOT'
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</distributionManagement>
5252

5353
<properties>
54-
<gt.version>34-SNAPSHOT-SNAPSHOT</gt.version>
54+
<gt.version>35-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>
@@ -595,7 +595,7 @@
595595
<descriptor>release/war.xml</descriptor>
596596
<descriptor>release/doc.xml</descriptor>
597597
</descriptors>
598-
<finalName>geowebcache-1.28-SNAPSHOT</finalName>
598+
<finalName>geowebcache-2.0-SNAPSHOT</finalName>
599599
<outputDirectory>${project.build.directory}/release</outputDirectory>
600600
</configuration>
601601
</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.28-SNAPSHOT<!-- /GWC VERSION -->/doc</outputDirectory>
10+
<outputDirectory>geowebcache-<!-- GWC VERSION -->2.0-SNAPSHOT<!-- /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.28-SNAPSHOT<!-- /GWC VERSION -->/</outputDirectory>
10+
<outputDirectory>geowebcache-<!-- GWC VERSION -->2.0-SNAPSHOT<!-- /GWC VERSION -->/</outputDirectory>
1111
<useDefaultExcludes>true</useDefaultExcludes>
1212
<excludes>
1313
<exclude>**/${project.build.directory}/**</exclude>

0 commit comments

Comments
 (0)