Skip to content

Commit 998889f

Browse files
committed
Versions updated
1 parent d55d720 commit 998889f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ bintray {
7070
licenses = ['MIT']
7171
vcsUrl = 'https://github.com/databox/databox-java.git'
7272
version {
73-
name = '2.1'
73+
name = '2.2'
7474
desc = 'Databox Java SDK'
7575
released = new Date()
7676
}

sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-jar-plugin</artifactId>
90-
<version>2.1</version>
90+
<version>2.2</version>
9191
<configuration>
9292
<archive>
9393
<manifest>

src/main/java/com/databox/sdk/Databox.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
public class Databox {
2121
static final Logger logger = LoggerFactory.getLogger(Databox.class);
2222
private static final String DEFAULT_HOST = "https://push2new.databox.com";
23-
private static final String CLIENT_VERSION = "2.1";
23+
private static final String CLIENT_VERSION = "2.2";
2424

2525
private final String _token;
2626
private String _host;

0 commit comments

Comments
 (0)