Skip to content

Commit

Permalink
Merge pull request grails#396 from bobbywarner/plugins
Browse files Browse the repository at this point in the history
Hibernate Plugin update in app.pom and assemble.gradle
  • Loading branch information
graemerocher committed Sep 6, 2013
2 parents 5620509 + 6260a54 commit 71a10d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/assemble.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ task pluginsFromRepo {
ext.plugins = [
cache: "1.1.1",
'database-migration': "1.3.5",
hibernate: "3.6.10",
hibernate: "3.6.10.1",
jquery: "1.10.2",
resources: "1.2",
scaffolding: "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion grails-resources/src/grails/templates/maven/app.pom
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>org.grails.plugins</groupId>
<artifactId>hibernate</artifactId>
<version>3.6.10</version>
<version>3.6.10.1</version>
<type>zip</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit 71a10d4

Please sign in to comment.