Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of shared-0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
calavera committed Mar 23, 2011
1 parent fafe3ed commit 58061a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions maven/mirah-complete/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.mirah</groupId>
<artifactId>shared</artifactId>
<version>0.0.7</version>
<version>0.0.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mirah</groupId>
<artifactId>mirah-complete</artifactId>
<packaging>jar</packaging>
<version>0.0.7</version>
<version>0.0.7-SNAPSHOT</version>
<name>Mirah Complete</name>

<build>
Expand Down
4 changes: 2 additions & 2 deletions maven/mirah/pom.xml
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.mirah</groupId>
<artifactId>shared</artifactId>
<version>0.0.7</version>
<version>0.0.7-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.mirah</groupId>
<artifactId>mirah</artifactId>
<packaging>jar</packaging>
<version>0.0.7</version>
<version>0.0.7-SNAPSHOT</version>
<name>Mirah</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.mirah</groupId>
<artifactId>shared</artifactId>
<packaging>pom</packaging>
<version>0.0.7</version>
<version>0.0.7-SNAPSHOT</version>
<name>Mirah Shared</name>
<url>http://mirah.org</url>
<description>The Mirah Programming Language</description>
Expand Down

0 comments on commit 58061a6

Please sign in to comment.