Skip to content

Commit

Permalink
Update to Spring Boot 2.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
olle committed Mar 1, 2023
1 parent 84f05f2 commit 6d6415e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ We will build and tag an initial version `0.9.x` as a _preliminary_ working
version of Query/Response. This version is tracked in branches supporting the
active Spring Boot versions, as well as the `main` branch.

* `main` -> Spring Boot 2.6.x
* `main` -> Spring Boot 2.7.x
* `spring-boot-2.6.x` -> Spring Boot 2.6.x
* `spring-boot-2.5.x` -> Spring Boot 2.5.x

From each branch there will be tagged releases, denoting the version of Spring
Expand Down
4 changes: 2 additions & 2 deletions examples/myapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.14</version>
<version>2.7.9</version>
</parent>

<properties>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.studiomediatech</groupId>
<artifactId>query-response-spring-amqp</artifactId>
<version>0.9.0-SB2_6_14-SNAPSHOT</version>
<version>0.9.0-SB2_7_9-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions examples/querying/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.14</version>
<version>2.7.9</version>
</parent>

<properties>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>com.studiomediatech</groupId>
<artifactId>query-response-spring-amqp</artifactId>
<version>0.9.0-SB2_6_14-SNAPSHOT</version>
<version>0.9.0-SB2_7_9-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions examples/responding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.14</version>
<version>2.7.9</version>
</parent>

<properties>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.studiomediatech</groupId>
<artifactId>query-response-spring-amqp</artifactId>
<version>0.9.0-SB2_6_14-SNAPSHOT</version>
<version>0.9.0-SB2_7_9-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.studiomediatech</groupId>
<artifactId>query-response-spring-amqp</artifactId>
<version>0.9.0-SB2_6_14-SNAPSHOT</version>
<version>0.9.0-SB2_7_9-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Query/Response for Spring AMQP</name>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.6.14</version>
<version>2.7.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.studiomediatech</groupId>
<artifactId>query-response-spring-amqp</artifactId>
<version>0.9.0-SB2_6_14-SNAPSHOT</version>
<version>0.9.0-SB2_7_9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 6d6415e

Please sign in to comment.