File tree 7 files changed +16
-11
lines changed
7 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
- ## [ 4.1.0]
5
+ ## [ 4.1.1] - 2020-03-23
6
+
7
+ ### Changed
8
+ - [ Dependency upgrade for jnagmp from 2.1.0 -> 3.0.0] ( https://github.com/joyent/java-http-signature/pull/60 )
9
+
10
+ ## [ 4.1.0] - 2020-03-03
6
11
7
12
### Changed
8
13
- [ Upgraded dependencies to latest stable versions:] ( https://github.com/joyent/java-http-signature/commit/aa0ad5dd209b86129dfe56e22553054056e7b3bb )
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<artifactId >java-http-signature</artifactId >
14
14
<groupId >com.joyent.http-signature</groupId >
15
- <version >4.1.1 -SNAPSHOT</version >
15
+ <version >4.1.2 -SNAPSHOT</version >
16
16
</parent >
17
17
18
18
<artifactId >apache-http-client-signature</artifactId >
19
19
<packaging >jar</packaging >
20
20
21
21
<properties >
22
22
<!-- Dependency versions -->
23
- <dependency .http-signature-common.version>4.1.1 -SNAPSHOT</dependency .http-signature-common.version>
23
+ <dependency .http-signature-common.version>4.1.2 -SNAPSHOT</dependency .http-signature-common.version>
24
24
</properties >
25
25
26
26
<dependencies >
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<artifactId >java-http-signature</artifactId >
14
14
<groupId >com.joyent.http-signature</groupId >
15
- <version >4.1.1 -SNAPSHOT</version >
15
+ <version >4.1.2 -SNAPSHOT</version >
16
16
</parent >
17
17
18
18
<artifactId >http-signature-common</artifactId >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<artifactId >java-http-signature</artifactId >
11
11
<groupId >com.joyent.http-signature</groupId >
12
- <version >4.1.1 -SNAPSHOT</version >
12
+ <version >4.1.2 -SNAPSHOT</version >
13
13
</parent >
14
14
15
15
<modelVersion >4.0.0</modelVersion >
19
19
20
20
<properties >
21
21
<!-- Dependency versions -->
22
- <dependency .http-signature-common.version>4.1.1 -SNAPSHOT</dependency .http-signature-common.version>
22
+ <dependency .http-signature-common.version>4.1.2 -SNAPSHOT</dependency .http-signature-common.version>
23
23
<dependency .google-http-client.version>1.32.1</dependency .google-http-client.version>
24
24
</properties >
25
25
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<artifactId >java-http-signature</artifactId >
14
14
<groupId >com.joyent.http-signature</groupId >
15
- <version >4.1.1 -SNAPSHOT</version >
15
+ <version >4.1.2 -SNAPSHOT</version >
16
16
</parent >
17
17
18
18
<artifactId >jaxrs-client-signature</artifactId >
22
22
<!-- Dependency versions -->
23
23
<dependency .arquillian.version>1.6.0.Final</dependency .arquillian.version>
24
24
<dependency .arquillian-glassfish-embedded-3.1.version>1.0.2</dependency .arquillian-glassfish-embedded-3.1.version>
25
- <dependency .http-signature-common.version>4.1.1 -SNAPSHOT</dependency .http-signature-common.version>
25
+ <dependency .http-signature-common.version>4.1.2 -SNAPSHOT</dependency .http-signature-common.version>
26
26
<dependency .javaee.version>8.0.1</dependency .javaee.version>
27
27
<dependency .jax-rs-api.version>2.1.1</dependency .jax-rs-api.version>
28
28
<dependency .jersey-client.version>2.30.1</dependency .jersey-client.version>
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
12
12
<parent >
13
13
<artifactId >java-http-signature</artifactId >
14
14
<groupId >com.joyent.http-signature</groupId >
15
- <version >4.1.1 -SNAPSHOT</version >
15
+ <version >4.1.2 -SNAPSHOT</version >
16
16
</parent >
17
17
18
18
<artifactId >microbench</artifactId >
19
19
<packaging >jar</packaging >
20
20
21
21
<properties >
22
22
<!-- Dependency versions -->
23
- <dependency .http-signature-common.version>4.1.1 -SNAPSHOT</dependency .http-signature-common.version>
23
+ <dependency .http-signature-common.version>4.1.2 -SNAPSHOT</dependency .http-signature-common.version>
24
24
<dependency .jmh.version>1.21</dependency .jmh.version>
25
25
<uberjar .name>benchmarks</uberjar .name>
26
26
</properties >
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.joyent.http-signature</groupId >
13
13
<artifactId >java-http-signature</artifactId >
14
- <version >4.1.1 -SNAPSHOT</version >
14
+ <version >4.1.2 -SNAPSHOT</version >
15
15
<packaging >pom</packaging >
16
16
17
17
<name >java-http-signature</name >
You can’t perform that action at this time.
0 commit comments