This repository was archived by the owner on Mar 18, 2020. It is now read-only.
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 Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<groupId >org.springframework.cloud</groupId >
8
7
<artifactId >spring-cloud-dataflow-parent</artifactId >
9
8
<version >1.2.2.RELEASE</version >
10
- <relativePath />
9
+ <relativePath />
11
10
</parent >
12
11
13
12
<groupId >org.springframework.cloud</groupId >
14
13
<artifactId >spring-cloud-dataflow-server-nomad-parent</artifactId >
15
- <version >1.2.1.BUILD-SNAPSHOT </version >
14
+ <version >1.2.1.RELEASE </version >
16
15
<packaging >pom</packaging >
17
16
18
17
<name >Spring Cloud Data Flow Server for Nomad</name >
22
21
<
connection >scm:git:
[email protected] :donovanmuller/spring-cloud-dataflow-server-nomad.git</
connection >
23
22
<
developerConnection >scm:git:
[email protected] :donovanmuller/spring-cloud-dataflow-server-nomad.git</
developerConnection >
24
23
<url >https://github.com/donovanmuller/spring-cloud-dataflow-server-nomad</url >
25
- <tag >HEAD </tag >
24
+ <tag >v1.2.1.RELEASE </tag >
26
25
</scm >
27
26
28
27
<modules >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >spring-cloud-dataflow-server-nomad-parent</artifactId >
7
7
<groupId >org.springframework.cloud</groupId >
8
- <version >1.2.1.BUILD-SNAPSHOT </version >
8
+ <version >1.2.1.RELEASE </version >
9
9
</parent >
10
10
11
11
<artifactId >spring-cloud-dataflow-server-nomad-autoconfig</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >spring-cloud-dataflow-server-nomad-parent</artifactId >
7
7
<groupId >org.springframework.cloud</groupId >
8
- <version >1.2.1.BUILD-SNAPSHOT </version >
8
+ <version >1.2.1.RELEASE </version >
9
9
</parent >
10
10
11
11
<artifactId >spring-cloud-dataflow-server-nomad-docs</artifactId >
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-nomad-parent</artifactId >
8
- <version >1.2.1.BUILD-SNAPSHOT </version >
8
+ <version >1.2.1.RELEASE </version >
9
9
</parent >
10
10
11
11
<groupId >org.springframework.cloud</groupId >
You can’t perform that action at this time.
0 commit comments