File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
grails-core/src/test/groovy/grails/util Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16- projectVersion =7.0.1 -SNAPSHOT
16+ projectVersion =7.1.0 -SNAPSHOT
1717
1818javaVersion =17
1919
20- githubBranch =7.0 .x
20+ githubBranch =7.1 .x
2121githubSlug =apache/grails-core
2222
2323# Note: BOM dependencies are defined in dependencies.gradle files to allow for dependabot updates
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public class GrailsUtilTests {
3333
3434 @ Test
3535 public void testGrailsVersion () {
36- assertEquals ("7.0.1 -SNAPSHOT" , GrailsUtil .getGrailsVersion ());
36+ assertEquals ("7.1.0 -SNAPSHOT" , GrailsUtil .getGrailsVersion ());
3737 }
3838
3939 @ AfterEach
You can’t perform that action at this time.
0 commit comments