Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Mar 19, 2015
1 parent 8a63108 commit d33133a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion grumpy-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>grumpy</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>grumpy-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion grumpy-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>grumpy</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>grumpy-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion grumpy-ogc-layers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>grumpy</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>grumpy-ogc-layers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion grumpy-ogc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>grumpy</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>grumpy-ogc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion grumpy-projection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>grumpy</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>grumpy-projection</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>grumpy</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>

<name>${project.artifactId}</name>
<description>OGC tools including WMS server</description>
Expand Down Expand Up @@ -75,7 +75,7 @@
<connection>scm:git:git@github.com:davidmoten/grumpy.git</connection>
<developerConnection>scm:git:git@github.com:davidmoten/grumpy.git</developerConnection>
<url>scm:git:git@github.com:davidmoten/grumpy.git</url>
<tag>HEAD</tag>
<tag>0.2.3</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion wms-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>grumpy</artifactId>
<version>0.2.3-SNAPSHOT</version>
<version>0.2.3</version>
</parent>

<artifactId>wms-demo</artifactId>
Expand Down

0 comments on commit d33133a

Please sign in to comment.