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

8
pom.xml

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<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>
</parent>
@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
<properties>
<project.type>multi</project.type>
<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>
</properties>
@ -91,8 +91,8 @@ @@ -91,8 +91,8 @@
<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>http://repo.springsource.org/libs-snapshot-local</url>
<id>spring-libs-release</id>
<url>http://repo.springsource.org/libs-release</url>
</repository>
</repositories>

6
src/main/resources/changelog.txt

@ -1,6 +1,12 @@ @@ -1,6 +1,12 @@
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)
----------------------------------------
** Bug

2
src/main/resources/notice.txt

@ -1,4 +1,4 @@ @@ -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.
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 @@ @@ -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).

Loading…
Cancel
Save