preparing for 1.0.0.M6

This commit is contained in:
Thomas Risberg
2011-03-25 16:46:33 -04:00
parent b52de879de
commit 06656ae062
5 changed files with 12 additions and 5 deletions

View File

@@ -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>

View File

@@ -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)
----------------------------------------