Skip to content

Commit f9ab30d

Browse files
committed
Release 1.1.1
2 parents c1bc023 + 8d329ee commit f9ab30d

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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

mail-queue/README.md

+1-1
Original file line numberDiff line numberDiff 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

mail-queue/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -44,7 +44,7 @@
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>

mail-templates/README.md

+1-1
Original file line numberDiff line numberDiff 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

mail-templates/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>
@@ -56,7 +56,7 @@
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>

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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>
@@ -24,7 +24,7 @@
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>
@@ -53,7 +53,7 @@
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

0 commit comments

Comments
 (0)