Skip to content

Commit

Permalink
[maven-release-plugin] prepare release parent-5
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Mar 31, 2014
1 parent 50fdcaf commit eb34242
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions jjson-struts2/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>de.grobmeier.json</groupId>
<version>5-SNAPSHOT</version>
<version>5</version>
</parent>

<artifactId>jjson-struts2</artifactId>
<packaging>jar</packaging>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
<name>jjson-struts2</name>

<description>
Expand Down Expand Up @@ -45,7 +45,7 @@
<url>https://github.com/grobmeier/jjson</url>
<connection>scm:git:git://github.com/grobmeier/jjson.git</connection>
<developerConnection>scm:git:git@github.com:grobmeier/jjson.git</developerConnection>
<tag>HEAD</tag>
<tag>parent-5</tag>
</scm>

<mailingLists>
Expand Down Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>de.grobmeier.json</groupId>
<artifactId>jjson</artifactId>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
<scope>compile</scope>
</dependency>
<!-- Struts 2 -->
Expand Down
6 changes: 3 additions & 3 deletions jjson/pom.xml
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>de.grobmeier.json</groupId>
<version>5-SNAPSHOT</version>
<version>5</version>
</parent>

<artifactId>jjson</artifactId>
<packaging>jar</packaging>
<version>0.1.4-SNAPSHOT</version>
<version>0.1.4</version>
<name>jjson</name>
<description>
JJSON is a pure Java lib dealing with JSON. It does not need dependencies and is easy to use.
Expand All @@ -43,7 +43,7 @@
<url>https://github.com/grobmeier/jjson</url>
<connection>scm:git:git://github.com/grobmeier/jjson.git</connection>
<developerConnection>scm:git:git@github.com:grobmeier/jjson.git</developerConnection>
<tag>HEAD</tag>
<tag>parent-5</tag>
</scm>

<mailingLists>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>de.grobmeier.json</groupId>
<artifactId>parent</artifactId>
<version>5-SNAPSHOT</version>
<version>5</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -47,7 +47,7 @@
<url>https://github.com/grobmeier/jjson</url>
<connection>scm:git:git://github.com/grobmeier/jjson.git</connection>
<developerConnection>scm:git:git@github.com:grobmeier/jjson.git</developerConnection>
<tag>HEAD</tag>
<tag>parent-5</tag>
</scm>

<properties>
Expand Down

0 comments on commit eb34242

Please sign in to comment.