File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7878
7979 echo "maven install";
8080 mvn clean install;
81- export CLASSPATH=.:./src/main/java:./target/lib/gson-2.8.9.jar:./target/talon-one-client-10.1 .0.jar:./target/lib/okio-1.17.2.jar:./target/lib/okhttp-3.14.7.jar:./target/lib/threetenbp-1.4.3.jar:./target/lib/gson-fire-1.8.4.jar;
81+ export CLASSPATH=.:./src/main/java:./target/lib/gson-2.8.9.jar:./target/talon-one-client-11.0 .0.jar:./target/lib/okio-1.17.2.jar:./target/lib/okhttp-3.14.7.jar:./target/lib/threetenbp-1.4.3.jar:./target/lib/gson-fire-1.8.4.jar;
8282
8383 echo "java compile";
8484 javac -d . Example.java;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Add this dependency to your project's POM:
3535<dependency >
3636 <groupId >one.talon</groupId >
3737 <artifactId >talon-one-client</artifactId >
38- <version >10.1 .0</version >
38+ <version >11.0 .0</version >
3939 <scope >compile</scope >
4040</dependency >
4141```
@@ -45,7 +45,7 @@ Add this dependency to your project's POM:
4545Add this dependency to your project's build file:
4646
4747``` groovy
48- compile "one.talon:talon-one-client:10.1 .0"
48+ compile "one.talon:talon-one-client:11.0 .0"
4949```
5050
5151### Others
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33apply plugin : ' java'
44
55group = ' one.talon'
6- version = ' 10.1 .0'
6+ version = ' 11.0 .0'
77
88buildscript {
99 repositories {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22 settings(
33 organization := " one.talon" ,
44 name := " talon-one-client" ,
5- version := " 10.1 .0" ,
5+ version := " 11.0 .0" ,
66 scalaVersion := " 2.11.4" ,
77 scalacOptions ++= Seq (" -feature" ),
88 javacOptions in compile ++= Seq (" -Xlint:deprecation" ),
Original file line number Diff line number Diff line change 55 <artifactId >talon-one-client</artifactId >
66 <packaging >jar</packaging >
77 <name >talon-one-client</name >
8- <version >10.1 .0</version >
8+ <version >11.0 .0</version >
99 <url >https://github.com/talon-one/maven-artefacts</url >
1010 <description >Talon.One unified JAVA SDK. It allows for programmatic access to the integration and management API with their respective authentication strategies</description >
1111 <scm >
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ private void init() {
132132 json = new JSON ();
133133
134134 // Set default User-Agent.
135- setUserAgent ("OpenAPI-Generator/10.1 .0/java" );
135+ setUserAgent ("OpenAPI-Generator/11.0 .0/java" );
136136
137137 authentications = new HashMap <String , Authentication >();
138138 }
You can’t perform that action at this time.
0 commit comments