This repository was archived by the owner on Jul 9, 2022. It is now read-only.
File tree 4 files changed +7
-7
lines changed
spring-cloud-dataflow-server-cloudfoundry
spring-cloud-dataflow-server-cloudfoundry-autoconfig
spring-cloud-dataflow-server-cloudfoundry-docs
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<artifactId >spring-cloud-dataflow-server-cloudfoundry-parent</artifactId >
5
- <version >1.4.0.BUILD-SNAPSHOT </version >
5
+ <version >1.4.0.M1 </version >
6
6
<packaging >pom</packaging >
7
7
8
8
<parent >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.springframework.cloud</groupId >
12
12
<artifactId >spring-cloud-dataflow-server-cloudfoundry-parent</artifactId >
13
- <version >1.4.0.BUILD-SNAPSHOT </version >
13
+ <version >1.4.0.M1 </version >
14
14
</parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.cloud</groupId >
7
7
<artifactId >spring-cloud-dataflow-server-cloudfoundry-parent</artifactId >
8
- <version >1.4.0.BUILD-SNAPSHOT </version >
8
+ <version >1.4.0.M1 </version >
9
9
</parent >
10
10
<description >Spring Cloud Data Flow Server CloudFoundry</description >
11
11
<properties >
15
15
<dependency >
16
16
<groupId >org.springframework.cloud</groupId >
17
17
<artifactId >spring-cloud-dataflow-server-cloudfoundry</artifactId >
18
- <version >1.4.0.BUILD-SNAPSHOT </version >
18
+ <version >1.4.0.M1 </version >
19
19
</dependency >
20
20
<dependency >
21
21
<groupId >org.springframework.cloud</groupId >
22
22
<artifactId >spring-cloud-dataflow-server-cloudfoundry-autoconfig</artifactId >
23
- <version >1.4.0.BUILD-SNAPSHOT </version >
23
+ <version >1.4.0.M1 </version >
24
24
</dependency >
25
25
</dependencies >
26
26
<profiles >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.springframework.cloud</groupId >
10
10
<artifactId >spring-cloud-dataflow-server-cloudfoundry-parent</artifactId >
11
- <version >1.4.0.BUILD-SNAPSHOT </version >
11
+ <version >1.4.0.M1 </version >
12
12
</parent >
13
13
<properties >
14
14
<start-class >org.springframework.cloud.dataflow.server.cloudfoundry.CloudFoundryDataFlowServer</start-class >
17
17
<dependency >
18
18
<groupId >org.springframework.cloud</groupId >
19
19
<artifactId >spring-cloud-dataflow-server-cloudfoundry-autoconfig</artifactId >
20
- <version >1.4.0.BUILD-SNAPSHOT </version >
20
+ <version >1.4.0.M1 </version >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >io.projectreactor</groupId >
You can’t perform that action at this time.
0 commit comments