Format structure of pom files

See gh-1455
This commit is contained in:
Stéphane Nicoll
2025-02-17 16:30:39 +01:00
parent 03864b7dfb
commit f30eda59c0
7 changed files with 1650 additions and 1816 deletions

View File

@@ -1,22 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
<version>4.0.12-SNAPSHOT</version>
</parent>
<artifactId>spring-xml</artifactId>
<packaging>jar</packaging>
<description>Spring XML</description>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
@@ -54,7 +50,6 @@
<profiles>
<profile>
<id>docs</id>
<build>
<plugins>
<plugin>
@@ -75,7 +70,6 @@
</plugin>
</plugins>
</build>
</profile>
</profiles>