Skip to content

Commit a09f77d

Browse files
committed
Set version to 1.7.3
1 parent 9905879 commit a09f77d

File tree

23 files changed

+757
-21
lines changed

23 files changed

+757
-21
lines changed

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

geowebcache/kml/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.3</version>
1010
</parent>
1111
<groupId>org.geowebcache</groupId>
1212
<artifactId>gwc-kml</artifactId>

geowebcache/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<groupId>org.geowebcache</groupId>
66
<artifactId>geowebcache</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.7-SNAPSHOT</version>
8+
<version>1.7.3</version>
99
<name>geowebcache</name>
1010
<url>http://geowebcache.org</url>
1111

1212
<properties>
13-
<gt.version>13-SNAPSHOT</gt.version>
13+
<gt.version>13.3</gt.version>
1414
<jts.version>1.13</jts.version>
1515
<spring.version>3.1.1.RELEASE</spring.version>
1616
<restlet.version>1.0.8</restlet.version>
@@ -600,7 +600,7 @@
600600
<descriptor>release/war.xml</descriptor>
601601
<descriptor>release/doc.xml</descriptor>
602602
</descriptors>
603-
<finalName>geowebcache-1.7-SNAPSHOT</finalName>
603+
<finalName>geowebcache-1.7.3</finalName>
604604
<outputDirectory>${project.build.directory}/release</outputDirectory>
605605
</configuration>
606606
</plugin>

0 commit comments

Comments
 (0)