Skip to content

Commit 1a0ecb3

Browse files
committed
Revert "Updated version to 1.27.3"
This reverts commit 007b66e.
1 parent 3095fe7 commit 1a0ecb3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.7'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '1.27.3'
50+
release = '1.27.2'
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
@@ -720,7 +720,7 @@
720720
<descriptor>release/war.xml</descriptor>
721721
<descriptor>release/doc.xml</descriptor>
722722
</descriptors>
723-
<finalName>geowebcache-1.27.3</finalName>
723+
<finalName>geowebcache-1.27.2</finalName>
724724
<outputDirectory>${project.build.directory}/release</outputDirectory>
725725
</configuration>
726726
</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.27.3<!-- /GWC VERSION -->/doc</outputDirectory>
10+
<outputDirectory>geowebcache-<!-- GWC VERSION -->1.27.2<!-- /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.27.3<!-- /GWC VERSION -->/</outputDirectory>
10+
<outputDirectory>geowebcache-<!-- GWC VERSION -->1.27.2<!-- /GWC VERSION -->/</outputDirectory>
1111
<useDefaultExcludes>true</useDefaultExcludes>
1212
<excludes>
1313
<exclude>**/${project.build.directory}/**</exclude>

0 commit comments

Comments
 (0)