Skip to content

Commit

Permalink
Update bintray credentials and license info
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin committed Aug 13, 2018
1 parent 57cab9a commit eacfc01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ env:
global:
- JAVA_OPTS="-XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled"
- TESTS_OPTS="-DGitHubTests.testPath=$HOME/tests"
- secure: "OlSe9DlT1D/b/ru3uO1m8nwevaDhH9XGmAfJ/2U69eBwRtg/aLEF9ZpULrMNTDR8XbNT6uuZsvvRby5HOKPRRkOqnWIY8He2hRpw0IYDONfRfKXIcr4WuJM3N98mQ9RYoNcV9LbHoXFQtfc7oUIp5o7WsCx5Pd/Ygyz4ZVNBc5g="
- secure: "Y5L4DJXonAavfoUAMgM+RUTVYfyT5YkB8yBp8oUTK6RMCUrSTXB2Kpa8fvP8gvPXIXpIQgxa+bn/85wSrFAm8I9e4zXYO/1h4TPsbXrE1KB3aIXlg96wr1WRg+YyWed1VOtrCDZhO0K9l2fEG4ktysv+vtSaDxRVjtnFX+0Xymk="
- secure: "gPsPLKY5mOiB28FLVC35iveJWYsRpi4+AC9qdPgrwv9ZkcLyTac2Sb34jzKNMq2ZxswZ5u+PRHgguoF4HmxLWAR1st22usnLwqF+mxSs/+/VtVzssYDn5iXeuSIH0BHfRdCoIu41GSrI/e9OJ8V1tt4q9cz1ROHkdBn3J9w1J6M="
- secure: "PPY1S2n83Vbca/t2nKiN8xUt8BUOGrwFG7rvsxJBc2i2tCJR7iYDt0EFBE4I2Up8kV7mcVaDHTrts5sylykFRN57jiSA5NqtqPodPIekJ/A9vNwmP6Ok6pMN+mOeoJOXfFZ7SfJQqSDNMHtdPm8q+2gwVzzfu0qJ1Hp5iWOZFD0="
4 changes: 2 additions & 2 deletions ethereumj-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ def customizePom(pom, gradleProject) {
}
licenses {
license {
name "The MIT License"
url "http://mit-license.org/"
name "GNU Lesser General Public License v3.0"
url "https://www.gnu.org/licenses/lgpl-3.0.en.html"
distribution "repo"
}
}
Expand Down

0 comments on commit eacfc01

Please sign in to comment.