Skip to content

Releases: padaiyal/jPopper

2023.02.19

19 Feb 18:07
Compare
Choose a tag to compare

2023.01.24

24 Jan 16:14
Compare
Choose a tag to compare
Added compatibility for java 8

2023.01.18

18 Jan 22:45
Compare
Choose a tag to compare

2023.01.13

13 Jan 01:32
Compare
Choose a tag to compare
Updated PMD from 3.14.0 to 3.20.0.

2023.01.12

12 Jan 23:50
Compare
Choose a tag to compare
Updated java version to 17

2022.02.07

07 Feb 18:13
Compare
Choose a tag to compare
Update pom.xml

2021.12.19

27 Dec 03:27
Compare
Choose a tag to compare
Added GitHub action to upload artifact to Maven Central.

Closes #63.
Whenever a release is created, this GitHub action is triggered and it
generates an artifact from the main branch and uploads it to Maven Central.

2021.12.18

19 Dec 00:11
Compare
Choose a tag to compare
Bump log4j-core from 2.16.0 to 2.17.0

Bumps log4j-core from 2.16.0 to 2.17.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

2021.01.22

22 Jan 08:21
Compare
Choose a tag to compare
Re-organized and updated dependency versions

Closes #49.
 - Re-organized dependency versions to refer property values.
 - Updated junit-jupiter-params to 5.7.0.
 - Updated log4j-api to 2.13.2.

2021.01.09

10 Jan 01:47
Compare
Choose a tag to compare
Change path of the PMD ruleset file to a url

Closes #45.
Using absolute paths for retrieving PMD rules fails when packaging from child Maven projects. Use link to ruleset in main repository instead.