File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
5
4
<modelVersion >4.0.0</modelVersion >
6
5
11
10
<parent >
12
11
<groupId >org.springframework.data.build</groupId >
13
12
<artifactId >spring-data-parent</artifactId >
14
- <version >2.2.0.BUILD-SNAPSHOT </version >
13
+ <version >2.2.0.M1 </version >
15
14
</parent >
16
15
17
16
<name >Spring Data Elasticsearch</name >
22
21
<commonslang >2.6</commonslang >
23
22
<elasticsearch >6.5.0</elasticsearch >
24
23
<log4j >2.9.1</log4j >
25
- <springdata .commons>2.2.0.BUILD-SNAPSHOT </springdata .commons>
24
+ <springdata .commons>2.2.0.M1 </springdata .commons>
26
25
<java-module-name >spring.data.elasticsearch</java-module-name >
27
26
</properties >
28
27
293
292
294
293
<repositories >
295
294
<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 >
298
297
</repository >
299
298
</repositories >
300
299
Original file line number Diff line number Diff line change 1
- Spring Data Elasticsearch 3.1 GA
1
+ Spring Data Elasticsearch 3.2 M1
2
2
Copyright (c) [2013-2016] Pivotal Software, Inc.
3
3
4
4
This product is licensed to you under the Apache License, Version 2.0 (the "License").
You can’t perform that action at this time.
0 commit comments