Skip to content

Commit

Permalink
release documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Hartmann committed Apr 1, 2018
1 parent f4a4867 commit 3803623
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ during `mvn verify` step. Most errors can be fixed with

### Releases

This project uses the [maven-release-plugin](http://maven.apache.org/maven-release/maven-release-plugin/) to
create new release versions. This happens in two steps:
The release process is copied frome this [blog post](https://dracoblue.net/dev/uploading-snapshots-and-releases-to-maven-central-with-travis/):

mvn clean release:prepare -Prelease

mvn release:perform -Prelease
* Snapshot releases to Maven Central are performed automatically by Travis CI on every push to `master`.
* Final releases to Maven Central are performed automatically by Travis CI after creating and pushing a git tag.

0 comments on commit 3803623

Please sign in to comment.