Skip to content

Commit

Permalink
Upgrade version of bolt and lookout. (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjboy authored Jun 14, 2018
1 parent 576847d commit b1232c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
<netty.version>4.1.25.Final</netty.version>
<hessian.version>3.3.0</hessian.version>
<resteasy.version>3.0.12.Final</resteasy.version>
<bolt.version>1.4.1</bolt.version>
<bolt.version>1.4.2</bolt.version>
<tracer.version>2.1.1</tracer.version>
<lookout.version>1.4.0</lookout.version>
<lookout.version>1.4.1</lookout.version>
</properties>

<dependencies>
Expand Down
10 changes: 7 additions & 3 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@
<!-- Test libs -->
<junit.version>4.10</junit.version>
<!-- alipay libs -->
<bolt.version>1.4.1</bolt.version>
<bolt.version>1.4.2</bolt.version>
<sofa.common.tools.version>1.0.12</sofa.common.tools.version>
<lookout.version>1.1.0</lookout.version>
<tracer.version>2.1.1</tracer.version>
<lookout.version>1.4.0</lookout.version>
<lookout.version>1.4.1</lookout.version>
<!-- Build args -->
<module.install.skip>true</module.install.skip>
<module.deploy.skip>true</module.deploy.skip>
Expand Down Expand Up @@ -345,6 +344,11 @@
<artifactId>lookout-api</artifactId>
<version>${lookout.version}</version>
</dependency>
<dependency>
<groupId>com.alipay.sofa.lookout</groupId>
<artifactId>lookout-core</artifactId>
<version>${lookout.version}</version>
</dependency>
<!-- Test libs -->
<dependency>
<groupId>junit</groupId>
Expand Down
1 change: 0 additions & 1 deletion extension-impl/metrics-lookout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<dependency>
<groupId>com.alipay.sofa.lookout</groupId>
<artifactId>lookout-core</artifactId>
<version>1.4.0</version>
<scope>test</scope>
</dependency>

Expand Down
1 change: 0 additions & 1 deletion test/test-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@
<dependency>
<groupId>com.alipay.sofa.lookout</groupId>
<artifactId>lookout-core</artifactId>
<version>1.4.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit b1232c7

Please sign in to comment.