Skip to content

Commit ed0991c

Browse files
authored
JAVA-32170_H_J: Changes made for Fix formatting of POMs H_J (#16114)
1 parent 23a43d8 commit ed0991c

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

httpclient-simple/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>httpclient-simple</artifactId>
7-
<name>httpclient-simple</name>
87
<packaging>war</packaging>
8+
<name>httpclient-simple</name>
99

1010
<parent>
1111
<groupId>com.baeldung</groupId>

jackson-modules/jackson-jr/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>jackson-jr</artifactId>
7-
<name>jackson-jr</name>
87
<packaging>pom</packaging>
8+
<name>jackson-jr</name>
99

1010
<parent>
1111
<groupId>com.baeldung</groupId>

jackson-modules/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>jackson-modules</artifactId>
7-
<name>jackson-modules</name>
87
<version>0.0.1-SNAPSHOT</version>
98
<packaging>pom</packaging>
9+
<name>jackson-modules</name>
1010

1111
<parent>
1212
<groupId>com.baeldung</groupId>

java-blockchain/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.baeldung.blockchain</groupId>
77
<artifactId>java-blockchain</artifactId>
8-
<name>java-blockchain</name>
98
<packaging>jar</packaging>
9+
<name>java-blockchain</name>
1010

1111
<parent>
1212
<groupId>com.baeldung</groupId>

java-jdi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>java-jdi</artifactId>
7-
<name>java-jdi</name>
87
<packaging>jar</packaging>
8+
<name>java-jdi</name>
99

1010
<parent>
1111
<groupId>com.baeldung</groupId>

java-panama/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<groupId>com.baeldung.java.panama</groupId>
66
<artifactId>java-panama</artifactId>
77
<version>1.0</version>
8-
<name>java-panama</name>
98
<packaging>jar</packaging>
9+
<name>java-panama</name>
1010

1111
<dependencies>
1212
<dependency>

javax-sound/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.baeldung.javax-sound</groupId>
77
<artifactId>javax-sound</artifactId>
8-
<name>javax-sound</name>
98
<packaging>jar</packaging>
9+
<name>javax-sound</name>
1010

1111
<parent>
1212
<groupId>com.baeldung</groupId>

jenkins-modules/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>jenkins-modules</artifactId>
7-
<name>jenkins-modules</name>
87
<packaging>pom</packaging>
8+
<name>jenkins-modules</name>
99

1010
<parent>
1111
<artifactId>parent-modules</artifactId>

jetbrains/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>jetbrains</artifactId>
77
<version>1.0-SNAPSHOT</version>
8-
<name>jetbrains</name>
98
<packaging>jar</packaging>
9+
<name>jetbrains</name>
1010

1111
<parent>
1212
<groupId>com.baeldung</groupId>

jgit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>jgit</artifactId>
7-
<name>jgit</name>
87
<packaging>jar</packaging>
8+
<name>jgit</name>
99

1010
<parent>
1111
<groupId>com.baeldung</groupId>

jhipster-6/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<groupId>com.baeldung.jhipster</groupId>
66
<artifactId>jhipster-6</artifactId>
77
<version>1.0.0-SNAPSHOT</version>
8-
<name>jhipster-6</name>
98
<packaging>pom</packaging>
9+
<name>jhipster-6</name>
1010

1111
<parent>
1212
<artifactId>parent-boot-2</artifactId>

jhipster-modules/jhipster-uaa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>jhipster-uaa</artifactId>
7-
<name>jhipster-uaa</name>
87
<packaging>pom</packaging>
8+
<name>jhipster-uaa</name>
99

1010
<parent>
1111
<artifactId>jhipster-modules</artifactId>

jhipster-modules/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<groupId>com.baeldung.jhipster</groupId>
77
<artifactId>jhipster-modules</artifactId>
88
<version>1.0.0-SNAPSHOT</version>
9-
<name>jhipster-modules</name>
109
<packaging>pom</packaging>
10+
<name>jhipster-modules</name>
1111

1212
<parent>
1313
<!-- Jhipster project is autogenerated and upgrading it will need a newly generated project.

jmh/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>jmh</artifactId>
7-
<name>jmh</name>
87
<packaging>jar</packaging>
8+
<name>jmh</name>
99

1010
<parent>
1111
<groupId>com.baeldung</groupId>

json-modules/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>json-modules</artifactId>
7-
<name>json-modules</name>
87
<packaging>pom</packaging>
8+
<name>json-modules</name>
99

1010
<parent>
1111
<artifactId>parent-modules</artifactId>

jsoup/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>jsoup</artifactId>
7-
<name>jsoup</name>
87
<packaging>jar</packaging>
8+
<name>jsoup</name>
99

1010
<parent>
1111
<groupId>com.baeldung</groupId>

jws/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>jws</artifactId>
7-
<name>jws</name>
87
<packaging>war</packaging>
8+
<name>jws</name>
99

1010
<parent>
1111
<groupId>com.baeldung</groupId>

0 commit comments

Comments
 (0)