Skip to content

Commit

Permalink
update the plugin used to push code to the central repo, add an instr…
Browse files Browse the repository at this point in the history
…uction about how to get a signing key
  • Loading branch information
mediocretes committed May 21, 2019
1 parent c08a928 commit 3ec4cff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ We are here to help. Email us at [[email protected]](mailto:support@in
8. Tag version: `git tag 'vX.Y.Z' && git push --tags`
9. `eval $(gpg-agent --daemon)`
10. `gpg --use-agent --armor --detach-sign` and press ^C after authenticating
11. `mvn clean deploy`
12. Use the git tag and make a new release with `target/instrumental_agent-*` attached, https://github.com/instrumental/instrumental_agent-java/tags
13. Refresh documentation on instrumentalapp.com
11. Until maven gpg 1.7 is released, you may need to do this instead: `gpg --use-agent --armor --detach-sign --output $(mktemp) pom.xml`
12. `mvn clean deploy`
13. Use the git tag and make a new release with `target/instrumental_agent-*` attached, https://github.com/instrumental/instrumental_agent-java/tags
14. Refresh documentation on instrumentalapp.com


## Version Policy
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6</version>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 3ec4cff

Please sign in to comment.