Skip to content

Commit c3e12bf

Browse files
committed
fix versions
1 parent 44582f1 commit c3e12bf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/etc/poms/ant-jakartamail/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.12-SNAPSHOT</version>
29+
<version>1.10.13-SNAPSHOT</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>https://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-jakartamail</artifactId>
35-
<version>1.10.12-SNAPSHOT</version>
35+
<version>1.10.13-SNAPSHOT</version>
3636
<name>Apache Ant + JakartaMail</name>
3737
<description>implementation of the mail task based on Jakarta EE mail.
3838
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
4141
<dependency>
4242
<groupId>org.apache.ant</groupId>
4343
<artifactId>ant</artifactId>
44-
<version>1.10.12-SNAPSHOT</version>
44+
<version>1.10.13-SNAPSHOT</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
<dependency>

src/main/org/apache/tools/ant/taskdefs/email/JakartaMimeMailer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
/**
5959
* Uses the JakartaMail classes to send Mime format email.
6060
*
61-
* @since Ant 1.10.12
61+
* @since Ant 1.10.13
6262
*/
6363
public class JakartaMimeMailer extends Mailer {
6464
private static final String SSL_FACTORY = "javax.net.ssl.SSLSocketFactory";

0 commit comments

Comments
 (0)