Skip to content

Commit

Permalink
Merge pull request #6 from JayChoi1736/240708_versionUpdate
Browse files Browse the repository at this point in the history
Update build.gradle to 1.12.0
  • Loading branch information
jack authored Jul 8, 2024
2 parents 848d689 + 31c0733 commit f71d778
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apply plugin: 'io.codearte.nexus-staging'


allprojects {
version '1.11.1'
version '1.12.0'
group 'com.klaytn.caver'
description 'caver-java project'

Expand Down Expand Up @@ -96,7 +96,7 @@ configure(subprojects.findAll {it.name != 'integration-test' && it.name != 'andr
name = project.name
description = project.description
version = project.version
url = "https://docs.klaytn.com/"
url = "https://docs.kaia.io/"
licenses {
license {
name = "The Apache License, Version 2.0"
Expand Down Expand Up @@ -146,4 +146,4 @@ configure(subprojects.findAll {it.name != 'integration-test' && it.name != 'andr
username= ossrhUsername
password= ossrhPassword
}
}
}
2 changes: 1 addition & 1 deletion release_rc.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Fetch tags from upstream first
git fetch -t [email protected]:klaytn/caver-java.git
git fetch -t [email protected]:kaiachain/caver-java.git

VERSION=$(./find_version.py)
echo "Trying to tag v$VERSION"
Expand Down

0 comments on commit f71d778

Please sign in to comment.