Skip to content

Commit bc29edc

Browse files
committed
Prepared 4.0.2 snapshot with PR #13 contained.
1 parent 47ccd99 commit bc29edc

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log for javapos-config-loader
22

3+
## 4.0.2
4+
5+
- fixed resource loading from JAR file on the class-path (contributed by @art-and-co through [PR #13](https://github.com/JavaPOSWorkingGroup/javapos-config-loader/issues/13))
6+
- ensured populator file is used if defined (contributed by @art-and-co through [PR #13](https://github.com/JavaPOSWorkingGroup/javapos-config-loader/issues/13))
7+
38
## 4.0.1
49

510
- corrected logging output when loading class-path resources (solved GH issue [#11](https://github.com/JavaPOSWorkingGroup/javapos-config-loader/issues/11))

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ wrapper {
2727

2828
def artifactName = 'javapos-config-loader'
2929
group='org.javapos'
30-
version='4.0.1' // if version is going to be changed, first add "-SNAPSHOT" to test publishing to MavenCentral's Snapshot repo
30+
version='4.0.2-SNAPSHOT' // if version is going to be changed, first add "-SNAPSHOT" to test publishing to MavenCentral's Snapshot repo
3131

3232

3333
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)