Skip to content

Commit

Permalink
Merge pull request #95 from bnicholesdell/moveto6.10-version
Browse files Browse the repository at this point in the history
Move to 6.10 version
  • Loading branch information
bnicholesdell authored Apr 19, 2021
2 parents 3e230a8 + 730f102 commit 71532f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pool:

# Maven Build Variables:
variables:
version: '6.9.0.$(Build.BuildId)-SNAPSHOT'
version: '6.10.0.$(Build.BuildId)-SNAPSHOT'
targetDir: 'target'
codeSigningCertFileName: 'OneIdentityCodeSigning.pfx'
issuerKeyStorePath: 'settings/signingstore.jks'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>6.9.0-SNAPSHOT</revision>
<revision>6.10.0-SNAPSHOT</revision>
<signingcertpath>./signingcert.pfx</signingcertpath>
<signingcertaliasname>1</signingcertaliasname>
<signingkeystorepassword>secret</signingkeystorepassword>
Expand Down
2 changes: 1 addition & 1 deletion tests/safeguardjavaclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.oneidentity.safeguard</groupId>
<artifactId>safeguardjava</artifactId>
<version>6.9.0-SNAPSHOT</version>
<version>6.10.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 71532f6

Please sign in to comment.