diff --git a/gradle.properties b/gradle.properties index 9a11fe5..b82470e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/pig-gradle-plugin/build.gradle.kts b/pig-gradle-plugin/build.gradle.kts index 5f9ed1f..ba82e68 100644 --- a/pig-gradle-plugin/build.gradle.kts +++ b/pig-gradle-plugin/build.gradle.kts @@ -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" }