Skip to content

Commit ed1d2c1

Browse files
committed
DATACMNS-864 - Prepare 2.0 development.
Upgraded to Spring Data Build parent 2.0 snapshots. Removed obsolete distribution key property. Removed obsolete template.mf.
1 parent 2e4e6ee commit ed1d2c1

File tree

2 files changed

+2
-48
lines changed

2 files changed

+2
-48
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@
55

66
<groupId>org.springframework.data</groupId>
77
<artifactId>spring-data-commons</artifactId>
8-
<version>1.13.0.BUILD-SNAPSHOT</version>
8+
<version>2.0.0.BUILD-SNAPSHOT</version>
99

1010
<name>Spring Data Core</name>
1111

1212
<parent>
1313
<groupId>org.springframework.data.build</groupId>
1414
<artifactId>spring-data-parent</artifactId>
15-
<version>1.9.0.BUILD-SNAPSHOT</version>
15+
<version>2.0.0.BUILD-SNAPSHOT</version>
1616
</parent>
1717

1818
<properties>
19-
<dist.key>DATACMNS</dist.key>
2019
<scala>2.11.7</scala>
2120
<xmlbeam>1.4.8</xmlbeam>
2221
</properties>

template.mf

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

0 commit comments

Comments
 (0)