Skip to content

Commit

Permalink
Bump to next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 27, 2024
1 parent a514720 commit 94b9c5d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions commons-email2-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>commons-email2-bom</artifactId>
Expand All @@ -33,23 +33,23 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-core</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-jakarta</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-javax</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
<commons.parent.dir>${basedir}/..</commons.parent.dir>
<project.build.outputTimestamp>2024-06-15T13:06:11Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-27T19:30:55Z</project.build.outputTimestamp>
<checkstyle.skip>true</checkstyle.skip>
</properties>
</project>
4 changes: 2 additions & 2 deletions commons-email2-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -46,7 +46,7 @@
<properties>
<commons.parent.dir>${basedir}/..</commons.parent.dir>
<commons.module.name>org.apache.commons.mail2.core</commons.module.name>
<project.build.outputTimestamp>2024-06-15T13:06:11Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-27T19:30:55Z</project.build.outputTimestamp>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.classRatio>0.33</commons.jacoco.classRatio>
<commons.jacoco.instructionRatio>0.35</commons.jacoco.instructionRatio>
Expand Down
4 changes: 2 additions & 2 deletions commons-email2-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ limitations under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -35,7 +35,7 @@ limitations under the License.
<checkstyle.skip>true</checkstyle.skip>
<commons.parent.dir>${basedir}/..</commons.parent.dir>
<commons.release.isDistModule>true</commons.release.isDistModule>
<project.build.outputTimestamp>2024-06-15T13:06:11Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-27T19:30:55Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
6 changes: 3 additions & 3 deletions commons-email2-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-core</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
Expand Down Expand Up @@ -83,7 +83,7 @@
<properties>
<commons.parent.dir>${basedir}/..</commons.parent.dir>
<commons.module.name>org.apache.commons.mail2.jakarta</commons.module.name>
<project.build.outputTimestamp>2024-06-15T13:06:11Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-27T19:30:55Z</project.build.outputTimestamp>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>
<commons.jacoco.instructionRatio>0.83</commons.jacoco.instructionRatio>
Expand Down
6 changes: 3 additions & 3 deletions commons-email2-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-parent</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email2-core</artifactId>
<version>2.0.0-M1</version>
<version>2.0.0-M2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
Expand Down Expand Up @@ -83,7 +83,7 @@
<properties>
<commons.parent.dir>${basedir}/..</commons.parent.dir>
<commons.module.name>org.apache.commons.mail2.javax</commons.module.name>
<project.build.outputTimestamp>2024-06-15T13:06:11Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-27T19:30:55Z</project.build.outputTimestamp>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>
<commons.jacoco.instructionRatio>0.83</commons.jacoco.instructionRatio>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-email2-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.0-M1</version>
<version>2.0.0-M2-SNAPSHOT</version>
<name>Apache Commons Email Parent POM</name>

<inceptionYear>2001</inceptionYear>
Expand Down Expand Up @@ -89,7 +89,7 @@
<mockito-core.version>5.12.0</mockito-core.version>
<!--Skip JApiCmp for 1.x to 2.0. -->
<japicmp.skip>true</japicmp.skip>
<project.build.outputTimestamp>2024-06-15T13:06:11Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-27T19:30:55Z</project.build.outputTimestamp>
<surefire.argline></surefire.argline>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
Expand Down

0 comments on commit 94b9c5d

Please sign in to comment.