Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Jan 22, 2019
1 parent e823b71 commit c3f5600
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 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.4-SNAPSHOT</version>
<version>0.2.4</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.4-SNAPSHOT</version>
<version>0.2.4</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.4-SNAPSHOT</version>
<version>0.2.4</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.4-SNAPSHOT</version>
<version>0.2.4</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.4-SNAPSHOT</version>
<version>0.2.4</version>
</parent>

<artifactId>grumpy-projection</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -12,7 +10,7 @@
</parent>

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

<name>${project.artifactId}</name>
<description>OGC tools including WMS server</description>
Expand Down Expand Up @@ -80,7 +78,7 @@
<connection>${scm.url}</connection>
<developerConnection>${scm.url}</developerConnection>
<url>${scm.url}</url>
<tag>HEAD</tag>
<tag>0.2.4</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.4-SNAPSHOT</version>
<version>0.2.4</version>
</parent>

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

0 comments on commit c3f5600

Please sign in to comment.