Skip to content

Commit

Permalink
Prepare 0.6.3 release and gradle plugin release
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed Apr 18, 2024
1 parent fa0f3dc commit 83d7bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.partiql
version=0.6.3-SNAPSHOT
version=0.6.3
# Required for the maven publish plugin--these properties must be present even if they contain placeholder values.
ossrhUsername=EMPTY
ossrhPassword=EMPTY
2 changes: 1 addition & 1 deletion pig-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

object Versions {
const val pig = "0.6.2"
const val pig = "0.6.3"
const val kotlinTarget = "1.4"
const val javaTarget = "1.8"
}
Expand Down

0 comments on commit 83d7bbc

Please sign in to comment.