Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-borkowski committed Feb 20, 2015
1 parent 2243d2d commit c34aa87
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion spiceJ/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>at.borkowski.spicej</groupId>
<artifactId>spicej</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>

<artifactId>core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions spiceJ/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>at.borkowski.spicej</groupId>
<artifactId>spicej</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>

<name>${project.friendly-name}</name>
<url>https://github.com/michael-borkowski/spiceJ</url>
Expand Down Expand Up @@ -173,7 +173,7 @@
<connection>${scm-url}</connection>
<url>${scm-url}</url>
<developerConnection>${scm-url}</developerConnection>
<tag>HEAD</tag>
<tag>0.0.5</tag>
</scm>

<licenses>
Expand Down
4 changes: 2 additions & 2 deletions spiceJ/proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>at.borkowski.spicej</groupId>
<artifactId>spicej</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>

<artifactId>proxy</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>at.borkowski.spicej</groupId>
<artifactId>core</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>

<!-- Command line parsing -->
Expand Down
6 changes: 3 additions & 3 deletions spiceJ/real-time-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>at.borkowski.spicej</groupId>
<artifactId>spicej</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</parent>

<artifactId>real-time-tests</artifactId>
Expand All @@ -15,12 +15,12 @@
<dependency>
<groupId>at.borkowski.spicej</groupId>
<artifactId>core</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>
<dependency>
<groupId>at.borkowski.spicej</groupId>
<artifactId>proxy</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>0.0.5</version>
</dependency>

<!-- Testing -->
Expand Down

0 comments on commit c34aa87

Please sign in to comment.