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

Commit 3cb8972

Browse files
author
Arun Gupta
committed
Adding pom
Former-commit-id: 4b692cf96aff1ec64322760a9cc201f236972ca9
1 parent 5a8b9b5 commit 3cb8972

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

samples/platform/pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<parent>
4+
<groupId>org.javaee7</groupId>
5+
<artifactId>javaee7-samples</artifactId>
6+
<version>1.0-SNAPSHOT</version>
7+
<relativePath>../pom.xml</relativePath>
8+
</parent>
9+
10+
<modelVersion>4.0.0</modelVersion>
11+
12+
<groupId>org.javaee7.platform</groupId>
13+
<artifactId>platform-samples</artifactId>
14+
<version>1.0-SNAPSHOT</version>
15+
<packaging>pom</packaging>
16+
<name>platform</name>
17+
18+
<modules>
19+
<module>twitter-hashtag</module>
20+
</modules>
21+
22+
</project>

0 commit comments

Comments
 (0)