Skip to content

Commit

Permalink
add POM to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Dec 4, 2012
1 parent 7da5874 commit 3f41f47
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions pom.xml
@@ -0,0 +1,38 @@
<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>
<groupId>org.grails.plugins</groupId>
<artifactId>rest-client-builder</artifactId>
<packaging>zip</packaging>
<version>1.0.3</version>
<name>REST Client Builder Plugin</name>
<description>Grails REST Client Builder Plugin</description>
<url>http://grails.org/plugin/rest-client-builder</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<organization>
<name>SpringSource</name>
<url>http://www.springsource.org/</url>
</organization>
<developers>
<developer>
<name>Graeme Rocher</name>
<email>grocher@vmware.com</email>
</developer>
<developer>
<name>Graeme Rocher</name>
<email>grocher@vmware.com</email>
</developer>
</developers>
<issueManagement>
<system>JIRA</system>
<url>http://jira.grails.org/browse/GPRESTCLIENTBUILDER</url>
</issueManagement>
<scm>
<url>https://github.com/grails-plugins/grails-rest-client-builder</url>
</scm>
<dependencies />
</project>

0 comments on commit 3f41f47

Please sign in to comment.