Skip to content

Commit

Permalink
v2.21.0.RELEASE Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nebhale committed Oct 23, 2017
1 parent 58daa1f commit 94d7533
Show file tree
Hide file tree
Showing 10 changed files with 87 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/integration_test.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions cloudfoundry-client-reactor/cloudfoundry-client-reactor.iml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
<orderEntry type="library" name="Maven: io.projectreactor:reactor-core:3.0.7.RELEASE" level="project" />
<orderEntry type="library" name="Maven: org.reactivestreams:reactive-streams:1.0.1" level="project" />
<orderEntry type="library" name="Maven: io.projectreactor.ipc:reactor-netty:0.6.6.RELEASE" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-codec-http:4.1.13.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-codec:4.1.13.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-handler:4.1.13.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-buffer:4.1.13.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-transport:4.1.13.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-resolver:4.1.13.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-handler-proxy:4.1.13.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-codec-socks:4.1.13.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-transport-native-epoll:4.1.13.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-common:4.1.13.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-transport-native-unix-common:4.1.13.Final" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-codec-http:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-codec:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-handler:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-buffer:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-transport:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-resolver:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-handler-proxy:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-codec-socks:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-transport-native-epoll:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-common:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-transport-native-unix-common:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: io.projectreactor.ipc:reactor-ipc:0.6.2.RELEASE" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion cloudfoundry-client-reactor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>2.21.0.BUILD-SNAPSHOT</version>
<version>2.21.0.RELEASE</version>
</parent>

<artifactId>cloudfoundry-client-reactor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cloudfoundry-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>2.21.0.BUILD-SNAPSHOT</version>
<version>2.21.0.RELEASE</version>
</parent>

<artifactId>cloudfoundry-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cloudfoundry-operations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>2.21.0.BUILD-SNAPSHOT</version>
<version>2.21.0.RELEASE</version>
</parent>

<artifactId>cloudfoundry-operations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cloudfoundry-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>2.21.0.BUILD-SNAPSHOT</version>
<version>2.21.0.RELEASE</version>
</parent>

<artifactId>cloudfoundry-util</artifactId>
Expand Down
22 changes: 11 additions & 11 deletions integration-test/integration-test.iml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
<orderEntry type="library" scope="TEST" name="Maven: com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.8.10" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.jsonwebtoken:jjwt:0.9.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.projectreactor.ipc:reactor-netty:0.6.6.RELEASE" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-codec-http:4.1.13.Final" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-codec:4.1.13.Final" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-handler:4.1.13.Final" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-buffer:4.1.13.Final" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-transport:4.1.13.Final" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-resolver:4.1.13.Final" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-handler-proxy:4.1.13.Final" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-codec-socks:4.1.13.Final" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-transport-native-epoll:4.1.13.Final" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-common:4.1.13.Final" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-transport-native-unix-common:4.1.13.Final" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-codec-http:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-codec:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-handler:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-buffer:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-transport:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-resolver:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-handler-proxy:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-codec-socks:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-transport-native-epoll:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-common:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.netty:netty-transport-native-unix-common:4.1.17.Final-SNAPSHOT" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: io.projectreactor.ipc:reactor-ipc:0.6.2.RELEASE" level="project" />
<orderEntry type="module" module-name="cloudfoundry-client" scope="TEST" />
<orderEntry type="library" scope="TEST" name="Maven: com.squareup.wire:wire-runtime:2.2.0" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion integration-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>2.21.0.BUILD-SNAPSHOT</version>
<version>2.21.0.RELEASE</version>
</parent>

<artifactId>integration-test</artifactId>
Expand Down
59 changes: 58 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<name>Cloud Foundry Java Client Parent</name>
<version>2.21.0.BUILD-SNAPSHOT</version>
<version>2.21.0.RELEASE</version>
<packaging>pom</packaging>
<url>https://github.com/cloudfoundry/cf-java-client</url>

Expand All @@ -49,6 +49,7 @@
<immutables.version>2.5.6</immutables.version>
<java-semver.version>0.9.0</java-semver.version>
<jjwt.version>0.9.0</jjwt.version>
<netty.version>4.1.17.Final-SNAPSHOT</netty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<reactor-addons.version>3.0.7.RELEASE</reactor-addons.version>
<reactor-core.version>3.0.7.RELEASE</reactor-core.version>
Expand All @@ -58,6 +59,62 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-socks</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler-proxy</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-unix-common</artifactId>
<version>${netty.version}</version>
</dependency>

<dependency>
<groupId>com.github.zafarkhaja</groupId>
<artifactId>java-semver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test-service-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.cloudfoundry</groupId>
<artifactId>cloudfoundry-java-client</artifactId>
<version>2.21.0.BUILD-SNAPSHOT</version>
<version>2.21.0.RELEASE</version>
</parent>

<artifactId>test-service-broker</artifactId>
Expand Down

0 comments on commit 94d7533

Please sign in to comment.