-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
594a3b1
commit da43d69
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|