Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elreydetodo committed Feb 19, 2019
1 parent 8519fe0 commit 29aa39f
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 10 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ This project contains a core implementation module and five bindings to specific

## Changes

4.0:
- BREAKING CHANGE: Split the edgerc file reader into new module [edgerc-reader](edgerc-reader).
- Drop dependency on commons-configuration2 from edgegrid-signer-core.
- Drop dependency on commons-lang3.
- Drop dependency on commons-codec (use Base64 methods from JDK instead).
- Use maven-bundle-plugin to add OSGi headers to MANIFEST.MF.

3.0:
- Minimum Java version is now 8.
- Adding binding for Async HTTP Client.
Expand Down Expand Up @@ -72,10 +79,12 @@ programming languages:

## Authors

Maciej Gawinecki <mgawinec@akamai.com>

### Active authors
Martin Meyer <mmeyer@akamai.com>

### Inactive authors
Maciej Gawinecki <mgawinec@akamai.com>

## Contribute!

This is an open-source library, and contributions are welcome. You're welcome
Expand Down
2 changes: 1 addition & 1 deletion edgegrid-signer-apache-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edgegrid-signer-async-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edgegrid-signer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>edgegrid-signer-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edgegrid-signer-gatling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>edgegrid-signer-gatling</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edgegrid-signer-google-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>edgegrid-signer-google-http-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edgegrid-signer-rest-assured/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>

<artifactId>edgegrid-signer-rest-assured</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edgerc-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>edgegrid-signer-parent</artifactId>
<groupId>com.akamai.edgegrid</groupId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.akamai.edgegrid</groupId>
<artifactId>edgegrid-signer-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>

<modules>
<module>edgegrid-signer-apache-http-client</module>
Expand Down

0 comments on commit 29aa39f

Please sign in to comment.