Skip to content

Commit 912ed1a

Browse files
DATAES-513 - Prepare 3.2 M1 (Moore).
1 parent c5acf16 commit 912ed1a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<modelVersion>4.0.0</modelVersion>
65

@@ -11,7 +10,7 @@
1110
<parent>
1211
<groupId>org.springframework.data.build</groupId>
1312
<artifactId>spring-data-parent</artifactId>
14-
<version>2.2.0.BUILD-SNAPSHOT</version>
13+
<version>2.2.0.M1</version>
1514
</parent>
1615

1716
<name>Spring Data Elasticsearch</name>
@@ -22,7 +21,7 @@
2221
<commonslang>2.6</commonslang>
2322
<elasticsearch>6.5.0</elasticsearch>
2423
<log4j>2.9.1</log4j>
25-
<springdata.commons>2.2.0.BUILD-SNAPSHOT</springdata.commons>
24+
<springdata.commons>2.2.0.M1</springdata.commons>
2625
<java-module-name>spring.data.elasticsearch</java-module-name>
2726
</properties>
2827

@@ -293,8 +292,8 @@
293292

294293
<repositories>
295294
<repository>
296-
<id>spring-libs-snapshot</id>
297-
<url>https://repo.spring.io/libs-snapshot</url>
295+
<id>spring-libs-milestone</id>
296+
<url>https://repo.spring.io/libs-milestone</url>
298297
</repository>
299298
</repositories>
300299

src/main/resources/notice.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Data Elasticsearch 3.1 GA
1+
Spring Data Elasticsearch 3.2 M1
22
Copyright (c) [2013-2016] Pivotal Software, Inc.
33

44
This product is licensed to you under the Apache License, Version 2.0 (the "License").

0 commit comments

Comments
 (0)