Switch to cf client release (2.4.0 has been out long, no need to stick on snapshot)

This commit is contained in:
Kris De Volder
2017-04-04 08:33:26 -07:00
parent 917a5749c7
commit bc60320113
2 changed files with 1 additions and 11 deletions

View File

@@ -27,16 +27,6 @@
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-operations</artifactId>
<version>${cloudfoundry-client-version}</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>${reactor-version}</version>
</dependency>
<dependency>
<groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-netty</artifactId>
<version>${reactor-netty}</version>
</dependency>
<!-- Test harness -->
<dependency>

View File

@@ -80,7 +80,7 @@
<!-- NOTE: Reactor version must match version used by the CF client -->
<reactor-version>3.0.5.RELEASE</reactor-version>
<reactor-netty>0.6.0.RELEASE</reactor-netty>
<cloudfoundry-client-version>2.4.0.BUILD-SNAPSHOT</cloudfoundry-client-version>
<cloudfoundry-client-version>2.4.0.RELEASE</cloudfoundry-client-version>
</properties>
<build>