Skip to content

Commit ba1ccb7

Browse files
croakyiampogo
authored andcommitted
sdk/java: increment version to 2
Closes #3396 Author: Dan Croak <dan@statusok.com> Date: Wed Apr 18 14:23:21 2018 -0700 upstream:84aa54b6c119106278d073770b5acfa5490a62a4
1 parent 46576da commit ba1ccb7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 2 (20180418)
4+
5+
* Updated copyright year in LICENSE to be 2018.
6+
37
## 2-rc2 (20180413)
48

59
* Changed `Action|ActionSum.tags` type from `Object` to `Map<String, Object>`.

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>2-rc2</version>
8+
<version>2</version>
99
<packaging>jar</packaging>
1010

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

0 commit comments

Comments
 (0)