Skip to content

Commit

Permalink
use fix range
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffyecn committed Apr 3, 2018
1 parent f8490e8 commit 6944d2a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
<plugin.protobuf.version>0.5.1</plugin.protobuf.version>
<plugin.source.version>3.0.1</plugin.source.version>
<!-- dependency version -->
<annotation.version>[1.3.2,)</annotation.version>
<grpc.version>[1.9.0,)</grpc.version>
<junit.version>[4.12,)</junit.version>
<log4j.version>[1.2.17,)</log4j.version>
<protobuf.version>[3.5.1,)</protobuf.version>
<slf4j.version>[1.7.25,)</slf4j.version>
<annotation.version>1.3.2</annotation.version>
<grpc.version>1.11.0</grpc.version>
<junit.version>4.12</junit.version>
<log4j.version>1.2.17</log4j.version>
<protobuf.version>3.5.1</protobuf.version>
<slf4j.version>1.7.25</slf4j.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 6944d2a

Please sign in to comment.