Skip to content

Commit 27b0f8c

Browse files
Updating Spring boot v3.4.4
Release v2.4
1 parent b2d5bb3 commit 27b0f8c

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use Redis multi-data sources, you need to add the Redis Multi Sources Spring
1717
<dependency>
1818
<groupId>com.childrengreens</groupId>
1919
<artifactId>redis-multi-source-spring-boot-starter</artifactId>
20-
<version>2.4</version>
20+
<version>2.5</version>
2121
</dependency>
2222
----
2323
To use Jedis instead of Lettuce as the client, you need to add the following dependencies:
@@ -139,7 +139,7 @@ To use RabbitMQ multi-data sources, you need to add the AMQP Multi Sources Sprin
139139
<dependency>
140140
<groupId>com.childrengreens</groupId>
141141
<artifactId>amqp-multi-source-spring-boot-starter</artifactId>
142-
<version>2.4</version>
142+
<version>2.5</version>
143143
</dependency>
144144
----
145145
Add the following configuration to your properties file.
@@ -220,7 +220,7 @@ To use InfluxDB2 multi-data sources, you need to add the Influx2 Multi Sources S
220220
<dependency>
221221
<groupId>com.childrengreens</groupId>
222222
<artifactId>influx2-multi-source-spring-boot-starter</artifactId>
223-
<version>2.4</version>
223+
<version>2.5</version>
224224
</dependency>
225225
----
226226
Add the following configuration to your properties file.

amqp-multi-source-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.childrengreens</groupId>
99
<artifactId>multi-source-spring-boot-starter</artifactId>
10-
<version>2.4</version>
10+
<version>2.5</version>
1111
</parent>
1212

1313
<artifactId>amqp-multi-source-spring-boot-starter</artifactId>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.childrengreens</groupId>
3838
<artifactId>context-multi-source-spring-boot-starter</artifactId>
39-
<version>2.4</version>
39+
<version>2.5</version>
4040
</dependency>
4141
</dependencies>
4242
</project>

context-multi-source-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.childrengreens</groupId>
99
<artifactId>multi-source-spring-boot-starter</artifactId>
10-
<version>2.4</version>
10+
<version>2.5</version>
1111
</parent>
1212

1313
<artifactId>context-multi-source-spring-boot-starter</artifactId>

influx2-multi-source-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.childrengreens</groupId>
99
<artifactId>multi-source-spring-boot-starter</artifactId>
10-
<version>2.4</version>
10+
<version>2.5</version>
1111
</parent>
1212

1313
<artifactId>influx2-multi-source-spring-boot-starter</artifactId>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.childrengreens</groupId>
4545
<artifactId>context-multi-source-spring-boot-starter</artifactId>
46-
<version>2.4</version>
46+
<version>2.5</version>
4747
</dependency>
4848

4949
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.childrengreens</groupId>
88
<artifactId>multi-source-spring-boot-starter</artifactId>
9-
<version>2.4</version>
9+
<version>2.5</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Spring Boot Starter for Multi Source</name>
@@ -67,7 +67,7 @@
6767
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6868
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6969

70-
<spring-boot-dependencies.version>3.4.2</spring-boot-dependencies.version>
70+
<spring-boot-dependencies.version>3.4.4</spring-boot-dependencies.version>
7171
</properties>
7272

7373
<dependencyManagement>

redis-multi-source-spring-boot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.childrengreens</groupId>
99
<artifactId>multi-source-spring-boot-starter</artifactId>
10-
<version>2.4</version>
10+
<version>2.5</version>
1111
</parent>
1212

1313
<artifactId>redis-multi-source-spring-boot-starter</artifactId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>com.childrengreens</groupId>
3939
<artifactId>context-multi-source-spring-boot-starter</artifactId>
40-
<version>2.4</version>
40+
<version>2.5</version>
4141
</dependency>
4242

4343
<dependency>

0 commit comments

Comments
 (0)