Skip to content

Commit

Permalink
bumping a version 3 times! because it's so deliciously easy to screw …
Browse files Browse the repository at this point in the history
…one up and prematurely use a version number in the github user interface
  • Loading branch information
jim committed Dec 15, 2015
1 parent 4ff2a98 commit a5f9472
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.0xCopy.RelaxFactory</groupId>
<artifactId>relaxfactory</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>pom</packaging>
<properties>
<gwt.draftCompile>false</gwt.draftCompile>
Expand Down
2 changes: 1 addition & 1 deletion rxf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.0xCopy.RelaxFactory</groupId>
<artifactId>relaxfactory</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>

<artifactId>rxf-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rxf-couch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>rxf-couch</artifactId>
<parent>
<groupId>com.github.0xCopy.RelaxFactory</groupId>
<version>1.0.2</version>
<version>1.0.3</version>
<artifactId>relaxfactory</artifactId>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rxf-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>relaxfactory</artifactId>
<groupId>com.github.0xCopy.RelaxFactory</groupId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<artifactId>rxf-guice</artifactId>
<name>rxf DI tools</name>
Expand Down
2 changes: 1 addition & 1 deletion rxf-pouch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.0xCopy.RelaxFactory</groupId>
<artifactId>relaxfactory</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<artifactId>rxf-pouch</artifactId>
<name>rxf-pouch</name>
Expand Down
2 changes: 1 addition & 1 deletion rxf-rpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>rxf-rpc</artifactId>
<parent>
<groupId>com.github.0xCopy.RelaxFactory</groupId>
<version>1.0.2</version>
<version>1.0.3</version>
<artifactId>relaxfactory</artifactId>
</parent>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion rxf-rsync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.0xCopy.RelaxFactory</groupId>
<artifactId>relaxfactory</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<name>rxf-rsync</name>
<url>http://maven.apache.org</url>
Expand Down
2 changes: 1 addition & 1 deletion rxf-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>rxf-shared</artifactId>
<parent>
<groupId>com.github.0xCopy.RelaxFactory</groupId>
<version>1.0.2</version>
<version>1.0.3</version>
<artifactId>relaxfactory</artifactId>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion rxf-sslsandbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.0xCopy.RelaxFactory</groupId>
<artifactId>relaxfactory</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion ws_sandbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.0xCopy.RelaxFactory</groupId>
<artifactId>relaxfactory</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</parent>
<artifactId>ws_sandbox</artifactId>
<name>ws_sandbox</name>
Expand Down

0 comments on commit a5f9472

Please sign in to comment.