diff --git a/build.gradle b/build.gradle index f1b8cb6..31d0748 100644 --- a/build.gradle +++ b/build.gradle @@ -9,9 +9,9 @@ buildscript { dependencies { classpath "io.github.gradle-nexus:publish-plugin:1.3.0" classpath "org.graceframework:grace-gradle-plugin:$graceVersion" - classpath "org.graceframework.plugins:asset-pipeline-gradle:6.0.0-RC1" + classpath "org.graceframework.plugins:asset-pipeline-gradle:6.0.0" classpath "com.github.erdi:webdriver-binaries-gradle-plugin:3.2" - classpath "org.graceframework.plugins:database-migration:6.0.0-RC1" + classpath "org.graceframework.plugins:database-migration:6.0.0" } } @@ -75,7 +75,7 @@ dependencies { implementation "org.graceframework.plugins:database-migration" implementation "org.graceframework.plugins:hibernate" profile "org.graceframework.profiles:web" - runtimeOnly "org.graceframework.plugins:asset-pipeline-plugin:6.0.0-RC1" + runtimeOnly "org.graceframework.plugins:asset-pipeline-plugin:6.0.0" runtimeOnly "com.h2database:h2" runtimeOnly "org.apache.tomcat:tomcat-jdbc" testImplementation "org.graceframework:grace-test-support" diff --git a/gradle.properties b/gradle.properties index 2ff3405..07d56b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ projectVersion=1.0.0-SNAPSHOT -graceVersion=2023.0.0-RC2 +graceVersion=2023.0.0 groovyVersion=4.0.22 org.gradle.daemon=true org.gradle.parallel=true diff --git a/plugin/gradle.properties b/plugin/gradle.properties index a7e168c..b1feb01 100644 --- a/plugin/gradle.properties +++ b/plugin/gradle.properties @@ -1,4 +1,4 @@ projectName=admin -graceVersion=2023.0.0-RC2 +graceVersion=2023.0.0 groovyVersion=4.0.22 exploded=true \ No newline at end of file