Skip to content

Commit b5998dc

Browse files
authored
Merge pull request #3 from restfulhead/develop
chore: housekeeping
2 parents 40031a8 + 8a413e2 commit b5998dc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Changelog of Nexus Okta Auth Plugin
44

5+
## 0.0.4
6+
Housekeeping: Upgrade `nexus-plugins`.
7+
58
## 0.0.3
69
Fixing an issue with the latest Nexus Version where `@PostConstruct` no longer seems to work reliably.
710

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ USER root
2424
RUN yum update -y && \
2525
yum install -y curl && \
2626
curl -L \
27-
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 && \
27+
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 && \
2828
echo "reference\:file\:nexus-okta-auth-plugin.jar = 200" >> /opt/sonatype/nexus/etc/karaf/startup.properties && \
2929
touch /opt/sonatype/nexus/etc/nexus-okta-auth.properties && \
3030
echo "okta.org.url=https://your-account.okta.com" >> /opt/sonatype/nexus/etc/nexus-okta-auth.properties && \
@@ -39,7 +39,7 @@ USER nexus
3939

4040
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.
4141

42-
* [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).
42+
* [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).
4343
* Copy the file to `/opt/sonatype/nexus/system/` and rename it to `nexus-okta-auth-plugin.jar`.
4444
* Append the following line to *startup.properties* file (under `/opt/sonatype/nexus/etc/karaf`):
4545
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.sonatype.nexus.plugins</groupId>
88
<artifactId>nexus-plugins</artifactId>
9-
<version>3.16.2-01</version>
9+
<version>3.29.2-02</version>
1010
</parent>
1111

1212
<artifactId>nexus-okta-auth-plugin</artifactId>

0 commit comments

Comments
 (0)