File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ # Change log
2+
3+ ## 1.0.0 (March 13, 2024)
4+
5+ ### Fixes
6+
7+ * Modernized code to make it working with Java 8+
8+ * Resolved various CVE vulnerabilities
9+ * Resolved various Javadoc warnings
10+ * Rewritten unit tests
11+ * Migrated build system from Gradle to Maven for easier publish to Sonatype
12+ * Code cleaned up
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.akamai</groupId >
66 <artifactId >edgeauth</artifactId >
7- <version >0.4 .0-SNAPSHOT</version >
7+ <version >1.0 .0-SNAPSHOT</version >
88 <name >EdgeAuth-Token-Java</name >
99 <description >Akamai Edge Authorization Token for Java</description >
1010 <url >https://github.com/akamai/EdgeAuth-Token-Java</url >
You can’t perform that action at this time.
0 commit comments