File tree Expand file tree Collapse file tree
src/main/java/cloud/artik/client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22 settings(
33 organization := " cloud.artik" ,
44 name := " artikcloud-java" ,
5- version := " 2.0.6-SNAPSHOT " ,
5+ version := " 2.0.6" ,
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 >artikcloud-java</artifactId >
66 <packaging >jar</packaging >
77 <name >artikcloud-java</name >
8- <version >2.0.6-SNAPSHOT </version >
8+ <version >2.0.6</version >
99 <description >Artik Cloud Java SDK</description >
1010 <url >https://github.com/artikcloud/artikcloud-java</url >
1111
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ public ApiClient() {
169169 this .lenientDatetimeFormat = true ;
170170
171171 // Set default User-Agent.
172- setUserAgent ("Swagger-Codegen/2.0.6-SNAPSHOT /java" );
172+ setUserAgent ("Swagger-Codegen/2.0.6/java" );
173173
174174 // Setup authentications (key: authentication name, value: authentication).
175175 authentications = new HashMap <String , Authentication >();
You can’t perform that action at this time.
0 commit comments