Skip to content

Commit 85191b2

Browse files
authored
Merge pull request #51 from 398ja/release/0.1.2
release/0.1.2
2 parents fc3a616 + d3bdba8 commit 85191b2

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,11 @@
4141

4242
### Migration
4343
- No breaking changes. If you relied on rejecting schemeless base URLs, be aware they now default to `http://`.
44+
## 0.1.2 — 2025-09-13
45+
46+
### Fixes
47+
- Add explicit `commons-lang3` runtime dependency required by `commons-configuration2` to prevent `NoClassDefFoundError: org/apache/commons/lang3/SystemProperties` in consumer apps.
48+
49+
### Notes
50+
- If you previously consumed `0.1.1`, update to `0.1.2` to pick up the dependency fix. Dependency metadata for `0.1.1` may be cached by your build; a version bump ensures the fix is resolved.
4451

phoenixd-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>xyz.tcheeric</groupId>
66
<artifactId>phoenixd-java</artifactId>
7-
<version>0.1.1</version>
7+
<version>0.1.2</version>
88
</parent>
99

1010
<artifactId>phoenixd-base</artifactId>

phoenixd-mock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>xyz.tcheeric</groupId>
88
<artifactId>phoenixd-java</artifactId>
9-
<version>0.1.1</version>
9+
<version>0.1.2</version>
1010
</parent>
1111

1212
<artifactId>phoenixd-mock</artifactId>

phoenixd-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>xyz.tcheeric</groupId>
66
<artifactId>phoenixd-java</artifactId>
7-
<version>0.1.1</version>
7+
<version>0.1.2</version>
88
</parent>
99

1010
<artifactId>phoenixd-model</artifactId>

phoenixd-rest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>xyz.tcheeric</groupId>
66
<artifactId>phoenixd-java</artifactId>
7-
<version>0.1.1</version>
7+
<version>0.1.2</version>
88
</parent>
99

1010
<artifactId>phoenixd-rest</artifactId>
1111
<packaging>jar</packaging>
12-
<version>0.1.1</version>
12+
<version>0.1.2</version>
1313
<name>phoenixd-rest</name>
1414
<url>https://maven.apache.org</url>
1515

phoenixd-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>xyz.tcheeric</groupId>
66
<artifactId>phoenixd-java</artifactId>
7-
<version>0.1.1</version>
7+
<version>0.1.2</version>
88
</parent>
99

1010
<artifactId>phoenixd-test</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>xyz.tcheeric</groupId>
55
<artifactId>phoenixd-java</artifactId>
6-
<version>0.1.1</version>
6+
<version>0.1.2</version>
77
<packaging>pom</packaging>
88

99
<modules>

0 commit comments

Comments
 (0)