prepared for snapshot builds
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -5,14 +5,14 @@
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-commons-dist</artifactId>
|
||||
<name>Spring Data Commons Distribution</name>
|
||||
<version>1.0.0.M4</version>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>spring-data-commons-parent</module>
|
||||
<module>spring-data-commons-core</module>
|
||||
<!-- <module>spring-data-commons-aspects</module> -->
|
||||
<!-- <module>spring-data-commons-extensions</module> -->
|
||||
<module>spring-data-commons-aspects</module>
|
||||
<module>spring-data-commons-extensions</module>
|
||||
</modules>
|
||||
|
||||
<developers>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
<artifactId>spring-data-commons-parent</artifactId>
|
||||
<version>1.0.0.M4</version>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</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.M4</version>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
@@ -1,6 +1,16 @@
|
||||
Spring Data Commons Changelog
|
||||
=============================================
|
||||
|
||||
Changes in version 1.0.0.M5
|
||||
----------------------------------------
|
||||
|
||||
General
|
||||
|
||||
|
||||
Repository
|
||||
* Extension module for Spring MVC integration (DATAJPA-19)
|
||||
|
||||
|
||||
Changes in version 1.0.0.M4 (2011-03-15)
|
||||
----------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user