diff --git a/README.md b/README.md index b4c0924..f47cb30 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ directly, just choose the latest version. #### 2. Copy all needed jars into nexus system folder ``` -PLUGIN_VERSION=0.4.1-SNAPSHOT +PLUGIN_VERSION=0.4.1 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 diff --git a/docker/Dockerfile b/docker/Dockerfile index d36c751..b12e6f2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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.4.1-SNAPSHOT +ENV KEYCLOAK_PLUGIN_VERSION 0.4.1 # The release name in the release page: https://github.com/flytreeleft/nexus3-keycloak-plugin/releases -ENV KEYCLOAK_PLUGIN_RELEASE_NAME 0.4.1-SNAPSHOT +ENV KEYCLOAK_PLUGIN_RELEASE_NAME 0.4.1 ENV KEYCLOAK_PLUGIN /org/github/flytreeleft/nexus3-keycloak-plugin/${KEYCLOAK_PLUGIN_VERSION}/nexus3-keycloak-plugin-${KEYCLOAK_PLUGIN_VERSION} USER root diff --git a/pom.xml b/pom.xml index 37da118..7f812ed 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.github.flytreeleft nexus3-keycloak-plugin - 0.4.1-SNAPSHOT + 0.4.1 ${project.groupId}:${project.artifactId} bundle