|
5 | 5 |
|
6 | 6 | <groupId>org.springframework.data</groupId> |
7 | 7 | <artifactId>spring-data-elasticsearch</artifactId> |
8 | | - <version>5.5.12-SNAPSHOT</version> |
| 8 | + <version>5.5.12</version> |
9 | 9 |
|
10 | 10 | <parent> |
11 | 11 | <groupId>org.springframework.data.build</groupId> |
12 | 12 | <artifactId>spring-data-parent</artifactId> |
13 | | - <version>3.5.12-SNAPSHOT</version> |
| 13 | + <version>3.5.12</version> |
14 | 14 | </parent> |
15 | 15 |
|
16 | 16 | <name>Spring Data Elasticsearch</name> |
17 | 17 | <description>Spring Data Implementation for Elasticsearch</description> |
18 | 18 | <url>https://github.com/spring-projects/spring-data-elasticsearch</url> |
19 | 19 |
|
20 | 20 | <properties> |
21 | | - <springdata.commons>3.5.12-SNAPSHOT</springdata.commons> |
| 21 | + <springdata.commons>3.5.12</springdata.commons> |
22 | 22 |
|
23 | 23 | <!-- version of the ElasticsearchClient --> |
24 | 24 | <elasticsearch-java>8.18.8</elasticsearch-java> |
|
82 | 82 | <scm> |
83 | 83 | <url>https://github.com/spring-projects/spring-data-elasticsearch</url> |
84 | 84 | <connection>scm:git:git://github.com/spring-projects/spring-data-elasticsearch.git</connection> |
85 | | - <developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-data-elasticsearch.git |
86 | | - </developerConnection> |
| 85 | + <developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-data-elasticsearch.git</developerConnection> |
87 | 86 | </scm> |
88 | 87 |
|
89 | 88 | <issueManagement> |
|
466 | 465 | </profiles> |
467 | 466 |
|
468 | 467 | <repositories> |
469 | | - <repository> |
470 | | - <id>spring-snapshot</id> |
471 | | - <url>https://repo.spring.io/snapshot</url> |
472 | | - <snapshots> |
473 | | - <enabled>true</enabled> |
474 | | - </snapshots> |
475 | | - <releases> |
476 | | - <enabled>false</enabled> |
477 | | - </releases> |
478 | | - </repository> |
479 | | - <repository> |
480 | | - <id>spring-milestone</id> |
481 | | - <url>https://repo.spring.io/milestone</url> |
482 | | - </repository> |
| 468 | + |
| 469 | + |
483 | 470 | </repositories> |
484 | 471 |
|
485 | 472 | </project> |
0 commit comments