Skip to content

Commit 3fc01ee

Browse files
author
eugenp
committed
minor formatting cleanup
1 parent 94c315c commit 3fc01ee

File tree

14 files changed

+434
-477
lines changed

14 files changed

+434
-477
lines changed

annotations/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
54
<parent>
65
<artifactId>parent-modules</artifactId>
76
<groupId>com.baeldung</groupId>

apache-cxf/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
<artifactId>apache-cxf</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
8-
8+
99
<modules>
1010
<module>cxf-introduction</module>
1111
<module>cxf-spring</module>
1212
<module>cxf-jaxrs-implementation</module>
1313
<module>cxf-aegis</module>
1414
</modules>
15-
15+
1616
<properties>
1717
<junit.version>4.12</junit.version>
1818
<maven-compiler-plugin.version>3.6.0</maven-compiler-plugin.version>
1919
<exec-maven-plugin.version>1.5.0</exec-maven-plugin.version>
2020
</properties>
21-
21+
2222
<dependencies>
2323
<dependency>
2424
<groupId>junit</groupId>
@@ -27,7 +27,7 @@
2727
<scope>test</scope>
2828
</dependency>
2929
</dependencies>
30-
30+
3131
<build>
3232
<defaultGoal>install</defaultGoal>
3333
<pluginManagement>

0 commit comments

Comments
 (0)