Skip to content

Commit 29d80e3

Browse files
committed
Set version to 1.7.2
1 parent 9d9409b commit 29d80e3

File tree

20 files changed

+22
-22
lines changed

20 files changed

+22
-22
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.7.x'
50+
release = '1.7.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/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.7-SNAPSHOT</version>
8+
<version>1.7.2</version>
99
</parent>
1010
<groupId>org.geowebcache</groupId>
1111
<artifactId>gwc-arcgiscache</artifactId>

geowebcache/core/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.7-SNAPSHOT</version>
9+
<version>1.7.2</version>
1010
</parent>
1111
<groupId>org.geowebcache</groupId>
1212
<artifactId>gwc-core</artifactId>

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.7-SNAPSHOT</version>
8+
<version>1.7.2</version>
99
</parent>
1010
<groupId>org.geowebcache</groupId>
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.7-SNAPSHOT</version>
8+
<version>1.7.2</version>
99
</parent>
1010
<groupId>org.geowebcache</groupId>
1111
<artifactId>gwc-diskquota-core</artifactId>

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.7-SNAPSHOT</version>
9+
<version>1.7.2</version>
1010
</parent>
1111
<groupId>org.geowebcache</groupId>
1212
<artifactId>gwc-diskquota-jdbc</artifactId>

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.7-SNAPSHOT</version>
8+
<version>1.7.2</version>
99
</parent>
1010
<groupId>org.geowebcache</groupId>
1111
<artifactId>gwc-diskquota</artifactId>

geowebcache/distributed/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.7-SNAPSHOT</version>
8+
<version>1.7.2</version>
99
</parent>
1010
<groupId>org.geowebcache</groupId>
1111
<artifactId>gwc-distributed</artifactId>

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.7-SNAPSHOT</version>
8+
<version>1.7.2</version>
99
</parent>
1010
<groupId>org.geowebcache</groupId>
1111
<artifactId>gwc-georss</artifactId>

geowebcache/gmaps/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.7-SNAPSHOT</version>
9+
<version>1.7.2</version>
1010
</parent>
1111
<groupId>org.geowebcache</groupId>
1212
<artifactId>gwc-gmaps</artifactId>

0 commit comments

Comments
 (0)