From 5bd8f5d113580b16641b9b53364edab6931f80a8 Mon Sep 17 00:00:00 2001 From: Moritz Bechler Date: Sun, 15 Oct 2023 10:32:14 +0200 Subject: [PATCH 1/3] Update changelog --- CHANGELOG.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ad09b7fc..03f000bd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +jcifs-ng 2.1.10 +- Update dependencies, compatibility with latest BouncyCastle (#345,#342,#344) + jcifs-ng 2.1.9 - Properly set broadcast flag when NetBIOS name requests (#314) - Fix default credential initialization (#324) From 01ad55aee9511b9b466c5d0f586bfa9314469334 Mon Sep 17 00:00:00 2001 From: Moritz Bechler Date: Sun, 15 Oct 2023 10:33:15 +0200 Subject: [PATCH 2/3] [maven-release-plugin] prepare release jcifs-ng-2.1.10 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a7948ffd..d96acbc6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ jcifs-ng eu.agno3.jcifs bundle - 2.1.10-SNAPSHOT + 2.1.10 A pure-java CIFS/SMB client library https://github.com/AgNO3/jcifs-ng/ @@ -30,7 +30,7 @@ scm:git:https://github.com/AgNO3/jcifs-ng.git scm:git:git@github.com:AgNO3/jcifs-ng.git git@github.com:AgNO3/jcifs-ng.git - HEAD + jcifs-ng-2.1.10 From 2d5b46907f6614b4d600e96128e0060982e03760 Mon Sep 17 00:00:00 2001 From: Moritz Bechler Date: Sun, 15 Oct 2023 10:33:18 +0200 Subject: [PATCH 3/3] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d96acbc6..82952ff6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ jcifs-ng eu.agno3.jcifs bundle - 2.1.10 + 2.1.11-SNAPSHOT A pure-java CIFS/SMB client library https://github.com/AgNO3/jcifs-ng/ @@ -30,7 +30,7 @@ scm:git:https://github.com/AgNO3/jcifs-ng.git scm:git:git@github.com:AgNO3/jcifs-ng.git git@github.com:AgNO3/jcifs-ng.git - jcifs-ng-2.1.10 + HEAD