Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Olivelli - Diennea committed Jan 10, 2019
1 parent a94b513 commit a8380f7
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions majordodo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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.14.0-SNAPSHOT</version>
<version>0.14.0</version>
<groupId>org.majordodo</groupId>
<artifactId>majordodo-client</artifactId>
<url>http://majordodo.org</url>
Expand All @@ -17,7 +17,7 @@
</licenses>
<scm>
<url>https://github.com/diennea/majordodo.git</url>
<tag>release/0.14</tag>
<tag>v0.14.0</tag>
</scm>
<developers>
<developer>
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.14.0-SNAPSHOT</version>
<version>0.14.0</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 @@ -3,7 +3,7 @@
<parent>
<artifactId>majordodo-parent</artifactId>
<groupId>org.majordodo</groupId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0</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.14.0-SNAPSHOT</version>
<version>0.14.0</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 @@ -3,7 +3,7 @@
<parent>
<artifactId>majordodo-parent</artifactId>
<groupId>org.majordodo</groupId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0</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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.majordodo</groupId>
<artifactId>majordodo-parent</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0</version>
</parent>
<artifactId>majordodo-site-skin</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions majordodo-test-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<!-- 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.14.0-SNAPSHOT</version>
<version>0.14.0</version>
<groupId>org.majordodo</groupId>
<artifactId>majordodo-test-clients</artifactId>
<scm>
<url>scm:git:https://github.com/diennea/majordodo.git</url>
<developerConnection>scm:git:https://github.com/diennea/majordodo.git</developerConnection>
<tag>release/0.14</tag>
<tag>v0.14.0</tag>
</scm>
<build>
<plugins>
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.14.0-SNAPSHOT</version>
<version>0.14.0</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.14.0-SNAPSHOT</version>
<version>0.14.0</version>
</parent>
<artifactId>majordodo-website</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions majordodo-worker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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.14.0-SNAPSHOT</version>
<version>0.14.0</version>
<groupId>org.majordodo</groupId>
<artifactId>majordodo-worker</artifactId>
<url>http://majordodo.org</url>
Expand All @@ -18,7 +18,7 @@
<scm>
<url>scm:git:https://github.com/diennea/majordodo.git</url>
<developerConnection>scm:git:https://github.com/diennea/majordodo.git</developerConnection>
<tag>release/0.14</tag>
<tag>v0.14.0</tag>
</scm>
<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions 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.14.0-SNAPSHOT</version>
<version>0.14.0</version>
<packaging>pom</packaging>
<name>Majordodo</name>
<url>http://majordodo.org</url>
Expand All @@ -18,7 +18,7 @@
<scm>
<url>scm:git:https://github.com/diennea/majordodo.git</url>
<developerConnection>scm:git:https://github.com/diennea/majordodo.git</developerConnection>
<tag>release/0.14</tag>
<tag>v0.14.0</tag>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit a8380f7

Please sign in to comment.