File tree 6 files changed +11
-10
lines changed 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,8 @@ We will build and tag an initial version `0.9.x` as a _preliminary_ working
112
112
version of Query/Response. This version is tracked in branches supporting the
113
113
active Spring Boot versions, as well as the `main` branch.
114
114
115
- * `main` -> Spring Boot 2.6.x
115
+ * `main` -> Spring Boot 2.7.x
116
+ * `spring-boot-2.6.x` -> Spring Boot 2.6.x
116
117
* `spring-boot-2.5.x` -> Spring Boot 2.5.x
117
118
118
119
From each branch there will be tagged releases, denoting the version of Spring
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >2.6.14 </version >
15
+ <version >2.7.9 </version >
16
16
</parent >
17
17
18
18
<properties >
29
29
<dependency >
30
30
<groupId >com.studiomediatech</groupId >
31
31
<artifactId >query-response-spring-amqp</artifactId >
32
- <version >0.9.0-SB2_6_14 -SNAPSHOT</version >
32
+ <version >0.9.0-SB2_7_9 -SNAPSHOT</version >
33
33
</dependency >
34
34
</dependencies >
35
35
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
13
13
<artifactId >spring-boot-starter-parent</artifactId >
14
- <version >2.6.14 </version >
14
+ <version >2.7.9 </version >
15
15
</parent >
16
16
17
17
<properties >
28
28
<dependency >
29
29
<groupId >com.studiomediatech</groupId >
30
30
<artifactId >query-response-spring-amqp</artifactId >
31
- <version >0.9.0-SB2_6_14 -SNAPSHOT</version >
31
+ <version >0.9.0-SB2_7_9 -SNAPSHOT</version >
32
32
</dependency >
33
33
</dependencies >
34
34
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >2.6.14 </version >
15
+ <version >2.7.9 </version >
16
16
</parent >
17
17
18
18
<properties >
29
29
<dependency >
30
30
<groupId >com.studiomediatech</groupId >
31
31
<artifactId >query-response-spring-amqp</artifactId >
32
- <version >0.9.0-SB2_6_14 -SNAPSHOT</version >
32
+ <version >0.9.0-SB2_7_9 -SNAPSHOT</version >
33
33
</dependency >
34
34
</dependencies >
35
35
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.studiomediatech</groupId >
8
8
<artifactId >query-response-spring-amqp</artifactId >
9
- <version >0.9.0-SB2_6_14 -SNAPSHOT</version >
9
+ <version >0.9.0-SB2_7_9 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >Query/Response for Spring AMQP</name >
24
24
<dependency >
25
25
<groupId >org.springframework.boot</groupId >
26
26
<artifactId >spring-boot-dependencies</artifactId >
27
- <version >2.6.14 </version >
27
+ <version >2.7.9 </version >
28
28
<type >pom</type >
29
29
<scope >import</scope >
30
30
</dependency >
Original file line number Diff line number Diff line change 38
38
<dependency >
39
39
<groupId >com.studiomediatech</groupId >
40
40
<artifactId >query-response-spring-amqp</artifactId >
41
- <version >0.9.0-SB2_6_14 -SNAPSHOT</version >
41
+ <version >0.9.0-SB2_7_9 -SNAPSHOT</version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments