From ce1f7663261011f4a41d065233e8ac30734d12f1 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Tue, 30 Dec 2025 12:58:07 +0100 Subject: [PATCH] Add maven-source-plugin to generate and attach source JARs, update changelog --- README.md | 2 ++ pom.xml | 14 ++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index 41f33ad..073f20b 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ The dependency is: ## Changelog +- 0.2.0-beta-2 + - add a missing source jar - 0.2.0-beta-1 - ResponseResultInfo#Errors: wrong object structure - changing multiple records with put, post, patch and delete for dns-records diff --git a/pom.xml b/pom.xml index 0a56ddf..64727f8 100644 --- a/pom.xml +++ b/pom.xml @@ -228,6 +228,20 @@ 3.5.3 + + org.apache.maven.plugins + maven-source-plugin + 3.4.0 + + + attach-sources + + jar + + + + + \ No newline at end of file