Skip to content

Commit 2e5a401

Browse files
committed
Bump up version to 2.10.0
1 parent 726f622 commit 2e5a401

File tree

4 files changed

+7
-7
lines changed
  • logback-access-spring-boot-starter
  • logback-access-spring-boot-starter-sample-jetty
  • logback-access-spring-boot-starter-sample-tomcat
  • logback-access-spring-boot-starter-sample-undertow

4 files changed

+7
-7
lines changed

logback-access-spring-boot-starter-sample-jetty/pom.xml

+2-2
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>logback-access-spring-boot-starter-sample-jetty</artifactId>
9-
<version>2.9.0</version>
9+
<version>2.10.0</version>
1010
<packaging>jar</packaging>
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>net.rakugakibox.spring.boot</groupId>
3434
<artifactId>logback-access-spring-boot-starter</artifactId>
35-
<version>2.9.0</version>
35+
<version>2.10.0</version>
3636
</dependency>
3737
</dependencies>
3838

logback-access-spring-boot-starter-sample-tomcat/pom.xml

+2-2
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>logback-access-spring-boot-starter-sample-tomcat</artifactId>
9-
<version>2.9.0</version>
9+
<version>2.10.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>logback-access-spring-boot-starter</artifactId>
25-
<version>2.9.0</version>
25+
<version>2.10.0</version>
2626
</dependency>
2727
</dependencies>
2828

logback-access-spring-boot-starter-sample-undertow/pom.xml

+2-2
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>logback-access-spring-boot-starter-sample-undertow</artifactId>
9-
<version>2.9.0</version>
9+
<version>2.10.0</version>
1010
<packaging>jar</packaging>
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>net.rakugakibox.spring.boot</groupId>
3434
<artifactId>logback-access-spring-boot-starter</artifactId>
35-
<version>2.9.0</version>
35+
<version>2.10.0</version>
3636
</dependency>
3737
</dependencies>
3838

logback-access-spring-boot-starter/pom.xml

+1-1
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>logback-access-spring-boot-starter</artifactId>
9-
<version>2.9.0</version>
9+
<version>2.10.0</version>
1010
<packaging>jar</packaging>
1111
<name>logback-access-spring-boot-starter</name>
1212
<description>Spring Boot Starter for Logback-access</description>

0 commit comments

Comments
 (0)