Skip to content

Commit 70c6ee3

Browse files
Merge pull request #97 from cyberark/bump-version
Bump version to 3.0.2
2 parents d2b7790 + 8a44da6 commit 70c6ee3

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Eclicpse Garbage
1+
# Eclicpse
22
/.settings
33
/.classpath
44
/.project
@@ -14,12 +14,12 @@
1414
# Maven Output
1515
/target
1616

17-
# IntelliJ trash
17+
# IntelliJ
1818
.idea
1919
*.iml
2020

2121
.cache
22-
23-
# More IntelliJ trash
2422
src/main/main.iml
2523

24+
# VSCode
25+
/.vscode

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [3.0.2] - 2020-10-28
10+
### Fixed
11+
- Multiple unused transitive dependencies, such as `exec-maven-plugin`, were removed.
12+
[cyberark/conjur-api-java#93](https://github.com/cyberark/conjur-api-java/issues/93)
13+
914
## [3.0.1] - 2020-06-23
1015
### Added
1116
- Additional information was added to the `pom.xml` to meet Maven Central
@@ -66,7 +71,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6671
- Authn tokens now use the new Conjur 5 format - [PR #21](https://github.com/cyberark/conjur-api-java/pull/21)
6772
- Configuration change. When using environment variables, use `CONJUR_AUTHN_LOGIN` and `CONJUR_AUTHN_API_KEY` now instead of `CONJUR_CREDENTIALS` - https://github.com/cyberark/conjur-api-java/commit/60344308fc48cb5380c626e612b91e1e720c03fb
6873

69-
[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v3.0.1...HEAD
74+
[Unreleased]: https://github.com/cyberark/conjur-api-java/compare/v3.0.2...HEAD
75+
[3.0.2]: https://github.com/cyberark/conjur-api-java/compare/v3.0.1...v3.0.2
7076
[3.0.1]: https://github.com/cyberark/conjur-api-java/compare/v3.0.0...v3.0.1
7177
[3.0.0]: https://github.com/cyberark/conjur-api-java/compare/v2.2.1...v3.0.0
7278
[2.0.0]: https://github.com/cyberark/conjur-api-java/compare/v1.1.0...v2.0.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>conjur-api</artifactId>
66
<!-- Only bump version number,
77
SNAPSHOT is automatically removed during release deployments -->
8-
<version>3.0.1-SNAPSHOT</version>
8+
<version>3.0.2-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>Conjur</name>

0 commit comments

Comments
 (0)