Skip to content

Commit

Permalink
prepare 1.7.1 release (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds authored Mar 18, 2022
1 parent 0bc10c1 commit 91f39ac
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Beeline Changelog

## [1.7.1] - 2022-03-18

### Fixed

- fix circular dependency for spring boot 2.6.x (#190) (#191) | [@giorgimode](https://github.com/giorgimode)

## [1.7.0] - 2021-12-23

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion beeline-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.honeycomb.beeline</groupId>
<artifactId>beeline-parent</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<name>Beeline Java (Core)</name>
Expand Down
2 changes: 1 addition & 1 deletion beeline-spring-boot-sleuth-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.honeycomb.beeline</groupId>
<artifactId>beeline-parent</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<name>Beeline Java (Spring Boot Sleuth Starter)</name>
Expand Down
2 changes: 1 addition & 1 deletion beeline-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.honeycomb.beeline</groupId>
<artifactId>beeline-parent</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
</parent>

<name>Beeline Java (Spring Boot Starter)</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>Beeline Java (Parent)</name>
<artifactId>beeline-parent</artifactId>
<groupId>io.honeycomb.beeline</groupId>
<version>1.7.0</version>
<version>1.7.1</version>
<packaging>pom</packaging>

<description>Parent POM for the Honeycomb Beeline for Java</description>
Expand Down

0 comments on commit 91f39ac

Please sign in to comment.