File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
2
- # <img src =" ./assets/ octi-blue.png" valign =" bottom " width =" 60px " />**   ;  ; sematext-api-client-java**
2
+ # <img src =" https://sematext.com/wp-content/uploads/2020/09/just- octi-blue.png" valign =" bottom " width =" 60px " />**   ;  ; sematext-api-client-java**
3
3
4
4
<br >
5
5
@@ -88,7 +88,7 @@ Add this dependency to your project's POM:
88
88
<dependency >
89
89
<groupId >com.sematext</groupId >
90
90
<artifactId >SematextCloudClient</artifactId >
91
- <version >0.1.0 </version >
91
+ <version >0.1.1 </version >
92
92
<scope >compile</scope >
93
93
</dependency >
94
94
```
@@ -98,7 +98,7 @@ Add this dependency to your project's POM:
98
98
Add this dependency to your project's build file:
99
99
100
100
``` groovy
101
- compile "com.sematext:sematext-api-client-java:0.1.0 "
101
+ compile "com.sematext:sematext-api-client-java:0.1.1 "
102
102
```
103
103
104
104
### Others
@@ -111,7 +111,7 @@ mvn clean package
111
111
112
112
Then manually install the following JARs:
113
113
114
- * ` target/swagger-java-client-1.0.0 .jar `
114
+ * ` target/swagger-java-client-1.0.1 .jar `
115
115
* ` target/lib/*.jar `
116
116
117
117
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'idea'
2
2
apply plugin : ' eclipse'
3
3
4
4
group = ' com.sematext'
5
- version = ' 0.1.0 '
5
+ version = ' 0.1.1 '
6
6
7
7
buildscript {
8
8
repositories {
Original file line number Diff line number Diff line change 5
5
<artifactId >SematextCloudClient</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >SematextCloudClient</name >
8
- <version >0.1.0 </version >
8
+ <version >0.1.1 </version >
9
9
<url >https://github.com/sematext/sematext-api-client-java</url >
10
10
<description >Client for Sematext Cloud API at https://sematext.com/docs/api/</description >
11
11
You can’t perform that action at this time.
0 commit comments