Browse Source

DATAMONGO-729 - Prepare 1.2.3 release.

Upgraded to Spring Data Build 1.0.4.RELEASE, Spring Data Commons 1.5.2.RELEASE. Updated changelog, notice and readmes. Removed Snapshot repository in favor of the release one.
pull/62/head
Oliver Gierke 13 years ago
parent
commit
67b91e446e
  1. 2
      README.md
  2. 8
      pom.xml
  3. 6
      src/main/resources/changelog.txt
  4. 2
      src/main/resources/notice.txt
  5. 2
      src/main/resources/readme.txt

2
README.md

@ -33,7 +33,7 @@ For those in a hurry:
<dependency> <dependency>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId> <artifactId>spring-data-mongodb</artifactId>
<version>1.2.1.RELEASE</version> <version>1.2.3.RELEASE</version>
</dependency> </dependency>
``` ```

8
pom.xml

@ -15,7 +15,7 @@
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId> <artifactId>spring-data-parent</artifactId>
<version>1.0.3.RELEASE</version> <version>1.0.4.RELEASE</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath> <relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent> </parent>
@ -29,7 +29,7 @@
<properties> <properties>
<project.type>multi</project.type> <project.type>multi</project.type>
<dist.id>spring-data-mongodb</dist.id> <dist.id>spring-data-mongodb</dist.id>
<springdata.commons>1.5.2.BUILD-SNAPSHOT</springdata.commons> <springdata.commons>1.5.2.RELEASE</springdata.commons>
<mongo>2.10.1</mongo> <mongo>2.10.1</mongo>
</properties> </properties>
@ -91,8 +91,8 @@
<repositories> <repositories>
<repository> <repository>
<id>spring-libs-snapshot</id> <id>spring-libs-release</id>
<url>http://repo.springsource.org/libs-snapshot-local</url> <url>http://repo.springsource.org/libs-release</url>
</repository> </repository>
</repositories> </repositories>

6
src/main/resources/changelog.txt

@ -1,6 +1,12 @@
Spring Data MongoDB Changelog Spring Data MongoDB Changelog
============================= =============================
Changes in version 1.2.3.GA (2013-07-24)
----------------------------------------
** Task
* [DATAMONGO-728] - Add missing package-info.java files
* [DATAMONGO-729] - Release 1.2.3.
Changes in version 1.2.2.GA (2013-07-19) Changes in version 1.2.2.GA (2013-07-19)
---------------------------------------- ----------------------------------------
** Bug ** Bug

2
src/main/resources/notice.txt

@ -1,4 +1,4 @@
Spring Data Document 1.2.2 Spring Data Document 1.2.3
Copyright (c) [2010-2013] SpringSource, a division of VMware, Inc. Copyright (c) [2010-2013] SpringSource, a division of VMware, Inc.
This product is licensed to you under the Apache License, Version 2.0 (the "License"). This product is licensed to you under the Apache License, Version 2.0 (the "License").

2
src/main/resources/readme.txt

@ -1,4 +1,4 @@
SPRING DATA MongoDB 1.2.2.GA SPRING DATA MongoDB 1.2.3.GA
---------------------------- ----------------------------
Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt). Spring Data MongoDB is released under the terms of the Apache Software License Version 2.0 (see license.txt).

Loading…
Cancel
Save