Skip to content

Commit 197d829

Browse files
committed
[maven-release-plugin] prepare release 4.0-M2
1 parent 7c2a05f commit 197d829

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

bootique-simplejavamail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.bootique.simplejavamail</groupId>
66
<artifactId>bootique-simplejavamail-parent</artifactId>
7-
<version>4.0-SNAPSHOT</version>
7+
<version>4.0-M2</version>
88
</parent>
99

1010
<artifactId>bootique-simplejavamail</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -10,7 +9,7 @@
109

1110
<groupId>io.bootique.simplejavamail</groupId>
1211
<artifactId>bootique-simplejavamail-parent</artifactId>
13-
<version>4.0-SNAPSHOT</version>
12+
<version>4.0-M2</version>
1413

1514
<packaging>pom</packaging>
1615

@@ -33,7 +32,7 @@
3332
<scm>
3433
<developerConnection>scm:git:ssh://git@github.com/bootique/bootique-simplejavamail</developerConnection>
3534
<url>https://github.com/bootique/bootique-simplejavamail</url>
36-
<tag>HEAD</tag>
35+
<tag>4.0-M2</tag>
3736
</scm>
3837

3938
<dependencyManagement>

0 commit comments

Comments
 (0)