Skip to content

Commit

Permalink
Merge pull request #1516 from onflow/bump-jvm-version
Browse files Browse the repository at this point in the history
Bump JVM version for release
  • Loading branch information
franklywatson authored Oct 7, 2024
2 parents 2cfdc9b + b104fb8 commit f52daf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protobuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ JVM support is in the alpha stage; many steps require manual intervention.

### Publishing with GitHub Actions

The "com.vanniktech.maven.publish" plugin is used to automate Maven releases for JVM protobuf generation. More information on the release process can be found here [here](https://vanniktech.github.io/gradle-maven-publish-plugin/central/).
The "com.vanniktech.maven.publish" plugin is used to automate Maven releases for JVM protobuf generation. More information on the release process can be found [here](https://vanniktech.github.io/gradle-maven-publish-plugin/central/).

There are two GitHub Actions configured to run on the master branch:

Expand Down
2 changes: 1 addition & 1 deletion protobuf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fun getProp(name: String, defaultValue: String? = null): String? {

// configuration variables
val defaultGroupId = "org.onflow"
val defaultVersion = "1.0.0"
val defaultVersion = "1.1.0"

group = getProp("groupId", defaultGroupId)!!
version = when {
Expand Down

0 comments on commit f52daf7

Please sign in to comment.