killbill-paypal-express 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/pom.xml +10 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.3
1
+ 1.0.4
data/pom.xml CHANGED
@@ -25,8 +25,17 @@
25
25
  <groupId>com.ning.killbill.ruby</groupId>
26
26
  <artifactId>paypal-express-plugin</artifactId>
27
27
  <packaging>pom</packaging>
28
- <version>1.0.2</version>
28
+ <version>1.0.4</version>
29
29
  <name>paypal-express-plugin</name>
30
+ <url>http://github.com/killbill/killbill-paypal-express-plugin</url>
31
+ <description>Plugin for accessing paypal as a payment gateway</description>
32
+ <licenses>
33
+ <license>
34
+ <name>Apache License 2.0</name>
35
+ <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
36
+ <distribution>repo</distribution>
37
+ </license>
38
+ </licenses>
30
39
  <scm>
31
40
  <connection>scm:git:git://github.com/killbill/killbill-paypal-express-plugin.git</connection>
32
41
  <url>https://github.com/killbill/killbill-paypal-express-plugin/</url>
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: killbill-paypal-express
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.3
5
+ version: 1.0.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Killbill core team