This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Commit 1617398 1 parent 59a15b2 commit 1617398 Copy full SHA for 1617398
File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 3.4.0] - 2022-04-26
7
9
### Added
8
10
- Force load of ` BouncyCastleProvider ` to ensure ` MD4 ` implementation exists. Can by disabled by java boolean property ` ignore_bouncycastleprovider ` .
9
11
@@ -76,7 +78,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
76
78
### Fixed
77
79
- Socket connection timeout not used on connect.
78
80
79
- [ Unreleased ] : https://github.com/skyghis/j-interop-ng/compare/3.3.0...HEAD
81
+ [ Unreleased ] : https://github.com/skyghis/j-interop-ng/compare/3.4.0...HEAD
82
+ [ 3.3.0 ] : https://github.com/skyghis/j-interop-ng/compare/3.3.0...3.4.0
80
83
[ 3.3.0 ] : https://github.com/skyghis/j-interop-ng/compare/3.2.0...3.3.0
81
84
[ 3.2.0 ] : https://github.com/skyghis/j-interop-ng/compare/3.1.0...3.2.0
82
85
[ 3.1.0 ] : https://github.com/skyghis/j-interop-ng/compare/3.0.0...3.1.0
Original file line number Diff line number Diff line change 1
1
2
2
``` console
3
- RELEASE_VERSION=3.3 .0
4
- NEXT_VERSION=3.4 .0
3
+ RELEASE_VERSION=3.4 .0
4
+ NEXT_VERSION=3.5 .0
5
5
6
6
cd j-interop-ng
7
7
git checkout jcifs-ng
8
8
9
- JAVA_HOME=/usr/lib/jvm/adoptopenjdk -8-hotspot -amd64 mvn release:clean
9
+ JAVA_HOME=/usr/lib/jvm/temurin -8-jdk -amd64 mvn release:clean
10
10
nano CHANGELOG.md
11
11
git add CHANGELOG.md
12
12
git commit -m "Prepare version ${RELEASE_VERSION}."
13
- JAVA_HOME=/usr/lib/jvm/adoptopenjdk -8-hotspot -amd64 mvn release:prepare -D 'pushChanges=false' -D "tag=${RELEASE_VERSION}" -D "releaseVersion=${RELEASE_VERSION}" -D "developmentVersion=${NEXT_VERSION}-SNAPSHOT"
13
+ JAVA_HOME=/usr/lib/jvm/temurin -8-jdk -amd64 mvn release:prepare -D 'pushChanges=false' -D "tag=${RELEASE_VERSION}" -D "releaseVersion=${RELEASE_VERSION}" -D "developmentVersion=${NEXT_VERSION}-SNAPSHOT"
14
14
git push --follow-tags
15
15
16
16
git checkout "${RELEASE_VERSION}"
17
- JAVA_HOME=/usr/lib/jvm/adoptopenjdk -8-hotspot -amd64 mvn clean install
18
- JAVA_HOME=/usr/lib/jvm/adoptopenjdk -8-hotspot -amd64 mvn deploy -P release
17
+ JAVA_HOME=/usr/lib/jvm/temurin -8-jdk -amd64 mvn clean install
18
+ JAVA_HOME=/usr/lib/jvm/temurin -8-jdk -amd64 mvn deploy -P release
19
19
20
20
git checkout jcifs-ng
21
21
```
You can’t perform that action at this time.
0 commit comments