Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Apr 4, 2024
1 parent ec5b070 commit b70aa88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootique-simplejavamail-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.bootique.simplejavamail</groupId>
<artifactId>bootique-simplejavamail-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M3</version>
</parent>
<artifactId>bootique-simplejavamail-jakarta</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion bootique-simplejavamail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.bootique.simplejavamail</groupId>
<artifactId>bootique-simplejavamail-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M3</version>
</parent>
<artifactId>bootique-simplejavamail</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>io.bootique.simplejavamail</groupId>
<artifactId>bootique-simplejavamail-parent</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.0-M3</version>

<packaging>pom</packaging>

Expand All @@ -34,7 +34,7 @@
<scm>
<developerConnection>scm:git:ssh://[email protected]/bootique/bootique-simplejavamail</developerConnection>
<url>https://github.com/bootique/bootique-simplejavamail</url>
<tag>HEAD</tag>
<tag>3.0-M3</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit b70aa88

Please sign in to comment.