Skip to content

Commit f83afb8

Browse files
authored
Merge pull request #21 from hyperwallet/create-the-tag-0-3-0
Release version 0.3.0
2 parents e646a8f + bffc545 commit f83afb8

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Changelog
22
=========
33

4-
0.3.0 (in progress)
4+
0.4.0 (in progress)
5+
-------------------
6+
7+
0.3.0 (2018-10-10)
58
-------------------
69

710
- Added PayPal endpoint

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Installation
1717
<dependency>
1818
<groupId>com.hyperwallet</groupId>
1919
<artifactId>sdk</artifactId>
20-
<version>0.2.0</version>
20+
<version>0.3.0</version>
2121
</dependency>
2222
```
2323

2424
**Gradle**
2525
```
26-
compile 'com.hyperwallet:sdk:0.2.0'
26+
compile 'com.hyperwallet:sdk:0.3.0'
2727
```
2828

2929
Documentation
@@ -38,7 +38,7 @@ API Overview
3838
To write an app using the SDK
3939

4040
* Register for a sandbox account and get your username, password and program token at the [Hyperwallet Program Portal](https://portal.hyperwallet.com).
41-
* Add dependency `com.hyperwallet:sdk:0.2.0` to your `pom.xml` (or `build.gradle`).
41+
* Add dependency `com.hyperwallet:sdk:0.3.0` to your `pom.xml` (or `build.gradle`).
4242

4343
* Create a instance of the Hyperwallet Client (with username, password and program token)
4444
```java

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.hyperwallet</groupId>
66
<artifactId>sdk</artifactId>
7-
<version>0.3.0-SNAPSHOT</version>
7+
<version>0.3.0</version>
88
<packaging>jar</packaging>
99

1010
<name>hyperwallet-java-sdk</name>
@@ -29,7 +29,7 @@
2929
<url>https://github.com/hyperwallet/java-sdk</url>
3030
<connection>scm:git:git://github.com/hyperwallet/java-sdk.git</connection>
3131
<developerConnection>scm:git:[email protected]:hyperwallet/java-sdk.git</developerConnection>
32-
<tag>HEAD</tag>
32+
<tag>0.3.0</tag>
3333
</scm>
3434

3535
<developers>
@@ -191,6 +191,8 @@
191191
<version>2.5.3</version>
192192
<configuration>
193193
<tagNameFormat>@{project.version}</tagNameFormat>
194+
<localCheckout>true</localCheckout>
195+
<pushChanges>false</pushChanges>
194196
<releaseProfiles>ossrh</releaseProfiles>
195197
</configuration>
196198
</plugin>

0 commit comments

Comments
 (0)