Skip to content

Commit feba1f6

Browse files
committed
chore: bump to 0.1.1 for JitPack rebuild
v0.1.0 tag was retagged after the plugin downgrade, but JitPack cached the pre-fix commit hash for that tag and keeps serving the failed build. Ship a fresh 0.1.1 so JitPack picks up the compatible plugin versions.
1 parent 38f6c6a commit feba1f6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
## [Unreleased]
88

9+
## [0.1.1] — 2026-04-15
10+
11+
### Fixed
12+
13+
- Downgrade Maven plugin versions (compiler 3.11.0, surefire 3.2.5, source 3.3.0, javadoc 3.6.3) so that the build works under JitPack's bundled Maven 3.5.x.
14+
915
## [0.1.0] — 2026-04-15
1016

1117
### Added

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.qtsurfer</groupId>
88
<artifactId>api-client</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.1.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>QTSurfer API Client</name>

0 commit comments

Comments
 (0)