Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Release 2022.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Apr 8, 2023
1 parent c5610de commit dbde2cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion"
classpath "org.grails:grails-docs:${project.ext.properties.grailsDocsVersion ?: grailsVersion}"
classpath "io.github.gradle-nexus:publish-plugin:1.1.0"
}
Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
title=Groovy Server Pages (GSP)
authors=Graeme Rocher
projectVersion=2022.0.0-SNAPSHOT
projectVersion=2022.0.0
projectDesc=GSP (Groovy Server Pages) - A server-side view rendering technology based on Groovy
projectUrl=https://github.com/grails/grails-gsp
githubSlug=grails/grails-gsp
githubBranch=2022.0.x
developers=Graeme Rocher
grailsVersion=2022.0.0-SNAPSHOT
grailsVersion=5.1.10
grailsGradlePluginVersion=5.1.5
groovyVersion=3.0.14
servletApiVersion=4.0.1
javaParserCoreVersion=3.15.14
Expand Down
2 changes: 1 addition & 1 deletion grails-plugin-gsp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

runtimeOnly(project(":grails-web-jsp"))
api "commons-lang:commons-lang:2.6"
api "org.grails:grails-plugin-api:$grailsVersion"
api "org.grails:grails-core:$grailsVersion"
api "org.grails:grails-plugin-codecs:$grailsVersion"
api "org.grails:grails-plugin-url-mappings:$grailsVersion"
astImplementation "org.grails:grails-web:$grailsVersion"
Expand Down

0 comments on commit dbde2cb

Please sign in to comment.