Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
Change version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flytreeleft committed Apr 18, 2021
1 parent 7e2ee12 commit aeafb92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ directly, just choose the latest version.
#### 2. Copy all needed jars into nexus system folder

```
PLUGIN_VERSION=0.5.0-SNAPSHOT
PLUGIN_VERSION=0.5.0
jars="org/github/flytreeleft/nexus3-keycloak-plugin/$PLUGIN_VERSION/nexus3-keycloak-plugin-$PLUGIN_VERSION.jar"
for jar in $(echo $jars | sed 's/ /\n/g'); do
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ FROM sonatype/nexus3:3.22.0
ENV NEXUS_PLUGINS ${NEXUS_HOME}/system

# https://github.com/flytreeleft/nexus3-keycloak-plugin
ENV KEYCLOAK_PLUGIN_VERSION 0.5.0-SNAPSHOT
ENV KEYCLOAK_PLUGIN_VERSION 0.5.0
# The release name in the release page: https://github.com/flytreeleft/nexus3-keycloak-plugin/releases
ENV KEYCLOAK_PLUGIN_RELEASE_NAME 0.5.0-prev1-SNAPSHOT
ENV KEYCLOAK_PLUGIN_RELEASE_NAME v0.5.0
ENV KEYCLOAK_PLUGIN /org/github/flytreeleft/nexus3-keycloak-plugin/${KEYCLOAK_PLUGIN_VERSION}/nexus3-keycloak-plugin-${KEYCLOAK_PLUGIN_VERSION}

USER root
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.github.flytreeleft</groupId>
<artifactId>nexus3-keycloak-plugin</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>bundle</packaging>

Expand Down

0 comments on commit aeafb92

Please sign in to comment.