summaryrefslogtreecommitdiff
path: root/src/etc/poms/ant-javamail/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/poms/ant-javamail/pom.xml')
-rw-r--r--src/etc/poms/ant-javamail/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/poms/ant-javamail/pom.xml b/src/etc/poms/ant-javamail/pom.xml
index 05b2dec8d..9755350f4 100644
--- a/src/etc/poms/ant-javamail/pom.xml
+++ b/src/etc/poms/ant-javamail/pom.xml
@@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
- <version>1.10.13-SNAPSHOT</version>
+ <version>1.10.14-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-javamail</artifactId>
- <version>1.10.13-SNAPSHOT</version>
+ <version>1.10.14-SNAPSHOT</version>
<name>Apache Ant + JavaMail</name>
<description>implementation of the mail task based on javamail.
Required to send emails to SMTP servers using user/password combinations
@@ -41,7 +41,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.10.13-SNAPSHOT</version>
+ <version>1.10.14-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>