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

Commit

Permalink
New version 0.3.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
flytreeleft committed Oct 7, 2018
1 parent 8308f54 commit 1621e55
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ directly, just choose the latest version.

#### 2. Copy all needed jars into nexus system folder
```
PLUGIN_VERSION=0.3.0-SNAPSHOT
PLUGIN_VERSION=0.3.1-SNAPSHOT
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
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM cavemandaveman/nexus:3.6.0-02
ENV NEXUS_PLUGINS ${NEXUS_HOME}/system

# https://github.com/flytreeleft/nexus3-keycloak-plugin
ENV KEYCLOAK_PLUGIN_VERSION 0.3.0-SNAPSHOT
ENV KEYCLOAK_PLUGIN_VERSION 0.3.1-SNAPSHOT
ENV KEYCLOAK_PLUGIN org.github.flytreeleft/nexus3-keycloak-plugin/${KEYCLOAK_PLUGIN_VERSION}

ADD https://github.com/flytreeleft/nexus3-keycloak-plugin/releases/download/${KEYCLOAK_PLUGIN_VERSION}/nexus3-keycloak-plugin-${KEYCLOAK_PLUGIN_VERSION}.jar \
Expand Down
2 changes: 1 addition & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"

IMAGE_NAME=nexus-oss/nexus3
IMAGE_VERSION=3.6.0-02-r2
IMAGE_VERSION=3.6.0-02-r3

docker build -t ${IMAGE_NAME}:${IMAGE_VERSION} \
-f "${DIR}/Dockerfile" "${DIR}"
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ KEYCLOAK_CONFIG="${DIR}/keycloak.json"

DCR_NAME=nexus3
DCR_IMAGE=nexus-oss/nexus3
DCR_IMAGE_VERSION=3.6.0-02-r2
DCR_IMAGE_VERSION=3.6.0-02-r3

if [ ! -e "${KEYCLOAK_CONFIG}" ]; then
echo "Please provide your keycloak.json and put it to ${DIR}"
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.3.0-SNAPSHOT</version>
<version>0.3.1-SNAPSHOT</version>
<name>${project.groupId}:${project.artifactId}</name>
<packaging>bundle</packaging>

Expand Down

0 comments on commit 1621e55

Please sign in to comment.