File tree Expand file tree Collapse file tree
main/org/apache/tools/ant/taskdefs/email Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 */
6363public class JakartaMimeMailer extends Mailer {
6464 private static final String SSL_FACTORY = "javax.net.ssl.SSLSocketFactory" ;
You can’t perform that action at this time.
0 commit comments