-
Notifications
You must be signed in to change notification settings - Fork 949
Version Management
bobbywarner edited this page Apr 12, 2013
·
11 revisions
This is a cheat-sheet for the things that need to be updated when changing versions.
- build.gradle
- build.properties
- grails-test-suite-uber/src/test/groovy/grails/util/GrailsUtilTests.java
- build.gradle
- gradle/assemble.gradle
- grails-resources/src/grails/grails-app/conf/BuildConfig.groovy
- grails-resources/src/grails/templates/maven/app.pom
- build.gradle
- grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java
- build.gradle
- gradle/wrapper/gradle-wrapper.properties
- gradle/wrapper/gradle-wrapper.jar
- build.gradle
- grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java
- grails-plugin-log4j/build.gradle
- grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.java
- build.gradle
This is not quite accurate because of the way Grails creates an Ivy repo. There are additional updates needed to upgrade Gradle for Grails. Someday, hopefully it will be as simple as changing these three artifacts.