Skip to content

Commit 5662064

Browse files
committed
Bump version
1 parent eb0e916 commit 5662064

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>uk.ngs</groupId>
55
<artifactId>CertWizard</artifactId>
6-
<version>2.0.0</version>
6+
<version>2.0.1</version>
77
<dependencies>
88
<dependency>
99
<groupId>org.bouncycastle</groupId>
@@ -182,7 +182,7 @@
182182
<configuration>
183183
<mainClass>${mainClass}</mainClass>
184184
<bundleJre>true</bundleJre>
185-
<version>2.0.0</version>
185+
<version>2.0.1</version>
186186
<displayName>CertWizard</displayName>
187187
<organizationName>STFC</organizationName>
188188
<organizationUrl>https://stfc.ukri.org</organizationUrl>
@@ -226,7 +226,7 @@
226226
<configuration>
227227
<platform>mac</platform>
228228
<createZipball>true</createZipball>
229-
<jdkPath>C:\jdk\jdk-11.0.12+7\Contents\Home</jdkPath>
229+
<jdkPath>C:\jdk\mac\jdk-11.0.15+10\Contents\Home</jdkPath>
230230
<macConfig>
231231
<icnsFile>src/main/resources/ngs-icon.icns</icnsFile>
232232
</macConfig>

0 commit comments

Comments
 (0)