Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
willfurnell committed Dec 15, 2021
1 parent 97ae2c2 commit 9bb8363
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ngs</groupId>
<artifactId>CertWizard</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down Expand Up @@ -182,7 +182,7 @@
<configuration>
<mainClass>${mainClass}</mainClass>
<bundleJre>true</bundleJre>
<version>1.0.1</version>
<version>1.0.2</version>
<displayName>CertWizard</displayName>
<organizationName>STFC</organizationName>
<organizationUrl>https://stfc.ukri.org</organizationUrl>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/configure.properties
Expand Up @@ -3,8 +3,8 @@

# Client side version of this tool (this must correspond to the version
# supported by the server.
ngsca.certwizard.version=CertWizard 1.0.1
ngsca.certwizard.versionNumber=1.0.1
ngsca.certwizard.version=CertWizard 1.0.2
ngsca.certwizard.versionNumber=1.0.2

# CA-Server host that this tool is configured to work with.
#ngsca.base.url=https://ca-dev.esc.rl.ac.uk
Expand Down Expand Up @@ -52,7 +52,7 @@ uk.ngs.ca.immegration.password.property=NGSCAPKCS12PASSWORD
uk.ngs.ca.request.csr.url=https://cwiz-live.ca.ngs.ac.uk:443/CSR
uk.ngs.ca.request.ca.url=https://cwiz-live.ca.ngs.ac.uk:443/CA
uk.ngs.ca.request.ca.motd.text.url=https://cwiz-live.ca.ngs.ac.uk:443/CA/motd/text
uk.ngs.ca.request.useragent=NGS-CertWizard/1.0.0
uk.ngs.ca.request.useragent=NGS-CertWizard/1.0.2
uk.ngs.ca.request.resource.publickey=https://cwiz-live.ca.ngs.ac.uk:443/resources/resource/publickey

uk.ngs.ca.request.certificate.url=https://cwiz-live.ca.ngs.ac.uk:443/certificate
Expand Down

0 comments on commit 9bb8363

Please sign in to comment.