Skip to content

Commit

Permalink
update repo location and uprev (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: jflo <[email protected]>
  • Loading branch information
jflo authored Jan 9, 2025
1 parent 7c65727 commit d29eae8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,17 @@ publishing {
pom {
name = 'besu-errorprone-checks'
description = 'A collection of custom error prone checks'
url = 'https://github.com/hyperledger/besu-errorprone-checks'
url = 'https://github.com/besu-eth/besu-errorprone-checks'
licenses {
license {
name = 'The Apache License, Version 2.0'
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
scm {
connection = 'scm:git:git://github.com/hyperledger/besu-errorprone-checks.git'
developerConnection = 'scm:git:ssh://github.com/hyperledger/besu-errorprone-checks.git'
url = 'https://github.com/hyperledger/besu-errorprone-checks'
connection = 'scm:git:git://github.com/besu-eth/besu-errorprone-checks.git'
developerConnection = 'scm:git:ssh://github.com/besu-eth/besu-errorprone-checks.git'
url = 'https://github.com/besu-eth/besu-errorprone-checks'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.0.0
version=1.0.1

org.gradle.welcome=never

Expand Down

0 comments on commit d29eae8

Please sign in to comment.