Skip to content

Commit

Permalink
[maven-release-plugin] prepare release release-1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed Mar 19, 2016
1 parent 9ca412d commit 1efb70f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 27 deletions.
7 changes: 3 additions & 4 deletions greenmail-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
<?xml version='1.0'?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>== GreenMail Core ==</name>
<description>GreenMail - Email Test Servers</description>
<url>http://www.icegreen.com/greenmail/</url>

<artifactId>greenmail</artifactId>
<packaging>jar</packaging>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>

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

Expand Down
7 changes: 3 additions & 4 deletions greenmail-docker/standalone/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>== GreenMail Docker :: Standalone ==</name>
<description>Docker image running GreenMail Standalone</description>

<artifactId>greenmail-docker-standalone</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>

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

Expand Down
4 changes: 2 additions & 2 deletions greenmail-jboss-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-jboss-service</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>jboss-sar</packaging>
<name>== GreenMail JBoss Service ==</name>
<description>JBoss Service MBean for GreenMail</description>
Expand All @@ -11,7 +11,7 @@
<parent>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</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.4.2-SNAPSHOT</version>
<version>1.5.0</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.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions greenmail-standalone/pom.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-standalone</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>jar</packaging>
<name>== Greenmail Standalone ==</name>
<description>Run GreenMail standalone</description>

<parent>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-parent</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</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.4.2-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>war</packaging>
<name>== Greenmail Webapp ==</name>
<description>Embedded GreenMail Webapp</description>

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

Expand Down
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version='1.0'?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>== GreenMail ==</name>
<description>GreenMail - Email Test Servers</description>
Expand All @@ -12,7 +11,7 @@
<artifactId>greenmail-parent</artifactId>
<packaging>pom</packaging>
<!-- This version should get inherited to all subprojects. -->
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>

<prerequisites>
<maven>3.2.1</maven>
Expand All @@ -36,7 +35,7 @@
<url>
https://github.com/greenmail-mail-test/greenmail
</url>
<tag>HEAD</tag>
<tag>release-1.5.0</tag>
</scm>

<issueManagement>
Expand Down Expand Up @@ -274,27 +273,27 @@
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-standalone</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-webapp</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-spring</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-jboss-service</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.0</version>
</dependency>

<!-- Compile scope (=default) -->
Expand Down

0 comments on commit 1efb70f

Please sign in to comment.