Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Clark committed Mar 25, 2013
1 parent 6e239b9 commit e7ce950
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion hegemon-annotations/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cueup.hegemon</groupId>
<artifactId>hegemon-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<groupId>com.cueup.hegemon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hegemon-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cueup.hegemon</groupId>
<artifactId>hegemon-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<groupId>com.cueup.hegemon</groupId>
Expand Down
4 changes: 2 additions & 2 deletions hegemon-guice/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cueup.hegemon</groupId>
<artifactId>hegemon-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<groupId>com.cueup.hegemon</groupId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.cueup.hegemon</groupId>
<artifactId>hegemon-core</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down
4 changes: 2 additions & 2 deletions hegemon-stdlib/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cueup.hegemon</groupId>
<artifactId>hegemon-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<groupId>com.cueup.hegemon</groupId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.cueup.hegemon</groupId>
<artifactId>hegemon-testing</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion hegemon-testing/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cueup.hegemon</groupId>
<artifactId>hegemon-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<groupId>com.cueup.hegemon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion hegemon-testserver/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.cueup.hegemon</groupId>
<artifactId>hegemon-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</parent>

<groupId>com.cueup.hegemon</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.cueup.hegemon</groupId>
<artifactId>hegemon-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>pom</packaging>

<parent>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:git://github.com/Cue/hegemon-example.git</connection>
<developerConnection>scm:git:git@github.com:Cue/hegemon.git</developerConnection>
<url>git://github.com/Cue/hegemon.git</url>
<tag>HEAD</tag>
<tag>v0.0.2</tag>
</scm>

<developers>
Expand Down

0 comments on commit e7ce950

Please sign in to comment.