Skip to content

Commit 50fe33a

Browse files
authored
Merge pull request #418 from arjantijms/master
Small amount of formatting in poms
2 parents 35e397f + 8f207e2 commit 50fe33a

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

jaxrs/jsonp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
3-
<modelVersion>4.0.0</modelVersion>
2+
<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"><modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>org.javaee7</groupId>
76
<artifactId>jaxrs</artifactId>
87
<version>1.0-SNAPSHOT</version>
9-
<relativePath>../pom.xml</relativePath>
108
</parent>
9+
1110
<artifactId>jaxrs-jsonp</artifactId>
1211
<packaging>war</packaging>
1312
<name>Java EE 7 Sample: jaxrs - jsonp</name>
13+
1414
</project>

jaxrs/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
3-
<modelVersion>4.0.0</modelVersion>
2+
<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"> <modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>org.javaee7</groupId>
@@ -30,14 +29,12 @@
3029
<module>jsonp</module>
3130
<module>link</module>
3231
<module>mapping-exceptions</module>
33-
<!--<module>moxy</module>-->
3432
<module>paramconverter</module>
3533
<module>readerwriter</module>
3634
<module>readerwriter-json</module>
3735
<module>request-binding</module>
3836
<module>resource-validation</module>
3937
<module>server-negotiation</module>
40-
<!--<module>server-sent-event</module>-->
4138
<module>singleton</module>
4239
<module>readerwriter-injection</module>
4340
<module>jaxrs-security-declarative</module>

0 commit comments

Comments
 (0)