Skip to content

Commit ccbb565

Browse files
dominiciampogo
authored andcommitted
sdk/java: increment version to 2-rc1
Closes #3269 Author: Dominic Dagradi <ddagradi@gmail.com> Date: Wed Apr 11 11:20:32 2018 -0700 upstream:132385c59f5b7b6a8906096071743dcc5f637c55
1 parent f0946a5 commit ccbb565

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Sequence Java SDK changelog
22

3-
## 2 (201803??)
3+
## 2-rc1 (20180411)
44

55
* Removed all deprecated code.
66
* Added `Stats#ledgerType`.
77

8-
## 1.5.2 (201803??)
8+
## 1.5.2 (20180327)
99

1010
* The `assetTags`, `sourceAccountTags`, and `destinationAccountTags` properties
1111
on `ActionSum` have been deprecated; the new property is `snapshot`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add the following to your `pom.xml`:
1414
<dependency>
1515
<groupId>com.seq</groupId>
1616
<artifactId>sequence-sdk</artifactId>
17-
<version>[1.5.1,2)</version>
17+
<version>[2,3)</version>
1818
</dependency>
1919
```
2020

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.seq</groupId>
77
<artifactId>sequence-sdk</artifactId>
8-
<version>1.5.1</version>
8+
<version>2-rc1</version>
99
<packaging>jar</packaging>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)