|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | 2 | <!--
|
3 | 3 | | Copyright 2011-2020 the original author or authors.
|
4 | 4 | |
|
|
13 | 13 | | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
14 | 14 | | See the License for the specific language governing permissions and
|
15 | 15 | | limitations under the License.
|
16 |
| ---> |
17 |
| -<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 16 | +--><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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
18 | 17 | <modelVersion>4.0.0</modelVersion>
|
19 | 18 |
|
20 | 19 | <parent>
|
21 | 20 | <groupId>org.springframework.data.build</groupId>
|
22 | 21 | <artifactId>spring-data-parent</artifactId>
|
23 |
| - <version>2.4.0-SNAPSHOT</version> |
| 22 | + <version>2.4.0-M2</version> |
24 | 23 | </parent>
|
25 | 24 |
|
26 | 25 | <groupId>org.springframework.data</groupId>
|
|
113 | 112 | <revision>1.1</revision>
|
114 | 113 | <rxjava.version>1.3.8</rxjava.version>
|
115 | 114 | <rxjava2.version>2.2.5</rxjava2.version>
|
116 |
| - <springdata.commons>2.4.0-SNAPSHOT</springdata.commons> |
| 115 | + <springdata.commons>2.4.0-M2</springdata.commons> |
117 | 116 | <testcontainers.version>1.13.0</testcontainers.version>
|
118 | 117 |
|
119 | 118 | <skipUnitTests>${skipTests}</skipUnitTests>
|
|
586 | 585 | </goals>
|
587 | 586 | <configuration>
|
588 | 587 | <rules>
|
589 |
| - <DependencyConvergence></DependencyConvergence> |
| 588 | + <DependencyConvergence/> |
590 | 589 | <requireMavenVersion>
|
591 | 590 | <version>3.6.0</version>
|
592 | 591 | </requireMavenVersion>
|
|
684 | 683 | <attributes>
|
685 | 684 | <icons>font</icons>
|
686 | 685 | <toc>left</toc>
|
687 |
| - <setanchors></setanchors> |
688 |
| - <idprefix></idprefix> |
689 |
| - <idseparator></idseparator> |
| 686 | + <setanchors/> |
| 687 | + <idprefix/> |
| 688 | + <idseparator/> |
690 | 689 | </attributes>
|
691 | 690 | <requires>
|
692 | 691 | <require>asciidoctor-diagram</require>
|
|
748 | 747 |
|
749 | 748 | <repositories>
|
750 | 749 | <repository>
|
751 |
| - <id>spring-libs-snapshot</id> |
752 |
| - <url>https://repo.spring.io/libs-snapshot</url> |
| 750 | + <id>spring-libs-milestone</id> |
| 751 | + <url>https://repo.spring.io/libs-milestone</url> |
753 | 752 | </repository>
|
754 | 753 | </repositories>
|
755 | 754 |
|
|
0 commit comments