Skip to content

Commit 9cd3497

Browse files
[maven-release-plugin] prepare release fakesmtp-3.0
1 parent 35fd16b commit 9cd3497

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>org.tmcw.fakesmtp</groupId>
65
<artifactId>fakesmtp</artifactId>
7-
<version>3.0-SNAPSHOT</version>
6+
<version>3.0</version>
87
<packaging>jar</packaging>
98

109
<name>FakeSMTP</name>
@@ -18,7 +17,8 @@
1817
<scm>
1918
<connection>scm:git:https://github.com/thomas-mc-work/fakesmtp.git</connection>
2019
<url>https://github.com/thomas-mc-work/fakesmtp</url>
21-
</scm>
20+
<tag>fakesmtp-3.0</tag>
21+
</scm>
2222

2323
<properties>
2424
<maven.compiler.source>1.7</maven.compiler.source>

0 commit comments

Comments
 (0)