File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/databox/sdk Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 2020public 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 ;
You can’t perform that action at this time.
0 commit comments