mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-22 12:02:10 +00:00
Upgraded to elasticsearch version 0.20.5 release
This commit is contained in:
parent
6a52621dcc
commit
6603a675b3
20
pom.xml
20
pom.xml
@ -8,7 +8,7 @@
|
||||
<inceptionYear>2013</inceptionYear>
|
||||
<url>https://github.com/BioMedCentralLtd/spring-data-elasticsearch</url>
|
||||
<name>Spring Data Elasticsearch</name>
|
||||
<description>Spring Data module providing support for Elasticsearch repositories</description>
|
||||
<description>Spring Data Implementation for Elasticsearch</description>
|
||||
<organization>
|
||||
<name>BioMed Central</name>
|
||||
<url>http://www.biomedcentral.com</url>
|
||||
@ -20,7 +20,7 @@
|
||||
<spring.version>3.1.2.RELEASE</spring.version>
|
||||
<slf4j.version>1.7.1</slf4j.version>
|
||||
<commons-lang.version>2.6</commons-lang.version>
|
||||
<elasticsearch.version>0.20.4</elasticsearch.version>
|
||||
<elasticsearch.version>0.20.5</elasticsearch.version>
|
||||
<apache.httpcomponents.version>4.2.2</apache.httpcomponents.version>
|
||||
<spring.data-commons.version>1.5.0.RELEASE</spring.data-commons.version>
|
||||
<joda-time.version>2.1</joda-time.version>
|
||||
@ -38,7 +38,7 @@
|
||||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
||||
<distribution>repo</distribution>
|
||||
<comments>
|
||||
Copyright 2010 the original author or authors.
|
||||
Copyright 2013 the original author or authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@ -63,13 +63,13 @@
|
||||
<developerConnection>scm:git:ssh://git@github.com:biomedcentral/spring-data-elasticsearch.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-release</id>
|
||||
<name>Spring Maven Release Repository</name>
|
||||
<url>http://repo.springsource.org/libs-release</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<!--<repositories>-->
|
||||
<!--<repository>-->
|
||||
<!--<id>spring-release</id>-->
|
||||
<!--<name>Spring Maven Release Repository</name>-->
|
||||
<!--<url>http://repo.springsource.org/libs-release</url>-->
|
||||
<!--</repository>-->
|
||||
<!--</repositories>-->
|
||||
|
||||
<ciManagement>
|
||||
<system>Travis</system>
|
||||
|
Loading…
x
Reference in New Issue
Block a user