From 3178172ef93956ddd67911bd085ac4d0e9274579 Mon Sep 17 00:00:00 2001 From: "Sverre H. Huseby" Date: Fri, 20 Oct 2023 09:03:25 +0200 Subject: [PATCH] chore(main): release 0.2.0 (#11) --- CHANGELOG.md | 13 +++++++++++++ jdbc/pom.xml | 2 +- json/pom.xml | 2 +- ldap/pom.xml | 2 +- mail/pom.xml | 2 +- net/pom.xml | 2 +- phonetic/pom.xml | 2 +- pom.xml | 2 +- utils/pom.xml | 2 +- web-utils/pom.xml | 2 +- 10 files changed, 22 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd47541..a2399c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/sverrehu/shhsoft4/compare/v0.1.0...v0.2.0) (2023-10-20) + + +### Features + +* add net module ([#12](https://github.com/sverrehu/shhsoft4/issues/12)) ([9a48a30](https://github.com/sverrehu/shhsoft4/commit/9a48a30caea73305ff46b556c2ed774a1303a697)) +* use Java 11 ([#10](https://github.com/sverrehu/shhsoft4/issues/10)) ([03855f9](https://github.com/sverrehu/shhsoft4/commit/03855f90ba21b98e5916b97b4ba08ef4c41cf641)) + + +### Bug Fixes + +* rewrite deprecated calls ([#13](https://github.com/sverrehu/shhsoft4/issues/13)) ([4543184](https://github.com/sverrehu/shhsoft4/commit/454318441d47b63fed7163494779b8efcac351cd)) + ## [0.1.0](https://github.com/sverrehu/shhsoft4/compare/v0.0.1...v0.1.0) (2023-10-17) diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 959b876..c5ba963 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -4,7 +4,7 @@ no.shhsoft shhsoft4 - 0.1.1-SNAPSHOT + 0.2.0 4.0.0 diff --git a/json/pom.xml b/json/pom.xml index 41bad87..393e4b5 100644 --- a/json/pom.xml +++ b/json/pom.xml @@ -4,7 +4,7 @@ no.shhsoft shhsoft4 - 0.1.1-SNAPSHOT + 0.2.0 4.0.0 diff --git a/ldap/pom.xml b/ldap/pom.xml index 62cefaf..650d437 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -4,7 +4,7 @@ no.shhsoft shhsoft4 - 0.1.1-SNAPSHOT + 0.2.0 4.0.0 diff --git a/mail/pom.xml b/mail/pom.xml index 6c3c159..64040dd 100644 --- a/mail/pom.xml +++ b/mail/pom.xml @@ -4,7 +4,7 @@ no.shhsoft shhsoft4 - 0.1.1-SNAPSHOT + 0.2.0 4.0.0 diff --git a/net/pom.xml b/net/pom.xml index 69e2647..ea61015 100644 --- a/net/pom.xml +++ b/net/pom.xml @@ -4,7 +4,7 @@ no.shhsoft shhsoft4 - 0.1.1-SNAPSHOT + 0.2.0 4.0.0 diff --git a/phonetic/pom.xml b/phonetic/pom.xml index 3095b5a..6185037 100644 --- a/phonetic/pom.xml +++ b/phonetic/pom.xml @@ -4,7 +4,7 @@ no.shhsoft shhsoft4 - 0.1.1-SNAPSHOT + 0.2.0 4.0.0 diff --git a/pom.xml b/pom.xml index d976ba8..18a9a07 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ no.shhsoft shhsoft4 pom - 0.1.1-SNAPSHOT + 0.2.0 ${project.groupId}:${project.artifactId} A collection of some of Sverre's Java utilities. Most of them age-old, but still usable. diff --git a/utils/pom.xml b/utils/pom.xml index d50232f..12b9b6f 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -4,7 +4,7 @@ no.shhsoft shhsoft4 - 0.1.1-SNAPSHOT + 0.2.0 4.0.0 diff --git a/web-utils/pom.xml b/web-utils/pom.xml index 8999184..4b895ae 100644 --- a/web-utils/pom.xml +++ b/web-utils/pom.xml @@ -4,7 +4,7 @@ no.shhsoft shhsoft4 - 0.1.1-SNAPSHOT + 0.2.0 4.0.0