Skip to content

Commit

Permalink
set version to 1.3-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Dec 20, 2011
1 parent 0668f48 commit 2d6eff7
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion geowebcache/arcgiscache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-arcgiscache</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/diskquota/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-diskquota</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/georss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-georss</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/gmaps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-gmaps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/kml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-kml</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions geowebcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<packaging>pom</packaging>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
<name>geowebcache</name>
<url>http://geowebcache.org</url>

Expand Down Expand Up @@ -426,7 +426,7 @@
<descriptor>release/war.xml</descriptor>
<descriptor>release/doc.xml</descriptor>
</descriptors>
<finalName>geowebcache-1.3-SNAPSHOT</finalName>
<finalName>geowebcache-1.3-RC2</finalName>
<outputDirectory>${project.build.directory}/release</outputDirectory>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/release/doc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<fileSets>
<fileSet>
<directory>../documentation/en/user/build/html</directory>
<outputDirectory>geowebcache-1.3-SNAPSHOT/doc</outputDirectory>
<outputDirectory>geowebcache-1.3-RC2/doc</outputDirectory>
<includes>
<include>**/*</include>
</includes>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/release/src.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<fileSets>
<fileSet>
<directory>${project.basedir}</directory>
<outputDirectory>geowebcache-1.3-SNAPSHOT/</outputDirectory>
<outputDirectory>geowebcache-1.3-RC2/</outputDirectory>
<useDefaultExcludes>true</useDefaultExcludes>
<excludes>
<exclude>**/${project.build.directory}/**</exclude>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-rest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/tms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-tms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/ve/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-ve</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/wms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-wms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geowebcache/wmts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.geowebcache</groupId>
<artifactId>geowebcache</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3-RC2</version>
</parent>
<groupId>org.geowebcache</groupId>
<artifactId>gwc-wmts</artifactId>
Expand Down

0 comments on commit 2d6eff7

Please sign in to comment.