File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ h3. v0.7.4 - 2011-10-13
7
7
* Added validation property to query parameters to optionally turn of validation (thanks to Alexander)
8
8
* Using MongoDB java driver *2.6*
9
9
10
-
11
10
h3. v0.7.3 - 2011-07-03
12
11
* updated morphia library to *1.00-SNAPSHOT* (r1740)
13
12
* Added sorting order parameter in MongoDB queries - better gorm compatibility
Original file line number Diff line number Diff line change 1
- <plugin name =' mongodb-morphia' version =' 0.6.2 ' grailsVersion =' 1.3.4 > *' >
1
+ <plugin name =' mongodb-morphia' version =' 0.7.4 ' grailsVersion =' 1.3.4 > *' >
2
2
<author >Juri Kuehn</author >
3
3
<authorEmail >juri.kuehn at gmail.com</authorEmail >
4
4
<title >Alternative MongoDB GORM based on the Morphia library (former gorm-mongodb)</title >
5
5
<description >GORM implementation for the MongoDB NoSQL database based on the Morphia library</description >
6
6
<documentation >http://wiki.github.com/jkuehn/gorm-mongodb/</documentation >
7
+ <type >MongodbMorphiaGrailsPlugin</type >
7
8
<resources >
8
- <resource >BuildConfig</resource >
9
- <resource >Config</resource >
10
- <resource >DataSource</resource >
11
- <resource >UrlMappings</resource >
12
9
<resource >org.acme.Project</resource >
13
10
<resource >org.acme.Task</resource >
11
+ <resource >org.acme.inheritance.Person</resource >
12
+ <resource >org.acme.inheritance.User</resource >
14
13
<resource >org.acme.Contact</resource >
15
14
</resources >
16
15
<dependencies >
You can’t perform that action at this time.
0 commit comments