Skip to content

Commit

Permalink
Merge pull request #102 from cyberark/version_update
Browse files Browse the repository at this point in the history
Update pom.xml for v 1.8
  • Loading branch information
itsbrugu committed Jul 24, 2023
2 parents cc6e08b + f47d97d commit b08e8c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.2] - 2023-07-24
- Updated to support JDK version 1.8

## [2.0.1] - 2023-07-19
### Added
- Updated conjur-java-sdk to the version 4.1.0
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>11</source>
<target>11</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit b08e8c2

Please sign in to comment.