Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit 85720c7

Browse files
authored
dial version back to one already published (#172)
Publishing the spring-boot artifacts fails if these reference a version that isn't already published. TODO: resolve publishing these versions together.
1 parent 6b93c43 commit 85720c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Creating a new release
22

3-
1. Update the <version> and <beelineVersion> tags in each pom.xml in the repo. Add new release notes to the Changelog. Open a PR with those changes.
3+
1. Update the <version> tag in each pom.xml in the repo. Add new release notes to the Changelog. Open a PR with those changes.
44
2. Once the above PR is merged, tag `main` with the new version, e.g. `v0.1.1`. Push the tags. This will kick off a CI workflow, which will publish a draft GitHub release, and publish artifacts to Maven.
55
3. Update Release Notes on the new draft GitHub release, and publish that.

beeline-spring-boot-sleuth-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description>Spring Boot Sleuth Starter module to auto-configure Spring Boot Sleuth to send trace data via Honeycomb Beeline for Java</description>
1717

1818
<properties>
19-
<beelineVersion>1.7.0</beelineVersion>
19+
<beelineVersion>1.6.1</beelineVersion>
2020
</properties>
2121

2222
<build>

beeline-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<description>Spring Boot Starter module to auto-configure Spring Boot with the Honeycomb Beeline for Java</description>
1717

1818
<properties>
19-
<beelineVersion>1.7.0</beelineVersion>
19+
<beelineVersion>1.6.1</beelineVersion>
2020
</properties>
2121

2222
<build>

0 commit comments

Comments
 (0)