Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
juwon committed Dec 9, 2014
2 parents ed929b0 + f9dcf82 commit 8df45b5
Show file tree
Hide file tree
Showing 38 changed files with 1,268 additions and 1,039 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,10 @@
CHANGELOG
=========
=========
V0.12.2 (December 5, 2014)
--------------------------
* Grouped tests into 2 subsets: unit tests and integration tests
* Disabled integration tests by default

V0.12.1 (November 25, 2014)
---------------------------
* Fixed test case issues
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.paypal.sdk</groupId>
<artifactId>rest-api</artifactId>
<version>0.12.1</version>
<version>0.12.2</version>
<packaging>pom</packaging>

<name>rest-api</name>
Expand Down
2 changes: 1 addition & 1 deletion rest-api-sample/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.paypal.sdk</groupId>
<artifactId>rest-api-sample</artifactId>
<version>0.12.1</version>
<version>0.12.2</version>
<name>REST API SAMPLE</name>
<packaging>war</packaging>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions rest-api-sdk/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.paypal.sdk</groupId>
<artifactId>rest-api-sdk</artifactId>
<version>0.12.1</version>
<version>0.12.2</version>
<packaging>jar</packaging>
<name>REST API SDK</name>
<description>PayPal SDK for integrating with the REST APIs</description>
Expand Down Expand Up @@ -89,7 +89,7 @@
<configuration>
<parallel>methods</parallel>
<threadCount>10</threadCount>
<excludedGroups>integration</excludedGroups>
<groups>unit</groups>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 8df45b5

Please sign in to comment.