File tree 5 files changed +6
-6
lines changed
spring-boot-autoconfigure
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ Include the `spring-boot-starter-dkim-javamail` dependency in your `pom.xml` and
13
13
` application.yml ` as described in [ Configuration] ( #Configuration ) .
14
14
15
15
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 ) .
17
17
You can use it with the following coordinates:
18
18
19
19
``` xml
20
20
<dependency >
21
21
<groupId >de.vinado.boot</groupId >
22
22
<artifactId >spring-boot-starter-dkim-javamail</artifactId >
23
- <version >1.2.1 </version >
23
+ <version >1.2.2 </version >
24
24
</dependency >
25
25
```
26
26
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >spring-boot-dkim-javamail</artifactId >
7
7
<groupId >de.vinado.boot</groupId >
8
- <version >1.2.2-SNAPSHOT </version >
8
+ <version >1.2.2</version >
9
9
</parent >
10
10
11
11
<groupId >de.vinado.spring</groupId >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >de.vinado.boot</groupId >
6
6
<artifactId >spring-boot-dkim-javamail</artifactId >
7
- <version >1.2.2-SNAPSHOT </version >
7
+ <version >1.2.2</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >spring-boot-dkim-javamail</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >de.vinado.boot</groupId >
7
7
<artifactId >spring-boot-dkim-javamail</artifactId >
8
- <version >1.2.2-SNAPSHOT </version >
8
+ <version >1.2.2</version >
9
9
</parent >
10
10
11
11
<artifactId >spring-boot-autoconfigure-dkim-javamail</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >de.vinado.boot</groupId >
7
7
<artifactId >spring-boot-dkim-javamail</artifactId >
8
- <version >1.2.2-SNAPSHOT </version >
8
+ <version >1.2.2</version >
9
9
</parent >
10
10
11
11
<artifactId >spring-boot-starter-dkim-javamail</artifactId >
You can’t perform that action at this time.
0 commit comments