#1 - Polishing.
Align POM formatting to reduce noise during automated releases.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
= Spring Data BOM
|
||||
|
||||
image:https://jenkins.spring.io/buildStatus/icon?job=spring-data-bom%2Fmaster&subject=Build[link=https://jenkins.spring.io/view/SpringData/job/spring-data-bom/]
|
||||
= Spring Data BOM image:https://jenkins.spring.io/buildStatus/icon?job=spring-data-bom%2Fmaster&subject=Build[link=https://jenkins.spring.io/view/SpringData/job/spring-data-bom/]
|
||||
|
||||
This repository contains the Spring Data BOM (Bill of Materials).
|
||||
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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">
|
||||
<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">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
@@ -334,8 +332,8 @@
|
||||
<requireJavaVersion>
|
||||
<version>[1.8,1.9)</version>
|
||||
</requireJavaVersion>
|
||||
<requireReleaseDeps />
|
||||
<requireReleaseVersion />
|
||||
<requireReleaseDeps/>
|
||||
<requireReleaseVersion/>
|
||||
</rules>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -1,7 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<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">
|
||||
<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">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
|
||||
Reference in New Issue
Block a user