This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 2.1.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.1.X by this push:
new ec87b1e9d Reformatting a pom.xml
ec87b1e9d is described below
commit ec87b1e9d49ba1da7483c92a5c685a5b62160f87
Author: emmanuel lecharny <[email protected]>
AuthorDate: Mon Sep 30 13:29:53 2024 +0200
Reformatting a pom.xml
---
mina-legal/pom.xml | 98 +++++++++++++++++++++++++++---------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
diff --git a/mina-legal/pom.xml b/mina-legal/pom.xml
index 2014ecdd2..c2c9ab83f 100644
--- a/mina-legal/pom.xml
+++ b/mina-legal/pom.xml
@@ -17,61 +17,61 @@
under the License.
-->
<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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.apache.mina</groupId>
- <artifactId>mina-parent</artifactId>
- <version>2.1.9-SNAPSHOT</version>
- </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.mina</groupId>
+ <artifactId>mina-parent</artifactId>
+ <version>2.1.9-SNAPSHOT</version>
+ </parent>
- <artifactId>mina-legal</artifactId>
- <name>Apache MINA Legal</name>
- <url>https://mina.apache.org</url>
- <packaging>jar</packaging>
+ <artifactId>mina-legal</artifactId>
+ <name>Apache MINA Legal</name>
+ <url>https://mina.apache.org</url>
+ <packaging>jar</packaging>
- <properties>
- <maven.test.skip>true</maven.test.skip>
- </properties>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ </properties>
- <dependencies>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- <version>${version.plexus.utils}</version>
- <optional>true</optional>
- </dependency>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>${version.plexus.utils}</version>
+ <optional>true</optional>
+ </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- <version>${version.api.plugin}</version>
- <optional>true</optional>
- </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>${version.api.plugin}</version>
+ <optional>true</optional>
+ </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-model</artifactId>
- <version>${version.model.plugin}</version>
- <optional>true</optional>
- </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-model</artifactId>
+ <version>${version.model.plugin}</version>
+ <optional>true</optional>
+ </dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>${version.project.plugin}</version>
- <optional>true</optional>
- </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>${version.project.plugin}</version>
+ <optional>true</optional>
+ </dependency>
- <dependency>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-shade-plugin</artifactId>
- <version>${version.shade.plugin}</version>
- <optional>true</optional>
- </dependency>
+ <dependency>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>${version.shade.plugin}</version>
+ <optional>true</optional>
+ </dependency>
- <dependency>
- <groupId>pmd</groupId>
- <artifactId>pmd</artifactId>
- </dependency>
- </dependencies>
+ <dependency>
+ <groupId>pmd</groupId>
+ <artifactId>pmd</artifactId>
+ </dependency>
+ </dependencies>
</project>