Skip to content

Commit

Permalink
Update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jul 1, 2022
1 parent 594a3b1 commit da43d69
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/site/markdown/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ a script to run the demo classes from the command-line.

The files can be found in

* `junixsocket/junixsocket-dist/target/junixsocket-dist-2.5.0-bin`
* `junixsocket/junixsocket-dist/target/junixsocket-dist-2.5.0-bin.tar.gz`
* `junixsocket/junixsocket-dist/target/junixsocket-dist-2.5.0-bin.zip`
* `junixsocket/junixsocket-dist/target/junixsocket-dist-(VERSION)-bin`
* `junixsocket/junixsocket-dist/target/junixsocket-dist-(VERSION)-bin.tar.gz`
* `junixsocket/junixsocket-dist/target/junixsocket-dist-(VERSION)-bin.zip`

### Deploy code to Maven central

Expand All @@ -119,7 +119,7 @@ The files can be found in
mvn clean install -Pstrict -Prelease

# after gpgkeyname, specify the key you want to use for signing
mvn deploy -Pstrict -Prelease -Psigned -Dgpgkeyname=[email protected] -Dgpg.executable=$(which gpg)
mvn deploy -Pstrict -Prelease -Psigned -Dgpgkeyname=$(git config --get user.email) -Dgpg.executable=$(which gpg)

##### Notes

Expand Down

0 comments on commit da43d69

Please sign in to comment.