Skip to content

Commit a4e7823

Browse files
authored
DXE-3668 Merge pull request #10 from akamai/release/1.0.0
DXE-3668 Release/1.0.0
2 parents 8501c9e + c29b7fd commit a4e7823

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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</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>

0 commit comments

Comments
 (0)