Skip to content

Commit bc85cb2

Browse files
committed
prepare release 3.0
1 parent ee694c7 commit bc85cb2

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,10 @@ For the following commands we assume your nexus installation resides in `/opt/so
4343

4444
#### 1. Download and install
4545

46-
The following lines will:
47-
- create a directory in the `nexus` / `kafka` maven repository
48-
- download the latest release from github
49-
- unzip the releae to the deploy directory
46+
Download the latest release from github and palce it in the `nexus/deploy` folder, e.g., like so:
47+
5048
```shell
51-
wget -O /opt/sonatype/nexus/system/com/larscheidschmitzhermes/nexus3-github-oauth-plugin.zip https://github.com/larscheid-schmitzhermes/nexus3-github-oauth-plugin/releases/download/3.0.0/nexus3-github-oauth-plugin.zip &&\
52-
unzip /opt/sonatype/nexus/system/com/larscheidschmitzhermes/nexus3-github-oauth-plugin.zip -d /opt/sonatype/nexus/deploy/
49+
wget -O /opt/sonatype/nexus/deploy/nexus3-github-oauth-plugin.kar https://github.com/larscheid-schmitzhermes/nexus3-github-oauth-plugin/releases/download/3.0.0/nexus3-github-oauth-plugin.kar
5350
```
5451

5552
#### 2. Create configuration

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>com.larscheidschmitzhermes</groupId>
2222
<artifactId>nexus3-github-oauth-plugin</artifactId>
23-
<version>2.1.2</version>
23+
<version>3.0.0</version>
2424

2525
<name>${project.groupId}:${project.artifactId}</name>
2626
<packaging>bundle</packaging>

0 commit comments

Comments
 (0)