Skip to content

Commit

Permalink
Release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kreinhard committed Nov 25, 2018
1 parent fd94c45 commit 5bff5dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ allprojects {
apply plugin: 'maven'

group = 'de.micromata.paypal'
version = '0.1-SNAPSHOT'
version = '0.1'
}

subprojects {
Expand Down
5 changes: 5 additions & 0 deletions paypal-core/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ mavenPassword=<your maven password>

Ensure that `GRADLE_USER_HOME` environment variable points to `~/.gradle`.


==== Staging a release

Refer https://central.sonatype.org/pages/releasing-the-deployment.html.

0 comments on commit 5bff5dd

Please sign in to comment.