Skip to content

Commit

Permalink
Adding pom.xml for jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Munish K Gupta committed Jun 17, 2015
1 parent 8e51853 commit be2ae59
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<name>MiddlewareHackathon</name>
<groupId>philips.middleware</groupId>
<artifactId>hackathon</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<modules>
<module>serializer/CanonicalAPIMock</module>
</modules>

</project>

0 comments on commit be2ae59

Please sign in to comment.