Skip to content

Commit

Permalink
jboot v1.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Dec 15, 2017
1 parent 0146c97 commit 6b8cc49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ QQ交流群: 601440615
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
</dependency>

```
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/about_jboot.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ QQ交流群: 601440615
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
</dependency>

```
Expand Down
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down Expand Up @@ -364,20 +364,6 @@
<version>2.1.4</version>
</dependency>

<!-- https://mvnrepository.com/artifact/io.zipkin.reporter2/zipkin-sender-okhttp3 -->
<!--<dependency>-->
<!--<groupId>io.zipkin.reporter2</groupId>-->
<!--<artifactId>zipkin-sender-okhttp3</artifactId>-->
<!--<version>2.1.4</version>-->
<!--<exclusions>-->
<!--<exclusion>-->
<!--<groupId>com.squareup.okhttp3</groupId>-->
<!--<artifactId>okhttp</artifactId>-->
<!--</exclusion>-->
<!--</exclusions>-->
<!--</dependency>-->


<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
Expand Down

0 comments on commit 6b8cc49

Please sign in to comment.