Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 97d04db

Browse files
committed
[artifactory-release] Release version 1.2.1.RELEASE
1 parent f6423ad commit 97d04db

File tree

15 files changed

+32
-32
lines changed
  • spring-cloud-dataflow-completion
  • spring-cloud-dataflow-configuration-metadata
  • spring-cloud-dataflow-core
  • spring-cloud-dataflow-dependencies
  • spring-cloud-dataflow-docs
  • spring-cloud-dataflow-registry
  • spring-cloud-dataflow-rest-client
  • spring-cloud-dataflow-rest-resource
  • spring-cloud-dataflow-server-core
  • spring-cloud-dataflow-server-local
  • spring-cloud-dataflow-server-local-autoconfig
  • spring-cloud-dataflow-shell
  • spring-cloud-dataflow-shell-core
  • spring-cloud-starter-dataflow-server-local

15 files changed

+32
-32
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.cloud</groupId>
55
<artifactId>spring-cloud-dataflow-parent</artifactId>
6-
<version>1.2.1.BUILD-SNAPSHOT</version>
6+
<version>1.2.1.RELEASE</version>
77
<packaging>pom</packaging>
88
<url>http://cloud.spring.io/spring-cloud-dataflow/</url>
99
<organization>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.springframework.cloud</groupId>
7070
<artifactId>spring-cloud-dataflow-dependencies</artifactId>
71-
<version>1.2.1.BUILD-SNAPSHOT</version>
71+
<version>1.2.1.RELEASE</version>
7272
<type>pom</type>
7373
<scope>import</scope>
7474
</dependency>

spring-cloud-dataflow-completion/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.cloud</groupId>
66
<artifactId>spring-cloud-dataflow-parent</artifactId>
7-
<version>1.2.1.BUILD-SNAPSHOT</version>
7+
<version>1.2.1.RELEASE</version>
88
</parent>
99
<artifactId>spring-cloud-dataflow-completion</artifactId>
1010
<dependencies>

spring-cloud-dataflow-configuration-metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.cloud</groupId>
66
<artifactId>spring-cloud-dataflow-parent</artifactId>
7-
<version>1.2.1.BUILD-SNAPSHOT</version>
7+
<version>1.2.1.RELEASE</version>
88
</parent>
99
<artifactId>spring-cloud-dataflow-configuration-metadata</artifactId>
1010
<properties>

spring-cloud-dataflow-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-dataflow-parent</artifactId>
9-
<version>1.2.1.BUILD-SNAPSHOT</version>
9+
<version>1.2.1.RELEASE</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

spring-cloud-dataflow-dependencies/pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath />
99
</parent>
1010
<artifactId>spring-cloud-dataflow-dependencies</artifactId>
11-
<version>1.2.1.BUILD-SNAPSHOT</version>
11+
<version>1.2.1.RELEASE</version>
1212
<packaging>pom</packaging>
1313
<name>spring-cloud-dataflow-dependencies</name>
1414
<description>Spring Cloud Data Flow Dependencies BOM designed to support consumption of Spring Cloud Data Flow from
@@ -19,62 +19,62 @@
1919
<dependency>
2020
<groupId>org.springframework.cloud</groupId>
2121
<artifactId>spring-cloud-dataflow-shell</artifactId>
22-
<version>1.2.1.BUILD-SNAPSHOT</version>
22+
<version>1.2.1.RELEASE</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.springframework.cloud</groupId>
2626
<artifactId>spring-cloud-dataflow-shell-core</artifactId>
27-
<version>1.2.1.BUILD-SNAPSHOT</version>
27+
<version>1.2.1.RELEASE</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.springframework.cloud</groupId>
3131
<artifactId>spring-cloud-dataflow-completion</artifactId>
32-
<version>1.2.1.BUILD-SNAPSHOT</version>
32+
<version>1.2.1.RELEASE</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.springframework.cloud</groupId>
3636
<artifactId>spring-cloud-dataflow-core</artifactId>
37-
<version>1.2.1.BUILD-SNAPSHOT</version>
37+
<version>1.2.1.RELEASE</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.springframework.cloud</groupId>
4141
<artifactId>spring-cloud-dataflow-rest-client</artifactId>
42-
<version>1.2.1.BUILD-SNAPSHOT</version>
42+
<version>1.2.1.RELEASE</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.springframework.cloud</groupId>
4646
<artifactId>spring-cloud-dataflow-configuration-metadata</artifactId>
47-
<version>1.2.1.BUILD-SNAPSHOT</version>
47+
<version>1.2.1.RELEASE</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.springframework.cloud</groupId>
5151
<artifactId>spring-cloud-dataflow-rest-resource</artifactId>
52-
<version>1.2.1.BUILD-SNAPSHOT</version>
52+
<version>1.2.1.RELEASE</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.springframework.cloud</groupId>
5656
<artifactId>spring-cloud-dataflow-registry</artifactId>
57-
<version>1.2.1.BUILD-SNAPSHOT</version>
57+
<version>1.2.1.RELEASE</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.springframework.cloud</groupId>
6161
<artifactId>spring-cloud-dataflow-server-core</artifactId>
62-
<version>1.2.1.BUILD-SNAPSHOT</version>
62+
<version>1.2.1.RELEASE</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.springframework.cloud</groupId>
6666
<artifactId>spring-cloud-dataflow-server-local</artifactId>
67-
<version>1.2.1.BUILD-SNAPSHOT</version>
67+
<version>1.2.1.RELEASE</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.springframework.cloud</groupId>
7171
<artifactId>spring-cloud-dataflow-server-local-autoconfig</artifactId>
72-
<version>1.2.1.BUILD-SNAPSHOT</version>
72+
<version>1.2.1.RELEASE</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.springframework.cloud</groupId>
7676
<artifactId>spring-cloud-starter-dataflow-server-local</artifactId>
77-
<version>1.2.1.BUILD-SNAPSHOT</version>
77+
<version>1.2.1.RELEASE</version>
7878
</dependency>
7979
</dependencies>
8080
</dependencyManagement>

