Skip to content

Commit

Permalink
Bump version, delete old libs
Browse files Browse the repository at this point in the history
  • Loading branch information
willfurnell committed May 26, 2022
1 parent 30b2e73 commit 5684975
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
<setupMode>askTheUser</setupMode>
<createDesktopIconTask>true</createDesktopIconTask>
<icoFile>src/main/resources/ngs-icon.ico</icoFile>
<removeOldLibs>true</removeOldLibs>
<signing>
<storetype>PKCS12</storetype>
<keystore>${codeSignCert}</keystore>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/configure.properties
Original file line number Diff line number Diff line change
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 2.0.0
ngsca.certwizard.versionNumber=2.0.0
ngsca.certwizard.version=CertWizard 2.0.1
ngsca.certwizard.versionNumber=2.0.1

# 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/2.0.0
uk.ngs.ca.request.useragent=NGS-CertWizard/2.0.1
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
6 changes: 3 additions & 3 deletions src/main/resources/configure_DEV.properties
Original file line number Diff line number Diff line change
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.0
ngsca.certwizard.versionNumber=1.0.0
ngsca.certwizard.version=CertWizard 2.0.0
ngsca.certwizard.versionNumber=2.0.0

# 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 @@ -53,7 +53,7 @@ uk.ngs.ca.immegration.password.property=NGSCAPKCS12PASSWORD
uk.ngs.ca.request.csr.url=http://cwiz-dev.ca.ngs.ac.uk:8443/CSR
uk.ngs.ca.request.ca.url=http://cwiz-dev.ca.ngs.ac.uk:8443/CA
uk.ngs.ca.request.ca.motd.text.url=http://cwiz-dev.ca.ngs.ac.uk:8443/CA/motd/text
uk.ngs.ca.request.useragent=NGS-CertWizard/1.0.0
uk.ngs.ca.request.useragent=NGS-CertWizard/2.0.0
uk.ngs.ca.request.resource.publickey=http://cwiz-dev.ca.ngs.ac.uk:8443/resources/resource/publickey

uk.ngs.ca.request.certificate.url=http://cwiz-dev.ca.ngs.ac.uk:8443/certificate
Expand Down

0 comments on commit 5684975

Please sign in to comment.