mirror of
				https://github.com/spring-projects/spring-data-elasticsearch.git
				synced 2025-10-31 06:38:44 +00:00 
			
		
		
		
	DATAES-78 - Prepare 1.0 M2.
This commit is contained in:
		
							parent
							
								
									fee9273cb8
								
							
						
					
					
						commit
						004e758e0b
					
				
							
								
								
									
										14
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
									
									
									
									
								
							| @ -10,10 +10,10 @@ The Spring Data Elasticsearch project provides integration with the [elasticsear | ||||
| Guide | ||||
| ------------ | ||||
| 
 | ||||
| * [Reference Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M1/reference/html/) | ||||
| * [PDF Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M1/reference/pdf/spring-data-elasticsearch-reference.pdf) | ||||
| * [API Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M1/api/) | ||||
| * [Spring Data Project](http://www.springsource.org/spring-data) | ||||
| * [Reference Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M2/reference/html/) | ||||
| * [PDF Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M2/reference/pdf/spring-data-elasticsearch-reference.pdf) | ||||
| * [API Documentation](http://docs.spring.io/spring-data/elasticsearch/docs/1.0.0.M2/api/) | ||||
| * [Spring Data Project](http://project.spring.io/spring-data) | ||||
| * [Sample Test Application](https://github.com/BioMedCentralLtd/spring-data-elasticsearch-sample-application) | ||||
| * for more detailed questions, use the [forum](http://forum.springsource.org/forumdisplay.php?f=80). | ||||
| 
 | ||||
| @ -30,13 +30,13 @@ Add the Maven dependency: | ||||
| <dependency> | ||||
|     <groupId>org.springframework.data</groupId> | ||||
|     <artifactId>spring-data-elasticsearch</artifactId> | ||||
|     <version>1.0.0.M1</version> | ||||
|     <version>1.1.0.M1</version> | ||||
| </dependency> | ||||
| 
 | ||||
| <repository> | ||||
|   <id>spring-libs-milestone</id> | ||||
|   <name>Spring Milestone Repository</name> | ||||
|   <url>http://repo.springsource.org/libs-milestone</url> | ||||
|   <url>http://repo.spring.io/libs-milestone</url> | ||||
| </repository> | ||||
| ``` | ||||
| 
 | ||||
| @ -53,7 +53,7 @@ the appropriate dependency version. | ||||
| <repository> | ||||
|   <id>spring-libs-snapshot</id> | ||||
|   <name>Spring Snapshot Repository</name> | ||||
|   <url>http://repo.springsource.org/libs-snapshot</url> | ||||
|   <url>http://repo.spring.io/libs-snapshot</url> | ||||
| </repository> | ||||
| ``` | ||||
| 
 | ||||
|  | ||||
							
								
								
									
										8
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								pom.xml
									
									
									
									
									
								
							| @ -10,7 +10,7 @@ | ||||
|     <parent> | ||||
|         <groupId>org.springframework.data.build</groupId> | ||||
|         <artifactId>spring-data-parent</artifactId> | ||||
|         <version>1.4.0.BUILD-SNAPSHOT</version> | ||||
|         <version>1.4.0.M1</version> | ||||
|         <relativePath>../spring-data-build/parent/pom.xml</relativePath> | ||||
|     </parent> | ||||
| 
 | ||||
| @ -25,7 +25,7 @@ | ||||
|         <commonscollections>3.2.1</commonscollections> | ||||
|         <commonslang>2.6</commonslang> | ||||
|         <elasticsearch>1.1.0</elasticsearch> | ||||
|         <springdata.commons>1.8.0.BUILD-SNAPSHOT</springdata.commons> | ||||
|         <springdata.commons>1.8.0.M1</springdata.commons> | ||||
| 
 | ||||
|     </properties> | ||||
| 
 | ||||
| @ -147,8 +147,8 @@ | ||||
| 
 | ||||
|     <repositories> | ||||
|         <repository> | ||||
|             <id>spring-libs-snapshot</id> | ||||
|             <url>http://repo.spring.io/libs-snapshot/</url> | ||||
|             <id>spring-libs-milestone</id> | ||||
|             <url>http://repo.spring.io/libs-milestone</url> | ||||
|         </repository> | ||||
|     </repositories> | ||||
| 
 | ||||
|  | ||||
| @ -23,7 +23,7 @@ | ||||
|         </legalnotice> | ||||
| 
 | ||||
|         <copyright> | ||||
|             <year>2013</year> | ||||
|             <year>2013-2014</year> | ||||
|             <holder>The original author(s)</holder> | ||||
|         </copyright> | ||||
|     </bookinfo> | ||||
| @ -36,7 +36,7 @@ | ||||
|         <title>Reference Documentation</title> | ||||
| 
 | ||||
|         <xi:include | ||||
|                 href="https://raw.github.com/SpringSource/spring-data-commons/1.4.0.RC1/src/docbkx/repositories.xml"> | ||||
|                 href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.M1/src/docbkx/repositories.xml"> | ||||
|             <xi:fallback | ||||
|                     href="../../../spring-data-commons/src/docbkx/repositories.xml"/> | ||||
|         </xi:include> | ||||
| @ -48,12 +48,12 @@ | ||||
|     <part id="appendix"> | ||||
|         <title>Appendix</title> | ||||
|         <xi:include | ||||
|                 href="https://raw.github.com/SpringSource/spring-data-commons/1.4.0.RC1/src/docbkx/repository-namespace-reference.xml"> | ||||
|                 href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.M1/src/docbkx/repository-namespace-reference.xml"> | ||||
|             <xi:fallback | ||||
|                     href="../../../spring-data-commons/src/docbkx/repository-namespace-reference.xml"/> | ||||
|         </xi:include> | ||||
|         <xi:include | ||||
|                 href="https://raw.github.com/SpringSource/spring-data-commons/1.4.0.RC1/src/docbkx/repository-query-keywords-reference.xml"> | ||||
|                 href="https://raw.github.com/SpringSource/spring-data-commons/1.8.0.M1/src/docbkx/repository-query-keywords-reference.xml"> | ||||
|             <xi:fallback | ||||
|                     href="../../../spring-data-commons/src/docbkx/repository-query-keywords-reference.xml"/> | ||||
|         </xi:include> | ||||
|  | ||||
| @ -1,5 +1,5 @@ | ||||
| Spring Data Elasticsearch 1.0 M1 | ||||
| Copyright (c) [2013-2014] Pivotal Inc. | ||||
| Spring Data Elasticsearch 1.0 M2 | ||||
| Copyright (c) [2013-2014] Pivotal Software, Inc. | ||||
| 
 | ||||
| This product is licensed to you under the Apache License, Version 2.0 (the "License"). | ||||
| You may not use this product except in compliance with the License. | ||||
|  | ||||
| @ -1,7 +1,7 @@ | ||||
| Bundle-ManifestVersion: 2 | ||||
| Bundle-SymbolicName: org.springframework.data.elasticsearch | ||||
| Bundle-Name: ${project.name} | ||||
| Bundle-Vendor: SpringSource | ||||
| Bundle-Vendor: Pivotal Software, Inc. | ||||
| Bundle-Version: ${project.version} | ||||
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 | ||||
| Export-Template: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user