File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ two parts:
1010
1111## Latest Version
1212
13- Latest version is 1.1.0 . (Jakarta API). For javax.main.* API please use 1.0.2.
13+ Latest version is 1.1.1 . (Jakarta API). For javax.main.* API please use 1.0.2.
1414
1515## Documentation
1616
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Maven Coordinates:
1717 <dependency>
1818 <groupId>eu.ralph-schuster</groupId>
1919 <artifactId>mail-queue</artifactId>
20- <version>1.1.0 </version>
20+ <version>1.1.1 </version>
2121 </dependency>
2222```
2323
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >eu.ralph-schuster</groupId >
55 <artifactId >mail</artifactId >
6- <version >1.1.0 </version >
6+ <version >1.1.1 </version >
77 </parent >
88
99 <properties >
4444 <groupId >org.apache.maven.plugins</groupId >
4545 <artifactId >maven-javadoc-plugin</artifactId >
4646 <configuration >
47- <header ><![CDATA[ <a href="${project.url }" target="_new">Visit the ${project.name} Homepage</a>]]> </header >
47+ <header ><![CDATA[ <a href="${project.home }" target="_new">Visit the ${project.name} Homepage</a>]]> </header >
4848 <detectJavaApiLink >false</detectJavaApiLink >
4949 </configuration >
5050 </plugin >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Maven Coordinates:
1616 <dependency>
1717 <groupId>eu.ralph-schuster</groupId>
1818 <artifactId>mail-templates</artifactId>
19- <version>1.1.0 </version>
19+ <version>1.1.1 </version>
2020 </dependency>
2121```
2222
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >eu.ralph-schuster</groupId >
55 <artifactId >mail</artifactId >
6- <version >1.1.0 </version >
6+ <version >1.1.1 </version >
77 </parent >
88
99 <properties >
5656 <groupId >org.apache.maven.plugins</groupId >
5757 <artifactId >maven-javadoc-plugin</artifactId >
5858 <configuration >
59- <header ><![CDATA[ <a href="${project.url }" target="_new">Visit the ${project.name} Homepage</a>]]> </header >
59+ <header ><![CDATA[ <a href="${project.home }" target="_new">Visit the ${project.name} Homepage</a>]]> </header >
6060 <detectJavaApiLink >false</detectJavaApiLink >
6161 </configuration >
6262 </plugin >
Original file line number Diff line number Diff line change 1313 </properties >
1414
1515 <artifactId >mail</artifactId >
16- <version >1.1.0 </version >
16+ <version >1.1.1 </version >
1717 <packaging >pom</packaging >
1818
1919 <url >https://github.com/technicalguru/java-mail</url >
2424 <connection >scm:git:https://github.com/technicalguru/java-mail.git</connection >
2525 <developerConnection >scm:git:https://github.com/technicalguru/java-mail.git</developerConnection >
2626 <url >https://github.com/technicalguru/java-mail</url >
27- <tag >mail-1.1.0 </tag >
27+ <tag >mail-1.1.1 </tag >
2828 </scm >
2929
3030 <issueManagement >
5353 <dependency >
5454 <groupId >eu.ralph-schuster</groupId >
5555 <artifactId >baselib</artifactId >
56- <version >5.0.0 </version >
56+ <version >5.0.3 </version >
5757 </dependency >
5858 </dependencies >
5959
You can’t perform that action at this time.
0 commit comments