Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit aca5cf3

Browse files
committed
Updating dependency versions
- making the versions consistent across all POMs
1 parent 7cd6611 commit aca5cf3

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<spring-cloud.version>Edgware.SR3</spring-cloud.version>
2323
<spring-cloud-function.version>1.0.0.RC1</spring-cloud-function.version>
2424
<grpc.version>1.8.0</grpc.version>
25-
<reactor.version>3.2.0.M1</reactor.version>
25+
<reactor.version>3.1.7.RELEASE</reactor.version>
2626
<dockerfile-maven.version>1.3.6</dockerfile-maven.version>
2727
<docker.org>projectriff</docker.org>
2828
<docker.tag>0.0.7-snapshot</docker.tag>

samples/uppercase/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>2.0.1.RELEASE</version>
18+
<version>2.0.2.RELEASE</version>
1919
<relativePath/> <!-- lookup parent from repository -->
2020
</parent>
2121

2222
<properties>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2525
<java.version>1.8</java.version>
26-
<reactor.version>3.1.2.RELEASE</reactor.version>
27-
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
26+
<reactor.version>3.1.7.RELEASE</reactor.version>
27+
<spring-cloud-function.version>1.0.0.RC1</spring-cloud-function.version>
2828
</properties>
2929

3030
<dependencies>

samples/wordcount/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>io.projectreactor</groupId>
2121
<artifactId>reactor-core</artifactId>
22-
<version>3.1.1.RELEASE</version>
22+
<version>3.1.7.RELEASE</version>
2323
<scope>provided</scope>
2424
</dependency>
2525
</dependencies>

src/it/next/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.0.1.RELEASE</version>
16+
<version>2.0.2.RELEASE</version>
1717
<relativePath/>
1818
</parent>
1919

2020
<properties>
2121
<java.version>1.8</java.version>
22-
<spring-cloud-function.version>1.0.0.M6</spring-cloud-function.version>
22+
<spring-cloud-function.version>1.0.0.RC1</spring-cloud-function.version>
2323
<wrapper.version>1.0.9.RELEASE</wrapper.version>
2424
</properties>
2525

src/it/plain/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>1.5.12.RELEASE</version>
16+
<version>1.5.13.RELEASE</version>
1717
<relativePath/>
1818
</parent>
1919

2020
<properties>
2121
<java.version>1.8</java.version>
22-
<spring-cloud-function.version>1.0.0.M6</spring-cloud-function.version>
22+
<spring-cloud-function.version>1.0.0.RC1</spring-cloud-function.version>
2323
<wrapper.version>1.0.9.RELEASE</wrapper.version>
24-
<reactor.version>3.1.2.RELEASE</reactor.version>
24+
<reactor.version>3.1.7.RELEASE</reactor.version>
2525
</properties>
2626

2727
<dependencies>

src/it/pof/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>1.5.12.RELEASE</version>
15+
<version>1.5.13.RELEASE</version>
1616
<relativePath />
1717
</parent>
1818

1919
<properties>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2222
<java.version>1.8</java.version>
23-
<reactor.version>3.1.2.RELEASE</reactor.version>
24-
<spring-cloud-function.version>1.0.0.M6</spring-cloud-function.version>
23+
<reactor.version>3.1.7.RELEASE</reactor.version>
24+
<spring-cloud-function.version>1.0.0.RC1</spring-cloud-function.version>
2525
</properties>
2626

2727
<dependencies>

src/it/pojo/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>1.5.12.RELEASE</version>
16+
<version>1.5.13.RELEASE</version>
1717
<relativePath/>
1818
</parent>
1919

2020
<properties>
2121
<java.version>1.8</java.version>
22-
<spring-cloud-function.version>1.0.0.M6</spring-cloud-function.version>
22+
<spring-cloud-function.version>1.0.0.RC1</spring-cloud-function.version>
2323
<wrapper.version>1.0.9.RELEASE</wrapper.version>
24-
<reactor.version>3.1.2.RELEASE</reactor.version>
24+
<reactor.version>3.1.7.RELEASE</reactor.version>
2525
</properties>
2626

2727
<dependencies>

0 commit comments

Comments
 (0)