preparing for M2

This commit is contained in:
Thomas Risberg
2011-01-31 15:07:54 -05:00
parent 1068f9dfb1
commit 3714f0aa01
5 changed files with 38 additions and 5 deletions
+23 -1
View File
@@ -5,7 +5,7 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-dist</artifactId>
<name>Spring Data Commons Distribution</name>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.M2</version>
<packaging>pom</packaging>
<modules>
@@ -27,6 +27,28 @@
</roles>
<timezone>-5</timezone>
</developer>
<developer>
<id>olivergierke</id>
<name>Oliver Gierke</name>
<email>ogierke at vmware.com</email>
<organization>SpringSource</organization>
<organizationUrl>http://www.SpringSource.com</organizationUrl>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
<developer>
<id>mhunger</id>
<name>Michael Hunger</name>
<email>michael.hunger at neotechnology.com</email>
<organization>Neo Technology</organization>
<organizationUrl>http://www.neotechnology.com</organizationUrl>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
</developer>
</developers>
<licenses>
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.M2</version>
<relativePath>../spring-data-commons-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-data-commons-aspects</artifactId>
+1 -1
View File
@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.M2</version>
<relativePath>../spring-data-commons-parent/pom.xml</relativePath>
</parent>
<artifactId>spring-data-commons-core</artifactId>
+2 -2
View File
@@ -6,7 +6,7 @@
<artifactId>spring-data-commons-parent</artifactId>
<name>Spring Data Commons Parent</name>
<url>http://www.springsource.org/spring-data</url>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.M2</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -15,7 +15,7 @@
<log4j.version>1.2.15</log4j.version>
<org.mockito.version>1.8.4</org.mockito.version>
<org.slf4j.version>1.5.10</org.slf4j.version>
<org.springframework.version>3.0.4.RELEASE</org.springframework.version>
<org.springframework.version>3.0.5.RELEASE</org.springframework.version>
</properties>
<profiles>
<profile>
+11
View File
@@ -1,6 +1,17 @@
Spring Data Commons Changelog
=============================================
Changes in version 1.0.0.M2 (2011-01-31)
----------------------------------------
General
* Indexed annotation now has an "indexName" attribute
Repository
* Improvements in the pagination support
* Introduced Property abstraction for more sophisticated query method name parsing.
* Made transaction support in repository factory base classes optional
Changes in version 1.0.0.M1 (2010-12-23)
----------------------------------------