forked from alxndrsn/grails-stripe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstripe-1.6-frontlinesms.pom
46 lines (46 loc) · 1.52 KB
/
stripe-1.6-frontlinesms.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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>
<groupId>org.grails.plugins</groupId>
<artifactId>stripe</artifactId>
<packaging>zip</packaging>
<version>1.6-frontlinesms</version>
<name>Stripe</name>
<description>Plugin for using Stripe to process credit card transactions.</description>
<url>http://bobbywarner.github.com/grails-stripe</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>Bobby Warner</name>
<email>bobbywarner@gmail.com</email>
</developer>
<developer>
<name>Nicholas Vaidyanathan</name>
<email>visionary.software.solutions@gmail.com</email>
</developer>
<developer>
<name>Alex Anderson</name>
<email>alex@frontlinesms.com</email>
</developer>
</developers>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/bobbywarner/grails-stripe/issues</url>
</issueManagement>
<scm>
<url>https://github.com/alxndrsn/grails-stripe</url>
</scm>
<dependencies>
<dependency>
<groupId>com.stripe</groupId>
<artifactId>stripe-java</artifactId>
<version>1.1.13</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>