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

Commit 23d39e3

Browse files
committed
[maven-release-plugin] prepare release v1.2.1.RELEASE
1 parent e081591 commit 23d39e3

File tree

4 files changed

+7
-8
lines changed
  • spring-cloud-dataflow-server-nomad
  • spring-cloud-dataflow-server-nomad-autoconfig
  • spring-cloud-dataflow-server-nomad-docs

4 files changed

+7
-8
lines changed

pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.springframework.cloud</groupId>
87
<artifactId>spring-cloud-dataflow-parent</artifactId>
98
<version>1.2.2.RELEASE</version>
10-
<relativePath/>
9+
<relativePath />
1110
</parent>
1211

1312
<groupId>org.springframework.cloud</groupId>
1413
<artifactId>spring-cloud-dataflow-server-nomad-parent</artifactId>
15-
<version>1.2.1.BUILD-SNAPSHOT</version>
14+
<version>1.2.1.RELEASE</version>
1615
<packaging>pom</packaging>
1716

1817
<name>Spring Cloud Data Flow Server for Nomad</name>
@@ -22,7 +21,7 @@
2221
<connection>scm:git:[email protected]:donovanmuller/spring-cloud-dataflow-server-nomad.git</connection>
2322
<developerConnection>scm:git:[email protected]:donovanmuller/spring-cloud-dataflow-server-nomad.git</developerConnection>
2423
<url>https://github.com/donovanmuller/spring-cloud-dataflow-server-nomad</url>
25-
<tag>HEAD</tag>
24+
<tag>v1.2.1.RELEASE</tag>
2625
</scm>
2726

2827
<modules>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-cloud-dataflow-server-nomad-parent</artifactId>
77
<groupId>org.springframework.cloud</groupId>
8-
<version>1.2.1.BUILD-SNAPSHOT</version>
8+
<version>1.2.1.RELEASE</version>
99
</parent>
1010

1111
<artifactId>spring-cloud-dataflow-server-nomad-autoconfig</artifactId>

spring-cloud-dataflow-server-nomad-docs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-cloud-dataflow-server-nomad-parent</artifactId>
77
<groupId>org.springframework.cloud</groupId>
8-
<version>1.2.1.BUILD-SNAPSHOT</version>
8+
<version>1.2.1.RELEASE</version>
99
</parent>
1010

1111
<artifactId>spring-cloud-dataflow-server-nomad-docs</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-dataflow-server-nomad-parent</artifactId>
8-
<version>1.2.1.BUILD-SNAPSHOT</version>
8+
<version>1.2.1.RELEASE</version>
99
</parent>
1010

1111
<groupId>org.springframework.cloud</groupId>

0 commit comments

Comments
 (0)