Skip to content

Commit 2faca82

Browse files
author
Akihiro Kondo
committed
Bump up version to 1.9.0
1 parent 56e9e2b commit 2faca82

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Note: This page is for Spring Boot 2. If you use Spring Boot 1, please refer to
3838
"orika-spring-boot-starter" supports the following versions.
3939
Other versions might also work, but we have not tested it.
4040

41-
* Java 8, 9, 10
42-
* Spring Boot 2.0.3
43-
* Orika 1.5.2
41+
* Java 8, 9, 10, 11
42+
* Spring Boot 2.1.3
43+
* Orika 1.5.4
4444

4545
## Usage
4646

@@ -53,7 +53,7 @@ If you are using Maven, add the following dependency.
5353
<dependency>
5454
<groupId>net.rakugakibox.spring.boot</groupId>
5555
<artifactId>orika-spring-boot-starter</artifactId>
56-
<version>1.8.0</version>
56+
<version>1.9.0</version>
5757
</dependency>
5858
```
5959

orika-spring-boot-starter-sample/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>net.rakugakibox.spring.boot</groupId>
88
<artifactId>orika-spring-boot-starter-sample</artifactId>
9-
<version>1.9.0-SNAPSHOT</version>
9+
<version>1.9.0</version>
1010
<packaging>jar</packaging>
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>net.rakugakibox.spring.boot</groupId>
2424
<artifactId>orika-spring-boot-starter</artifactId>
25-
<version>1.9.0-SNAPSHOT</version>
25+
<version>1.9.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.projectlombok</groupId>

orika-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>net.rakugakibox.spring.boot</groupId>
88
<artifactId>orika-spring-boot-starter</artifactId>
9-
<version>1.9.0-SNAPSHOT</version>
9+
<version>1.9.0</version>
1010
<packaging>jar</packaging>
1111
<name>orika-spring-boot-starter</name>
1212
<description>Spring Boot Starter for Orika</description>

0 commit comments

Comments
 (0)