Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of parent-3
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Aug 29, 2013
1 parent 5df4b0c commit 2ec6857
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions jjson-struts2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>de.grobmeier.json</groupId>
<version>4-SNAPSHOT</version>
<version>3-SNAPSHOT</version>
</parent>
<groupId>de.grobmeier.json</groupId>
<artifactId>jjson-struts2</artifactId>
<packaging>jar</packaging>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.4-SNAPSHOT</version>
<name>jjson-struts2</name>

<description>
Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>de.grobmeier.json</groupId>
<artifactId>jjson</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>de.grobmeier.json</groupId>
<version>4-SNAPSHOT</version>
<version>3-SNAPSHOT</version>
</parent>
<groupId>de.grobmeier.json</groupId>
<artifactId>jjson</artifactId>
<packaging>jar</packaging>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</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 Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

<packaging>pom</packaging>

Expand Down

0 comments on commit 2ec6857

Please sign in to comment.