Skip to content

Commit

Permalink
Replace personal info for publishing with Infinum's info
Browse files Browse the repository at this point in the history
  • Loading branch information
KCeh committed Sep 10, 2024
1 parent a63daba commit 8dc2849
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 35 deletions.
6 changes: 3 additions & 3 deletions sentinel-no-op/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ afterEvaluate {
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
email = 'team.android@infinum.com'
}
}
scm {
Expand Down
6 changes: 3 additions & 3 deletions sentinel/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ afterEvaluate {
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
email = 'team.android@infinum.com'
}
}
scm {
Expand Down
6 changes: 3 additions & 3 deletions tool-appgallery/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ afterEvaluate {
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
email = 'team.android@infinum.com'
}
}
scm {
Expand Down
6 changes: 3 additions & 3 deletions tool-chucker/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ afterEvaluate {
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
email = 'team.android@infinum.com'
}
}
scm {
Expand Down
6 changes: 3 additions & 3 deletions tool-collar/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ afterEvaluate {
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
email = 'team.android@infinum.com'
}
}
scm {
Expand Down
6 changes: 3 additions & 3 deletions tool-dbinspector/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ afterEvaluate {
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
email = 'team.android@infinum.com'
}
}
scm {
Expand Down
6 changes: 3 additions & 3 deletions tool-googleplay/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ afterEvaluate {
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
email = 'team.android@infinum.com'
}
}
scm {
Expand Down
6 changes: 3 additions & 3 deletions tool-leakcanary/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ afterEvaluate {
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
email = 'team.android@infinum.com'
}
}
scm {
Expand Down
6 changes: 3 additions & 3 deletions tool-thimble/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ afterEvaluate {
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
email = 'team.android@infinum.com'
}
}
scm {
Expand Down
11 changes: 3 additions & 8 deletions tool-timber/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,9 @@ afterEvaluate {
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = '[email protected]'
}
developer {
id = 'gobbletsit'
name = 'Nikola Gobović'
email = '[email protected]'
id = 'Infinum'
name = 'Infinum Inc.'
email = '[email protected]'
}
}
scm {
Expand Down

0 comments on commit 8dc2849

Please sign in to comment.