This repository was archived by the owner on Jan 30, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments