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

Commit 5a8b9b5

Browse files
author
Arun Gupta
committed
Making poms consistent
Former-commit-id: 70f1ab57477718b2aaf89266ed6f07fdbc7d0880
1 parent 407229f commit 5a8b9b5

34 files changed

Lines changed: 62 additions & 170 deletions

File tree

samples/websocket/binary/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
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">
33

4+
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>org.javaee7.websocket</groupId>
67
<artifactId>websocket-samples</artifactId>
78
<version>1.0-SNAPSHOT</version>
89
<relativePath>../pom.xml</relativePath>
910
</parent>
1011

11-
<modelVersion>4.0.0</modelVersion>
12-
1312
<groupId>org.javaee7.websocket</groupId>
1413
<artifactId>binary</artifactId>
1514
<version>1.0-SNAPSHOT</version>
1615
<packaging>war</packaging>
17-
18-
<name>${project.artifactId}</name>
19-
2016
</project>

samples/websocket/chat/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
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">
33

4+
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>org.javaee7.websocket</groupId>
67
<artifactId>websocket-samples</artifactId>
78
<version>1.0-SNAPSHOT</version>
89
<relativePath>../pom.xml</relativePath>
910
</parent>
1011

11-
<modelVersion>4.0.0</modelVersion>
12-
1312
<groupId>org.javaee7.websocket</groupId>
1413
<artifactId>chat</artifactId>
1514
<version>1.0-SNAPSHOT</version>
1615
<packaging>war</packaging>
17-
18-
<name>${project.artifactId}</name>
1916
</project>
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
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">
33

4+
<modelVersion>4.0.0</modelVersion>
45
<parent>
56
<groupId>org.javaee7.websocket</groupId>
67
<artifactId>websocket-samples</artifactId>
78
<version>1.0-SNAPSHOT</version>
89
<relativePath>../pom.xml</relativePath>
910
</parent>
10-
11-
<modelVersion>4.0.0</modelVersion>
1211

1312
<groupId>org.javaee7.websocket</groupId>
1413
<artifactId>encoder-client</artifactId>
1514
<version>1.0-SNAPSHOT</version>
1615
<packaging>war</packaging>
17-
18-
<name>${project.artifactId}</name>
19-
2016
</project>
Lines changed: 1 addition & 5 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.websocket</groupId>
56
<artifactId>websocket-samples</artifactId>
67
<version>1.0-SNAPSHOT</version>
78
<relativePath>../pom.xml</relativePath>
89
</parent>
9-
10-
<modelVersion>4.0.0</modelVersion>
1110

1211
<groupId>org.javaee7.websocket</groupId>
1312
<artifactId>encoder-programmatic</artifactId>
1413
<version>1.0-SNAPSHOT</version>
1514
<packaging>war</packaging>
16-
17-
<name>${project.artifactId}</name>
18-
1915
</project>

samples/websocket/encoder/pom.xml

Lines changed: 1 addition & 5 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.websocket</groupId>
56
<artifactId>websocket-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.websocket</groupId>
1312
<artifactId>encoder</artifactId>
1413
<version>1.0-SNAPSHOT</version>
1514
<packaging>war</packaging>
16-
17-
<name>${project.artifactId}</name>
18-
1915
</project>
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.websocket</groupId>
56
<artifactId>websocket-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.websocket</groupId>
1312
<artifactId>endpoint-async</artifactId>
1413
<version>1.0-SNAPSHOT</version>
1514
<packaging>war</packaging>
16-
<name>${project.artifactId}</name>
17-
1815
</project>
Lines changed: 1 addition & 5 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.sample</groupId>
56
<artifactId>websocket</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.glassfish</groupId>
1312
<artifactId>endpoint-config</artifactId>
1413
<version>1.0-SNAPSHOT</version>
1514
<packaging>war</packaging>
16-
17-
<name>endpoint-config</name>
18-
1915
</project>
Lines changed: 1 addition & 5 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.websocket</groupId>
56
<artifactId>websocket-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.websocket</groupId>
1312
<artifactId>endpoint-javatypes</artifactId>
1413
<version>1.0-SNAPSHOT</version>
1514
<packaging>war</packaging>
16-
17-
<name>${project.artifactId}</name>
18-
1915
</project>
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +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-
3+
<modelVersion>4.0.0</modelVersion>
44
<parent>
55
<groupId>org.sample</groupId>
66
<artifactId>websocket</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

11-
<modelVersion>4.0.0</modelVersion>
12-
1311
<groupId>org.glassfish</groupId>
1412
<artifactId>endpoint-partial</artifactId>
1513
<version>1.0-SNAPSHOT</version>
1614
<packaging>war</packaging>
17-
18-
<name>endpoint-partial</name>
19-
2015
</project>
Lines changed: 1 addition & 5 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.websocket</groupId>
56
<artifactId>websocket-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.websocket</groupId>
1312
<artifactId>endpoint-programmatic-async</artifactId>
1413
<version>1.0-SNAPSHOT</version>
1514
<packaging>war</packaging>
16-
17-
<name>${project.artifactId}</name>
18-
1915
</project>

0 commit comments

Comments
 (0)