Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit a00f5d1

Browse files
author
Arun Gupta
committed
making poms consistent
Former-commit-id: 42164da687e996609d33e648480c82b1288fa290
1 parent 18e74c4 commit a00f5d1

6 files changed

Lines changed: 10 additions & 29 deletions

File tree

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
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>
34
<parent>
45
<groupId>org.javaee7.json</groupId>
56
<artifactId>json-samples</artifactId>
67
<version>1.0-SNAPSHOT</version>
78
<relativePath>../pom.xml</relativePath>
89
</parent>
9-
<modelVersion>4.0.0</modelVersion>
1010

1111
<groupId>org.javaee.json</groupId>
1212
<artifactId>object-builder</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>
15-
16-
<name>object-builder</name>
17-
1815
</project>

samples/json/object-reader/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
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>
34
<parent>
45
<groupId>org.javaee7.json</groupId>
56
<artifactId>json-samples</artifactId>
67
<version>1.0-SNAPSHOT</version>
78
<relativePath>../pom.xml</relativePath>
89
</parent>
9-
10-
<modelVersion>4.0.0</modelVersion>
1110

12-
<groupId>org.glassfish</groupId>
11+
<groupId>org.javaee7.json</groupId>
1312
<artifactId>object-reader</artifactId>
1413
<version>1.0-SNAPSHOT</version>
1514
<packaging>war</packaging>
16-
17-
<name>object-reader</name>
18-
1915
</project>

samples/json/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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>
34
<parent>
45
<groupId>org.javaee7</groupId>
56
<artifactId>javaee7-samples</artifactId>
67
<version>1.0-SNAPSHOT</version>
78
<relativePath>../pom.xml</relativePath>
89
</parent>
910

10-
<modelVersion>4.0.0</modelVersion>
11-
1211
<groupId>org.javaee7.json</groupId>
1312
<artifactId>json-samples</artifactId>
1413
<version>1.0-SNAPSHOT</version>
1514
<packaging>pom</packaging>
16-
<name>json</name>
1715

1816
<modules>
1917
<module>object-builder</module>
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
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>
34
<parent>
45
<groupId>org.javaee7.json</groupId>
56
<artifactId>json-samples</artifactId>
67
<version>1.0-SNAPSHOT</version>
78
<relativePath>../pom.xml</relativePath>
89
</parent>
9-
10-
<modelVersion>4.0.0</modelVersion>
1110

12-
<groupId>org.glassfish</groupId>
11+
<groupId>org.javaee7.json</groupId>
1312
<artifactId>streaming-generate</artifactId>
1413
<version>1.0-SNAPSHOT</version>
1514
<packaging>war</packaging>
16-
17-
<name>streaming-generate</name>
18-
1915
</project>
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
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>
34
<parent>
45
<groupId>org.javaee7.json</groupId>
56
<artifactId>json-samples</artifactId>
67
<version>1.0-SNAPSHOT</version>
78
<relativePath>../pom.xml</relativePath>
89
</parent>
9-
10-
<modelVersion>4.0.0</modelVersion>
1110

12-
<groupId>org.glassfish</groupId>
11+
<groupId>org.javaee7.json</groupId>
1312
<artifactId>streaming-parser</artifactId>
1413
<version>1.0-SNAPSHOT</version>
1514
<packaging>war</packaging>
16-
17-
<name>streaming-parser</name>
18-
1915
</project>

samples/json/twitter-search/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5+
<groupId>org.javaee7.json</groupId>
56
<artifactId>json</artifactId>
6-
<groupId>org.sample</groupId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<groupId>org.glassfish.sample</groupId>
11+
<groupId>org.javaee7.json</groupId>
1212
<artifactId>twitter-search</artifactId>
1313
<version>1.0-SNAPSHOT</version>
1414
<packaging>war</packaging>
1515

16-
<name>twitter-search</name>
17-
1816
<dependencies>
1917
<dependency>
2018
<groupId>org.glassfish.samples</groupId>

0 commit comments

Comments
 (0)