killbill-paypal-express 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/pom.xml +1 -1
  3. data/release.sh +2 -1
  4. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.4
1
+ 1.0.5
data/pom.xml CHANGED
@@ -25,7 +25,7 @@
25
25
  <groupId>com.ning.killbill.ruby</groupId>
26
26
  <artifactId>paypal-express-plugin</artifactId>
27
27
  <packaging>pom</packaging>
28
- <version>1.0.4</version>
28
+ <version>1.0.5</version>
29
29
  <name>paypal-express-plugin</name>
30
30
  <url>http://github.com/killbill/killbill-paypal-express-plugin</url>
31
31
  <description>Plugin for accessing paypal as a payment gateway</description>
data/release.sh CHANGED
@@ -24,4 +24,5 @@ mvn gpg:sign-and-deploy-file \
24
24
  -Dpackaging=tar.gz \
25
25
  -DrepositoryId=ossrh-releases \
26
26
  -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ \
27
- -Dfile=$ARTIFACT
27
+ -Dfile=$ARTIFACT \
28
+ -DpomFile=pom.xml
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.4
5
+ version: 1.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Killbill core team