Prepared next development iteration.
Polished deployment information a little.
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-jpa</artifactId>
|
||||
<version>1.0.0.M2</version>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
|
||||
<name>Spring JPA</name>
|
||||
<description>Spring Data module to provide sophisticated support for JPA repositories</description>
|
||||
@@ -64,8 +64,9 @@
|
||||
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<dist.id>spring-data-jpa</dist.id>
|
||||
<dist.name>Spring Data JPA</dist.name>
|
||||
<dist.name>Spring Data</dist.name>
|
||||
<dist.key>DATAJPA</dist.key>
|
||||
<dist.releaseType>snapshot</dist.releaseType>
|
||||
<dist.version>${project.version}</dist.version>
|
||||
<dist.finalName>${dist.id}-${dist.version}</dist.finalName>
|
||||
<dist.fileName>${dist.finalName}.zip</dist.fileName>
|
||||
@@ -250,7 +251,7 @@
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>spring-data-commons-core</artifactId>
|
||||
<version>1.0.0.M5</version>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
<fo:table-row>
|
||||
<fo:table-cell text-align="center">
|
||||
<fo:block font-family="Helvetica" font-size="12pt" padding="10mm">
|
||||
<xsl:text>Copyright © 2010 </xsl:text>
|
||||
<xsl:text>Copyright © 2011</xsl:text>
|
||||
<xsl:for-each select="bookinfo/authorgroup/author">
|
||||
<xsl:if test="position() > 1">
|
||||
<xsl:text>, </xsl:text>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Spring Data JPA Changelog
|
||||
=============================================
|
||||
|
||||
Changes in version 1.0.0.M2
|
||||
Changes in version 1.0.0.M2 (2011-03-24) - https://jira.springsource.org/browse/DATAJPA/fixforversion/11800
|
||||
----------------------------------------
|
||||
* Dynamic sorting functionality (through Sort query method parameter) works again
|
||||
* Added support for 'Distinct' (DATACMNS-15)
|
||||
|
||||
Reference in New Issue
Block a user