preparing for 1.0.0.M6
This commit is contained in:
@@ -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