Skip to content

Commit

Permalink
Bumped version and updated SDK dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky White committed Jul 1, 2021
1 parent 5e2a711 commit ee8e3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>thycotic-devops-secrets-vault</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>hpi</packaging>
<properties>
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.thycotic.secrets</groupId>
<artifactId>dsv-sdk-java</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit ee8e3cd

Please sign in to comment.