spring-cloud-dataflow-docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.cloud</groupId>
66
<artifactId>spring-cloud-dataflow-parent</artifactId>
7-
<version>1.2.1.BUILD-SNAPSHOT</version>
7+
<version>1.2.1.RELEASE</version>
88
</parent>
99
<artifactId>spring-cloud-dataflow-docs</artifactId>
1010
<name>Spring Cloud Data Flow Docs</name>
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.springframework.cloud</groupId>
5858
<artifactId>spring-cloud-starter-dataflow-server-local</artifactId>
59-
<version>1.2.1.BUILD-SNAPSHOT</version>
59+
<version>1.2.1.RELEASE</version>
6060
<type>test-jar</type>
6161
<scope>test</scope>
6262
</dependency>

spring-cloud-dataflow-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.cloud</groupId>
99
<artifactId>spring-cloud-dataflow-parent</artifactId>
10-
<version>1.2.1.BUILD-SNAPSHOT</version>
10+
<version>1.2.1.RELEASE</version>
1111
</parent>
1212
<dependencies>
1313
<dependency>

spring-cloud-dataflow-rest-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.cloud</groupId>
1313
<artifactId>spring-cloud-dataflow-parent</artifactId>
14-
<version>1.2.1.BUILD-SNAPSHOT</version>
14+
<version>1.2.1.RELEASE</version>
1515
</parent>
1616
<dependencies>
1717
<dependency>

spring-cloud-dataflow-rest-resource/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.cloud</groupId>
1313
<artifactId>spring-cloud-dataflow-parent</artifactId>
14-
<version>1.2.1.BUILD-SNAPSHOT</version>
14+
<version>1.2.1.RELEASE</version>
1515
</parent>
1616
<dependencies>
1717
<dependency>

spring-cloud-dataflow-server-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.cloud</groupId>
88
<artifactId>spring-cloud-dataflow-parent</artifactId>
9-
<version>1.2.1.BUILD-SNAPSHOT</version>
9+
<version>1.2.1.RELEASE</version>
1010
</parent>
1111
<dependencies>
1212
<dependency>

spring-cloud-dataflow-server-local-autoconfig/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
<modelVersion>4.0.0</modelVersion>
55
<artifactId>spring-cloud-dataflow-server-local-autoconfig</artifactId>
6-
<version>1.2.1.BUILD-SNAPSHOT</version>
6+
<version>1.2.1.RELEASE</version>
77
<packaging>jar</packaging>
88
<name>spring-cloud-dataflow-server-local-autoconfig</name>
99
<description>Data Flow Local Server Autoconfig</description>
1010

1111
<parent>
1212
<groupId>org.springframework.cloud</groupId>
1313
<artifactId>spring-cloud-dataflow-parent</artifactId>
14-
<version>1.2.1.BUILD-SNAPSHOT</version>
14+
<version>1.2.1.RELEASE</version>
1515
</parent>
1616

1717
<dependencies>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.springframework.cloud</groupId>
2424
<artifactId>spring-cloud-dataflow-server-core</artifactId>
25-
<version>1.2.1.BUILD-SNAPSHOT</version>
25+
<version>1.2.1.RELEASE</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.springframework.cloud</groupId>

spring-cloud-dataflow-server-local/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.cloud</groupId>
55
<artifactId>spring-cloud-dataflow-server-local</artifactId>
6-
<version>1.2.1.BUILD-SNAPSHOT</version>
6+
<version>1.2.1.RELEASE</version>
77
<packaging>jar</packaging>
88
<name>Spring Cloud Data Flow Local Server</name>
99
<description>Spring Cloud Data Flow Local Server</description>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.springframework.cloud</groupId>
8888
<artifactId>spring-cloud-dataflow-dependencies</artifactId>
89-
<version>1.2.1.BUILD-SNAPSHOT</version>
89+
<version>1.2.1.RELEASE</version>
9090
<type>pom</type>
9191
<scope>import</scope>
9292
</dependency>

spring-cloud-dataflow-shell-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.cloud</groupId>
1313
<artifactId>spring-cloud-dataflow-parent</artifactId>
14-
<version>1.2.1.BUILD-SNAPSHOT</version>
14+
<version>1.2.1.RELEASE</version>
1515
</parent>
1616
<dependencies>
1717
<dependency>

spring-cloud-dataflow-shell/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.cloud</groupId>
1313
<artifactId>spring-cloud-dataflow-parent</artifactId>
14-
<version>1.2.1.BUILD-SNAPSHOT</version>
14+
<version>1.2.1.RELEASE</version>
1515
</parent>
1616
<dependencies>
1717
<dependency>

spring-cloud-starter-dataflow-server-local/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.cloud</groupId>
1414
<artifactId>spring-cloud-dataflow-parent</artifactId>
15-
<version>1.2.1.BUILD-SNAPSHOT</version>
15+
<version>1.2.1.RELEASE</version>
1616
</parent>
1717
<dependencies>
1818
<dependency>

0 commit comments

Comments
 (0)