Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Apr 11, 2017
1 parent f700d19 commit dbda726
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion majordodo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- no parent! this is only a http client API without any direct dependency on Majordodo core -->
<modelVersion>4.0.0</modelVersion>
<name>Majordodo Client</name>
<version>0.10.0</version>
<version>0.10.1</version>
<groupId>org.majordodo</groupId>
<artifactId>majordodo-client</artifactId>
<url>http://majordodo.org</url>
Expand Down
2 changes: 1 addition & 1 deletion majordodo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.majordodo</groupId>
<version>0.10.0</version>
<version>0.10.1</version>
<relativePath>..</relativePath>
<artifactId>majordodo-parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion majordodo-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>majordodo-parent</artifactId>
<groupId>org.majordodo</groupId>
<version>0.10.0</version>
<version>0.10.1</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion majordodo-net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.majordodo</groupId>
<version>0.10.0</version>
<version>0.10.1</version>
<relativePath>..</relativePath>
<artifactId>majordodo-parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion majordodo-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>majordodo-parent</artifactId>
<groupId>org.majordodo</groupId>
<version>0.10.0</version>
<version>0.10.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion majordodo-site-skin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.majordodo</groupId>
<artifactId>majordodo-parent</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>
<artifactId>majordodo-site-skin</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion majordodo-test-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- no parent! this is only a http client API without any direct dependency on Majordodo core -->
<modelVersion>4.0.0</modelVersion>
<name>Majordodo Test Clients</name>
<version>0.10.0</version>
<version>0.10.1</version>
<groupId>org.majordodo</groupId>
<artifactId>majordodo-test-clients</artifactId>
<build>
Expand Down
2 changes: 1 addition & 1 deletion majordodo-web-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>majordodo-parent</artifactId>
<groupId>org.majordodo</groupId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>

<artifactId>majordodo-web-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion majordodo-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.majordodo</groupId>
<artifactId>majordodo-parent</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</parent>
<artifactId>majordodo-website</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion majordodo-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- no parent! this is only a http client API without any direct dependency on Majordodo core -->
<modelVersion>4.0.0</modelVersion>
<name>Majordodo Worker Implementations</name>
<version>0.10.0</version>
<version>0.10.1</version>
<groupId>org.majordodo</groupId>
<artifactId>majordodo-worker</artifactId>
<url>http://majordodo.org</url>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.majordodo</groupId>
<artifactId>majordodo-parent</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
<packaging>pom</packaging>
<name>Majordodo</name>
<url>http://majordodo.org</url>
Expand Down

0 comments on commit dbda726

Please sign in to comment.