Skip to content

Commit 4e25cd8

Browse files
committed
0.7.4 release
1 parent 5e4727e commit 4e25cd8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Diff for: CHANGES.textile

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ h3. v0.7.4 - 2011-10-13
77
* Added validation property to query parameters to optionally turn of validation (thanks to Alexander)
88
* Using MongoDB java driver *2.6*
99

10-
1110
h3. v0.7.3 - 2011-07-03
1211
* updated morphia library to *1.00-SNAPSHOT* (r1740)
1312
* Added sorting order parameter in MongoDB queries - better gorm compatibility

Diff for: plugin.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
<plugin name='mongodb-morphia' version='0.6.2' grailsVersion='1.3.4 &gt; *'>
1+
<plugin name='mongodb-morphia' version='0.7.4' grailsVersion='1.3.4 &gt; *'>
22
<author>Juri Kuehn</author>
33
<authorEmail>juri.kuehn at gmail.com</authorEmail>
44
<title>Alternative MongoDB GORM based on the Morphia library (former gorm-mongodb)</title>
55
<description>GORM implementation for the MongoDB NoSQL database based on the Morphia library</description>
66
<documentation>http://wiki.github.com/jkuehn/gorm-mongodb/</documentation>
7+
<type>MongodbMorphiaGrailsPlugin</type>
78
<resources>
8-
<resource>BuildConfig</resource>
9-
<resource>Config</resource>
10-
<resource>DataSource</resource>
11-
<resource>UrlMappings</resource>
129
<resource>org.acme.Project</resource>
1310
<resource>org.acme.Task</resource>
11+
<resource>org.acme.inheritance.Person</resource>
12+
<resource>org.acme.inheritance.User</resource>
1413
<resource>org.acme.Contact</resource>
1514
</resources>
1615
<dependencies>

0 commit comments

Comments
 (0)