preparing for 1.0.0.M6
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -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.M6</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
|
||||
@@ -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.M6</version>
|
||||
<relativePath>../spring-data-commons-parent/pom.xml</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-data-commons-core</artifactId>
|
||||
|
||||
@@ -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.M6</version>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
<!-- adds module jars to the distribution archive under the 'dist' directory -->
|
||||
<includes>
|
||||
<include>org.springframework.data:spring-data-commons-core</include>
|
||||
<include>org.springframework.data:spring-data-commons-aspects</include>
|
||||
</includes>
|
||||
<binaries>
|
||||
<outputDirectory>dist</outputDirectory>
|
||||
@@ -56,7 +55,6 @@
|
||||
see pom.xml 'maven-source-plugin' declaration -->
|
||||
<includes>
|
||||
<include>org.springframework.data:spring-data-commons-core</include>
|
||||
<include>org.springframework.data:spring-data-commons-aspects</include>
|
||||
</includes>
|
||||
<binaries>
|
||||
<attachmentClassifier>sources</attachmentClassifier>
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
Spring Data Commons Changelog
|
||||
=============================================
|
||||
|
||||
Changes in version 1.0.0.M6 (2011-03-25)
|
||||
----------------------------------------
|
||||
|
||||
General
|
||||
* extracted StateBackedCreator interface
|
||||
* added caching to AbstractConstructorEntityInstantiator
|
||||
* Use BeanUtils to instantiate objects to not enforce them to be public.
|
||||
|
||||
|
||||
Changes in version 1.0.0.M5 (2011-03-23)
|
||||
----------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user