Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
zcourts committed Dec 17, 2014
1 parent 5b02fb4 commit 6b00994
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions boson/pom.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>boson</artifactId>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<packaging>jar</packaging>
<description>Higgs' Boson protocol implementation</description>
<!-- Inherit most settings from parent project -->
<parent>
<groupId>io.higgs</groupId>
<artifactId>higgs</artifactId>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>io.higgs</groupId>
<artifactId>core</artifactId>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</dependency>
<!-- Test -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>io.higgs</groupId>
<artifactId>higgs</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.higgs</groupId>
<artifactId>higgs</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.higgs</groupId>
<artifactId>higgs</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion http/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.higgs</groupId>
<artifactId>http</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<dependencies>
<!--for oauth url creation-->
Expand Down
2 changes: 1 addition & 1 deletion http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>io.higgs</groupId>
<artifactId>higgs</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<modules>
<module>server</module>
Expand Down
2 changes: 1 addition & 1 deletion http/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.higgs</groupId>
<artifactId>http</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<modules>
<module>s3</module>
Expand Down
2 changes: 1 addition & 1 deletion http/server/s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>io.higgs</groupId>
<artifactId>http-server</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion http/server/transformer-defaults/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.higgs</groupId>
<artifactId>http-server</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion http/server/transformer-handlebars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.higgs</groupId>
<artifactId>http-server</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<properties>
<handlebars-version>1.3.0</handlebars-version>
Expand Down
2 changes: 1 addition & 1 deletion http/server/transformer-mustache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.higgs</groupId>
<artifactId>http-server</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion http/server/transformer-thymeleaf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.higgs</groupId>
<artifactId>http-server</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.higgs</groupId>
<artifactId>higgs</artifactId>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>Message oritented networking library</description>
<inceptionYear>2012</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion websocket/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.higgs</groupId>
<artifactId>websocket</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>io.higgs</groupId>
<artifactId>higgs</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<modules>
<module>server</module>
Expand Down
2 changes: 1 addition & 1 deletion websocket/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>io.higgs</groupId>
<artifactId>websocket</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.0.9</version>
<version>0.0.10-SNAPSHOT</version>
</parent>
<dependencies>
</dependencies>
Expand Down

0 comments on commit 6b00994

Please sign in to comment.