Skip to content

Commit 55aeeb7

Browse files
Release v2.3
1 parent 96cfb97 commit 55aeeb7

File tree

5 files changed

+9
-9
lines changed
  • amqp-multi-source-spring-boot-starter
  • context-multi-source-spring-boot-starter
  • influx2-multi-source-spring-boot-starter
  • redis-multi-source-spring-boot-starter

5 files changed

+9
-9
lines changed

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.3</version>
10+
<version>2.4</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.3</version>
39+
<version>2.4</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.3</version>
10+
<version>2.4</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.3</version>
10+
<version>2.4</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.3</version>
46+
<version>2.4</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.3</version>
9+
<version>2.4</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.1</spring-boot-dependencies.version>
70+
<spring-boot-dependencies.version>3.4.2</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.3</version>
10+
<version>2.4</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.3</version>
40+
<version>2.4</version>
4141
</dependency>
4242

4343
<dependency>

0 commit comments

Comments
 (0)