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
marcelmay committed Oct 3, 2022
1 parent 7dcc78c commit 55d66f3
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions greenmail-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

<artifactId>greenmail</artifactId>
<packaging>jar</packaging>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>

<parent>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-parent</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions greenmail-docker/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<description>Docker image running GreenMail Standalone</description>

<artifactId>greenmail-docker-standalone</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
<!-- Does not actually provide a JAR, but requires the JAR Maven lifecycle
for unit test -->
<packaging>jar</packaging>
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-parent</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions greenmail-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

<artifactId>greenmail-junit4</artifactId>
<packaging>jar</packaging>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>

<parent>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-parent</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions greenmail-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

<artifactId>greenmail-junit5</artifactId>
<packaging>jar</packaging>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>

<parent>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-parent</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions greenmail-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-spring</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
<packaging>jar</packaging>
<name>== GreenMail Spring ==</name>
<description>GreenMail support for Spring</description>

<parent>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-parent</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions greenmail-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-standalone</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
<packaging>jar</packaging>
<name>== Greenmail Standalone ==</name>
<description>Run GreenMail standalone</description>

<parent>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-parent</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions greenmail-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-webapp</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
<packaging>war</packaging>
<name>== Greenmail Webapp ==</name>
<description>Embedded GreenMail Webapp</description>

<parent>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-parent</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>greenmail-parent</artifactId>
<packaging>pom</packaging>
<!-- This version should get inherited to all subprojects. -->
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>

<licenses>
<license>
Expand All @@ -31,7 +31,7 @@
<url>
https://github.com/greenmail-mail-test/greenmail
</url>
<tag>release-1.6.11</tag>
<tag>release-1.6.8</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -373,32 +373,32 @@
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-standalone</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-webapp</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-spring</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-junit4</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-junit5</artifactId>
<version>1.6.11</version>
<version>1.6.12-SNAPSHOT</version>
</dependency>

<!-- Third party -->
Expand Down

0 comments on commit 55d66f3

Please sign in to comment.