Skip to content

Commit da5289f

Browse files
mp911deodrotbohm
authored andcommitted
DATAMONGO-1448 - Prepare 2.0 development.
Upgraded to Spring Data Build parent 2.0 snapshots and Spring Data Commons 2.0 snapshots. Removed obsolete distribution key property. Removed obsolete template.mf.
1 parent ea9b402 commit da5289f

File tree

8 files changed

+20
-66
lines changed

8 files changed

+20
-66
lines changed

pom.xml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>1.10.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.BUILD-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Data MongoDB</name>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>1.9.0.BUILD-SNAPSHOT</version>
18+
<version>2.0.0.BUILD-SNAPSHOT</version>
1919
</parent>
2020

2121
<modules>
@@ -28,9 +28,8 @@
2828
<properties>
2929
<project.type>multi</project.type>
3030
<dist.id>spring-data-mongodb</dist.id>
31-
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
32-
<mongo>2.14.3</mongo>
33-
<mongo.osgi>2.13.0</mongo.osgi>
31+
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
32+
<mongo>2.14.0</mongo>
3433
</properties>
3534

3635
<developers>
@@ -100,6 +99,17 @@
10099
</roles>
101100
<timezone>+1</timezone>
102101
</developer>
102+
<developer>
103+
<id>mpaluch</id>
104+
<name>Mark Paluch</name>
105+
<email>mpaluch at pivotal.io</email>
106+
<organization>Pivotal</organization>
107+
<organizationUrl>http://www.pivotal.io</organizationUrl>
108+
<roles>
109+
<role>Developer</role>
110+
</roles>
111+
<timezone>+1</timezone>
112+
</developer>
103113
</developers>
104114

105115
<profiles>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.data</groupId>
88
<artifactId>spring-data-mongodb-parent</artifactId>
9-
<version>1.10.0.BUILD-SNAPSHOT</version>
9+
<version>2.0.0.BUILD-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.springframework.data</groupId>
5050
<artifactId>spring-data-mongodb</artifactId>
51-
<version>1.10.0.BUILD-SNAPSHOT</version>
51+
<version>2.0.0.BUILD-SNAPSHOT</version>
5252
</dependency>
5353

5454
<dependency>

spring-data-mongodb-cross-store/template.mf

Lines changed: 0 additions & 18 deletions
This file was deleted.

spring-data-mongodb-distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.data</groupId>
1515
<artifactId>spring-data-mongodb-parent</artifactId>
16-
<version>1.10.0.BUILD-SNAPSHOT</version>
16+
<version>2.0.0.BUILD-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

spring-data-mongodb-log4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-mongodb-parent</artifactId>
8-
<version>1.10.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.BUILD-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

spring-data-mongodb-log4j/template.mf

Lines changed: 0 additions & 9 deletions
This file was deleted.

spring-data-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.data</groupId>
1313
<artifactId>spring-data-mongodb-parent</artifactId>
14-
<version>1.10.0.BUILD-SNAPSHOT</version>
14+
<version>2.0.0.BUILD-SNAPSHOT</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

spring-data-mongodb/template.mf

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)