Skip to content

Commit

Permalink
Merge pull request #471 from grails/pre-release-7.0.0-M1
Browse files Browse the repository at this point in the history
Update -SNAPSHOT versions to correct milestone
  • Loading branch information
jamesfredley authored Dec 23, 2024
2 parents 0764185 + 745697b commit 394fe0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions grails-forge-core/src/main/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>hibernate5</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0-M2</version>
</dependency>
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>cache</artifactId>
<version>8.0.0-SNAPSHOT</version>
<version>8.0.0-M2</version>
</dependency>
<dependency>
<groupId>org.grails.plugins</groupId>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>database-migration</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.grails.plugins</groupId>
Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>views-gradle</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.grails.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class HibernateGormSpec extends ApplicationContextSpec implements CommandOutputF
.renderBuildSrc()

then:
template.contains('implementation "org.grails.plugins:hibernate5:9.0.0-SNAPSHOT"')
template.contains('implementation "org.grails.plugins:hibernate5:9.0.0-M2"')
}

void "test buildSrc is present for buildscript dependencies"() {
Expand All @@ -51,7 +51,7 @@ class HibernateGormSpec extends ApplicationContextSpec implements CommandOutputF

expect:
buildGradle != null
buildGradle.contains("classpath \"org.grails.plugins:hibernate5:9.0.0-SNAPSHOT\"")
buildGradle.contains("classpath \"org.grails.plugins:hibernate5:9.0.0-M2\"")

}

Expand Down

0 comments on commit 394fe0d

Please sign in to comment.