diff --git a/CHANGELOG.md b/CHANGELOG.md index b48986e..d6183ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ Changelog of Nexus Okta Auth Plugin +## 0.0.4 +Housekeeping: Upgrade `nexus-plugins`. + ## 0.0.3 Fixing an issue with the latest Nexus Version where `@PostConstruct` no longer seems to work reliably. diff --git a/README.md b/README.md index 7c8585d..9c2e586 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ USER root RUN yum update -y && \ yum install -y curl && \ curl -L \ - https://github.com/restfulhead/nexus-okta-auth-plugin/releases/download/0.0.3/nexus-okta-auth-plugin-0.0.3.jar --output /opt/sonatype/nexus/system/nexus-okta-auth-plugin.jar && \ + https://github.com/restfulhead/nexus-okta-auth-plugin/releases/download/0.0.4/nexus-okta-auth-plugin-0.0.4.jar --output /opt/sonatype/nexus/system/nexus-okta-auth-plugin.jar && \ echo "reference\:file\:nexus-okta-auth-plugin.jar = 200" >> /opt/sonatype/nexus/etc/karaf/startup.properties && \ touch /opt/sonatype/nexus/etc/nexus-okta-auth.properties && \ echo "okta.org.url=https://your-account.okta.com" >> /opt/sonatype/nexus/etc/nexus-okta-auth.properties && \ @@ -39,7 +39,7 @@ USER nexus If you're not using Docker, then you can follow the following manual steps to install the plugin. It is assumed you installed Nexus under `/opt/sonatype/nexus`. If your installation directory is different, modify the instructions accordingly. -* [Download the latest Plugin release from Github](https://github.com/restfulhead/nexus-okta-auth-plugin/releases/download/nexus-okta-auth-plugin-0.0.3/nexus-okta-auth-plugin-0.0.3.jar). +* [Download the latest Plugin release from Github](https://github.com/restfulhead/nexus-okta-auth-plugin/releases/download/nexus-okta-auth-plugin-0.0.4/nexus-okta-auth-plugin-0.0.4.jar). * Copy the file to `/opt/sonatype/nexus/system/` and rename it to `nexus-okta-auth-plugin.jar`. * Append the following line to *startup.properties* file (under `/opt/sonatype/nexus/etc/karaf`): ``` diff --git a/pom.xml b/pom.xml index 5612e44..2d0e375 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.sonatype.nexus.plugins nexus-plugins - 3.16.2-01 + 3.29.2-02 nexus-okta-auth-plugin