Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Aug 30, 2024
1 parent 405f9e1 commit 2f092ea
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.1.0">
<parent>
<groupId>org.apache.maven.its.mng7255</groupId>
<artifactId>parent</artifactId>
</parent>
<artifactId>child</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.apache.maven.its.mng7255</groupId>
<artifactId>parent</artifactId>
</parent>
<artifactId>child</artifactId>
<packaging>jar</packaging>

<dependencies>
<dependency>
<artifactId>dep</artifactId>
</dependency>
</dependencies>
<dependencies>
<dependency>
<artifactId>dep</artifactId>
</dependency>
</dependencies>
</project>

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.1.0">
<parent>
<groupId>org.apache.maven.its.mng7255</groupId>
<artifactId>parent</artifactId>
</parent>
<artifactId>dep</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.apache.maven.its.mng7255</groupId>
<artifactId>parent</artifactId>
</parent>
<artifactId>dep</artifactId>
<packaging>jar</packaging>
</project>

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.1.0">
<groupId>org.apache.maven.its.mng7255</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<groupId>org.apache.maven.its.mng7255</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
</project>

0 comments on commit 2f092ea

Please sign in to comment.