forked from gpc/grails-commentable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
commentable-0.8.1.pom
27 lines (27 loc) · 1.1 KB
/
commentable-0.8.1.pom
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<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>commentable</artifactId>
<packaging>zip</packaging>
<version>0.8.1</version>
<name>Commentable Plugin</name>
<description>Adds support for comments. Mark up any of your domain classes as having comments and then use the tag library and partial templates to integrate comments into your views.</description>
<url>http://grails.org/Commentable+Plugin</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Graeme Rocher</name>
<email>[email protected]</email>
</developer>
</developers>
<issueManagement>
<system>JIRA</system>
<url>http://jira.grails.org/browse/GPCOMMENTABLE</url>
</issueManagement>
<dependencies />
</project>