Skip to content

Commit

Permalink
Move to next version
Browse files Browse the repository at this point in the history
  • Loading branch information
bnicholesdell committed Jun 15, 2023
1 parent 3c544f6 commit 938febe
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 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: '7.2.0.$(Build.BuildId)-SNAPSHOT'
version: '7.4.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>7.3.0-SNAPSHOT</revision>
<revision>7.4.0-SNAPSHOT</revision>
<signingcertpath>./signingcert.pfx</signingcertpath>
<signingcertaliasname>1</signingcertaliasname>
<signingkeystorepassword>secret</signingkeystorepassword>
Expand Down
28 changes: 14 additions & 14 deletions tests/safeguardjavaclient/pom.xml
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>com.oneidentity.safeguard</groupId>
<artifactId>safeguardjavaclient</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
</dependency>
</dependency>

<dependency>
<groupId>com.oneidentity.safeguard</groupId>
<artifactId>safeguardjava</artifactId>
<version>7.3.0-SNAPSHOT</version>
</dependency>
<version>7.4.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.36</version>
</dependency>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -68,9 +68,9 @@
</manifest>
</archive>
</configuration>
</plugin>
</plugin>

</plugins>
</build>
</build>

</project>

0 comments on commit 938febe

Please sign in to comment.