Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
willfurnell committed May 27, 2022
1 parent eb0e916 commit 5662064
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ngs</groupId>
<artifactId>CertWizard</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down Expand Up @@ -182,7 +182,7 @@
<configuration>
<mainClass>${mainClass}</mainClass>
<bundleJre>true</bundleJre>
<version>2.0.0</version>
<version>2.0.1</version>
<displayName>CertWizard</displayName>
<organizationName>STFC</organizationName>
<organizationUrl>https://stfc.ukri.org</organizationUrl>
Expand Down Expand Up @@ -226,7 +226,7 @@
<configuration>
<platform>mac</platform>
<createZipball>true</createZipball>
<jdkPath>C:\jdk\jdk-11.0.12+7\Contents\Home</jdkPath>
<jdkPath>C:\jdk\mac\jdk-11.0.15+10\Contents\Home</jdkPath>
<macConfig>
<icnsFile>src/main/resources/ngs-icon.icns</icnsFile>
</macConfig>
Expand Down

0 comments on commit 5662064

Please sign in to comment.