Skip to content

Commit

Permalink
Merge pull request #84 from infinum/fix/replace-developer-info-with-i…
Browse files Browse the repository at this point in the history
…nfinum-info

Replace personal info for publishing with Infinum's info
  • Loading branch information
KCeh authored Sep 13, 2024
2 parents a63daba + 3f818c6 commit 2ff4786
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 35 deletions.
10 changes: 7 additions & 3 deletions sentinel-no-op/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ afterEvaluate {
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
organization {
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
}
scm {
Expand Down
10 changes: 7 additions & 3 deletions sentinel/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ afterEvaluate {
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
organization {
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
}
scm {
Expand Down
10 changes: 7 additions & 3 deletions tool-appgallery/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ afterEvaluate {
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
organization {
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
}
scm {
Expand Down
10 changes: 7 additions & 3 deletions tool-chucker/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ afterEvaluate {
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
organization {
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
}
scm {
Expand Down
10 changes: 7 additions & 3 deletions tool-collar/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ afterEvaluate {
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
organization {
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
}
scm {
Expand Down
10 changes: 7 additions & 3 deletions tool-dbinspector/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ afterEvaluate {
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
organization {
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
}
scm {
Expand Down
10 changes: 7 additions & 3 deletions tool-googleplay/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ afterEvaluate {
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
organization {
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
}
scm {
Expand Down
10 changes: 7 additions & 3 deletions tool-leakcanary/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ afterEvaluate {
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
organization {
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
}
scm {
Expand Down
10 changes: 7 additions & 3 deletions tool-thimble/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ afterEvaluate {
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
organization {
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = 'bojan.komljenovic@infinum.com'
id = 'Infinum'
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
}
scm {
Expand Down
15 changes: 7 additions & 8 deletions tool-timber/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,15 @@ afterEvaluate {
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
organization {
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
developers {
developer {
id = 'knobtviker'
name = 'Bojan Komljenović'
email = '[email protected]'
}
developer {
id = 'gobbletsit'
name = 'Nikola Gobović'
email = '[email protected]'
id = 'Infinum'
name = 'Infinum Inc.'
url = 'https://infinum.com'
}
}
scm {
Expand Down

0 comments on commit 2ff4786

Please sign in to comment.