Skip to content

Commit 1cd2574

Browse files
committed
some version cleanup
1 parent a2befea commit 1cd2574

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
app.grails.version=2.5.1
1+
app.grails.version=7.0.0-SNAPSHOT

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
}
1717

1818
plugins {
19-
id 'io.spring.dependency-management' version '0.5.4.RELEASE'
19+
id 'io.spring.dependency-management'
2020
id 'com.jfrog.bintray' version '1.2'
2121
}
2222

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grailsVersion=3.0.11
1+
grailsVersion=7.0.0-SNAPSHOT
22
vcsUrl=https://github.com/grails-plugins/grails-db-reverse-engineer

test-app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
}
1515

1616
plugins {
17-
id 'io.spring.dependency-management' version '0.5.4.RELEASE'
17+
id 'io.spring.dependency-management'
1818
}
1919

2020
apply plugin: 'spring-boot'

test-app/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
grailsVersion=3.0.11
1+
grailsVersion=7.0.0-SNAPSHOT

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
5.0.0

0 commit comments

Comments
 (0)