We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8646866 commit aa74be2Copy full SHA for aa74be2
pom.xml
@@ -6,7 +6,7 @@
6
<version>0.1</version>
7
</parent>
8
<artifactId>subethasmtp</artifactId>
9
- <version>5.2.4-SNAPSHOT</version>
+ <version>5.2.4</version>
10
<packaging>jar</packaging>
11
<name>${project.artifactId}</name>
12
<description>A fork of a fork (!) of SubEtha, an easy-to-use server-side SMTP library for Java.</description>
@@ -23,7 +23,7 @@
23
<connection>scm:git:https://github.com/davidmoten/subethasmtp.git</connection>
24
<developerConnection>scm:git:https://github.com/davidmoten/subethasmtp.git</developerConnection>
25
<url>scm:git:https://github.com:davidmoten/subethasmtp.git</url>
26
- <tag>HEAD</tag>
+ <tag>5.2.4</tag>
27
</scm>
28
<issueManagement>
29
<system>GitHub</system>
0 commit comments