Skip to content

Commit beeed68

Browse files
committed
DATAMONGO-514 - Release 1.0.4.RELEASE.
1 parent 22872f9 commit beeed68

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>Spring Data MongoDB Distribution</name>
77
<description>Spring Data project for MongoDB</description>
88
<url>http://www.springsource.org/spring-data/mongodb</url>
9-
<version>1.0.4.BUILD-SNAPSHOT</version>
9+
<version>1.0.4.RELEASE</version>
1010
<packaging>pom</packaging>
1111
<modules>
1212
<module>spring-data-mongodb</module>

spring-data-mongodb-cross-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-mongodb-parent</artifactId>
7-
<version>1.0.4.BUILD-SNAPSHOT</version>
7+
<version>1.0.4.RELEASE</version>
88
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-mongodb-cross-store</artifactId>

spring-data-mongodb-log4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-mongodb-parent</artifactId>
7-
<version>1.0.4.BUILD-SNAPSHOT</version>
7+
<version>1.0.4.RELEASE</version>
88
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-mongodb-log4j</artifactId>

spring-data-mongodb-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>Spring Data MongoDB Parent</name>
77
<description>Spring Data project for MongoDB</description>
88
<url>http://www.springsource.org/spring-data/mongodb</url>
9-
<version>1.0.4.BUILD-SNAPSHOT</version>
9+
<version>1.0.4.RELEASE</version>
1010
<packaging>pom</packaging>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -198,7 +198,7 @@
198198
<dependency>
199199
<groupId>org.springframework.data</groupId>
200200
<artifactId>spring-data-mongodb</artifactId>
201-
<version>1.0.4.BUILD-SNAPSHOT</version>
201+
<version>1.0.4.RELEASE</version>
202202
</dependency>
203203

204204
<!-- Logging -->

spring-data-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.data</groupId>
66
<artifactId>spring-data-mongodb-parent</artifactId>
7-
<version>1.0.4.BUILD-SNAPSHOT</version>
7+
<version>1.0.4.RELEASE</version>
88
<relativePath>../spring-data-mongodb-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-data-mongodb</artifactId>

0 commit comments

Comments
 (0)