updating docs

This commit is contained in:
David Turanski
2012-07-04 13:54:26 -04:00
parent 1e6d4060a6
commit fb10fe337b
3 changed files with 11 additions and 1 deletions

View File

@@ -21,6 +21,11 @@
<surname>Gierke</surname> <surname>Gierke</surname>
<affiliation>SpringSource, a division of VMware</affiliation> <affiliation>SpringSource, a division of VMware</affiliation>
</author> </author>
<author>
<firstname>David</firstname>
<surname>Turanski</surname>
<affiliation>SpringSource, a division of VMware</affiliation>
</author>
</authorgroup> </authorgroup>

View File

@@ -14,7 +14,7 @@
<para>Spring Data Gemfire provides support to use the Spring Data <para>Spring Data Gemfire provides support to use the Spring Data
repository abstraction to easily persist entities into Gemfire and execute repository abstraction to easily persist entities into Gemfire and execute
queries. A general introduction into the repository programmin model has queries. A general introduction into the repository programming model has
been provided in <xref linkend="repositories" />.</para> been provided in <xref linkend="repositories" />.</para>
</section> </section>

View File

@@ -54,6 +54,11 @@ def customizePom(pom, gradleProject) {
name = 'Costin Leau' name = 'Costin Leau'
email = 'cleau@vmware.com' email = 'cleau@vmware.com'
} }
developer {
id = 'dturanski'
name = 'David Turanski'
email = 'dturanski@vmware.com'
}
} }
} }
} }