File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ two parts:
10
10
11
11
## Latest Version
12
12
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.
14
14
15
15
## Documentation
16
16
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Maven Coordinates:
17
17
<dependency>
18
18
<groupId>eu.ralph-schuster</groupId>
19
19
<artifactId>mail-queue</artifactId>
20
- <version>1.1.0 </version>
20
+ <version>1.1.1 </version>
21
21
</dependency>
22
22
```
23
23
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >eu.ralph-schuster</groupId >
5
5
<artifactId >mail</artifactId >
6
- <version >1.1.0 </version >
6
+ <version >1.1.1 </version >
7
7
</parent >
8
8
9
9
<properties >
44
44
<groupId >org.apache.maven.plugins</groupId >
45
45
<artifactId >maven-javadoc-plugin</artifactId >
46
46
<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 >
48
48
<detectJavaApiLink >false</detectJavaApiLink >
49
49
</configuration >
50
50
</plugin >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Maven Coordinates:
16
16
<dependency>
17
17
<groupId>eu.ralph-schuster</groupId>
18
18
<artifactId>mail-templates</artifactId>
19
- <version>1.1.0 </version>
19
+ <version>1.1.1 </version>
20
20
</dependency>
21
21
```
22
22
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >eu.ralph-schuster</groupId >
5
5
<artifactId >mail</artifactId >
6
- <version >1.1.0 </version >
6
+ <version >1.1.1 </version >
7
7
</parent >
8
8
9
9
<properties >
56
56
<groupId >org.apache.maven.plugins</groupId >
57
57
<artifactId >maven-javadoc-plugin</artifactId >
58
58
<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 >
60
60
<detectJavaApiLink >false</detectJavaApiLink >
61
61
</configuration >
62
62
</plugin >
Original file line number Diff line number Diff line change 13
13
</properties >
14
14
15
15
<artifactId >mail</artifactId >
16
- <version >1.1.0 </version >
16
+ <version >1.1.1 </version >
17
17
<packaging >pom</packaging >
18
18
19
19
<url >https://github.com/technicalguru/java-mail</url >
24
24
<connection >scm:git:https://github.com/technicalguru/java-mail.git</connection >
25
25
<developerConnection >scm:git:https://github.com/technicalguru/java-mail.git</developerConnection >
26
26
<url >https://github.com/technicalguru/java-mail</url >
27
- <tag >mail-1.1.0 </tag >
27
+ <tag >mail-1.1.1 </tag >
28
28
</scm >
29
29
30
30
<issueManagement >
53
53
<dependency >
54
54
<groupId >eu.ralph-schuster</groupId >
55
55
<artifactId >baselib</artifactId >
56
- <version >5.0.0 </version >
56
+ <version >5.0.3 </version >
57
57
</dependency >
58
58
</dependencies >
59
59
You can’t perform that action at this time.
0 commit comments