Skip to content

Commit

Permalink
Prepare v2.1.1 release (#249)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the v2.1.1 release.

- Closes #235 

## Short description of the changes
- Updates version in each pom to 2.1.1
- Adds changelog entry
  • Loading branch information
MikeGoldsmith authored Sep 30, 2022
1 parent 56ee738 commit 4e89f51
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Beeline Changelog

## [2.1.1] - 2022-09-30

### Maintenance

- Fix javadoc warnings (#247) | [@MikeGoldsmith](https://github.com/MikeGoldsmith)
- Add Java 18 to CI matrix (#229) | [@vreynolds](https://github.com/vreynolds)
- Bump libhoney-java from 1.5.0 to 1.5.3 (#248)
- Bump maven-jxr-plugin from 3.2.0 to 3.3.0 (#245)
- Bump mockito-core from 4.6.1 to 4.8.0 (#244)
- Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (#243)
- Bump slf4j-simple from 1.7.36 to 2.0.3 (#242)
- Bump maven-pmd-plugin from 3.16.0 to 3.19.0 (#239)
- Bump rest-assured from 5.1.1 to 5.2.0 (#240)
- Bump byte-buddy from 1.12.10 to 1.12.17 (#238)
- Bump maven-jar-plugin from 3.2.2 to 3.3.0 (#237)
- Bump pmdCoreVersion from 6.47.0 to 6.49.0 (#236)
- Bump maven-project-info-reports-plugin from 3.3.0 to 3.4.1 (#233)
- Bump datasource-proxy from 1.7 to 1.8 (#225)
- Bump mockito-core from 4.6.0 to 4.6.1 (#228)
- Bump pmdCoreVersion from 6.46.0 to 6.47.0 (#224)
- Bump rest-assured from 5.1.0 to 5.1.1 (#222)
- Bump pmdCoreVersion from 6.45.0 to 6.46.0 (#218)
- Bump rest-assured from 5.0.1 to 5.1.0 (#220)
- Bump assertj-core from 3.22.0 to 3.23.1 (#221)
- Bump mockito-core from 4.5.1 to 4.6.0 (#219)

## [2.1.0] - 2022-05-04

### Enhancements
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>2.1.0</version>
<version>2.1.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>2.1.0</version>
<version>2.1.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>2.1.0</version>
<version>2.1.1</version>
</parent>

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

<artifactId>examples</artifactId>
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>2.1.0</version>
<version>2.1.1</version>
<packaging>pom</packaging>

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

0 comments on commit 4e89f51

Please sign in to comment.