Skip to content

Commit

Permalink
Merge pull request #6 from cyface-de/release-1.0.1_DAT-637
Browse files Browse the repository at this point in the history
Release 1.0.1 dat 637
  • Loading branch information
hb0 authored Oct 20, 2021
2 parents dac8ace + a2b9da5 commit 64284a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ plugins {
}

group = "de.cyface"
version = "1.0.0"
version = "1.0.1"

repositories {
gradlePluginPortal() // so that external plugins can be resolved in dependencies section
Expand Down
4 changes: 2 additions & 2 deletions src/main/groovy/de.cyface.android-publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ publishing {
maven {
url = uri("https://maven.pkg.github.com/cyface-de/android-backend")
credentials {
username = project.findProperty("github.user").toString()
password = project.findProperty("github.token").toString()
username = project.findProperty("githubUser").toString()
password = project.findProperty("githubToken").toString()
}
}

Expand Down

0 comments on commit 64284a6

Please sign in to comment.