Skip to content

Commit 644a2fc

Browse files
committed
Bump version number to 1.2.2
1 parent 519cf90 commit 644a2fc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Include the `spring-boot-starter-dkim-javamail` dependency in your `pom.xml` and
1313
`application.yml` as described in [Configuration](#Configuration).
1414

1515
The starter, as well as the other artifacts are hosted in the
16-
[Maven Central Repository](https://search.maven.org/artifact/de.vinado.boot/spring-boot-starter-dkim-javamail/1.2.1/jar).
16+
[Maven Central Repository](https://search.maven.org/artifact/de.vinado.boot/spring-boot-starter-dkim-javamail/1.2.2/jar).
1717
You can use it with the following coordinates:
1818

1919
```xml
2020
<dependency>
2121
<groupId>de.vinado.boot</groupId>
2222
<artifactId>spring-boot-starter-dkim-javamail</artifactId>
23-
<version>1.2.1</version>
23+
<version>1.2.2</version>
2424
</dependency>
2525
```
2626

library/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-boot-dkim-javamail</artifactId>
77
<groupId>de.vinado.boot</groupId>
8-
<version>1.2.2-SNAPSHOT</version>
8+
<version>1.2.2</version>
99
</parent>
1010

1111
<groupId>de.vinado.spring</groupId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>de.vinado.boot</groupId>
66
<artifactId>spring-boot-dkim-javamail</artifactId>
7-
<version>1.2.2-SNAPSHOT</version>
7+
<version>1.2.2</version>
88
<packaging>pom</packaging>
99

1010
<name>spring-boot-dkim-javamail</name>

spring-boot-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.vinado.boot</groupId>
77
<artifactId>spring-boot-dkim-javamail</artifactId>
8-
<version>1.2.2-SNAPSHOT</version>
8+
<version>1.2.2</version>
99
</parent>
1010

1111
<artifactId>spring-boot-autoconfigure-dkim-javamail</artifactId>

spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.vinado.boot</groupId>
77
<artifactId>spring-boot-dkim-javamail</artifactId>
8-
<version>1.2.2-SNAPSHOT</version>
8+
<version>1.2.2</version>
99
</parent>
1010

1111
<artifactId>spring-boot-starter-dkim-javamail</artifactId>

0 commit comments

Comments
 (0)