Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeslopalo committed Nov 10, 2014
1 parent c256859 commit b7a2ae5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions flash-messages-bom/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../flash-messages-parent/pom.xml</relativePath>
</parent>

Expand All @@ -19,22 +19,22 @@
<dependency>
<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages-core</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages-taglibs</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
<dependency>
<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages-spring</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion flash-messages-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../flash-messages-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion flash-messages-parent/pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>pom</packaging>

<name>Flash Messages POM</name>
Expand Down
4 changes: 2 additions & 2 deletions flash-messages-spring/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../flash-messages-parent/pom.xml</relativePath>
</parent>

Expand All @@ -31,7 +31,7 @@
<!-- Flash messages core -->
<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages-core</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions flash-messages-taglibs/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages-parent</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../flash-messages-parent/pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +19,7 @@
<!-- Flash messages core -->
<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages-core</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>es.sandbox.ui.messages</groupId>
<artifactId>flash-messages</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>pom</packaging>

<name>Flash Messages multimodule super POM</name>
Expand Down

0 comments on commit b7a2ae5

Please sign in to comment.