Skip to content

Commit 52d5fc8

Browse files
author
Teamcity
committed
[maven-release-plugin] prepare release 1.4.0
1 parent 16b22f5 commit 52d5fc8

File tree

4 files changed

+12
-20
lines changed

4 files changed

+12
-20
lines changed

backend/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>dev.coldhands.pair.stairs</groupId>
86
<artifactId>pair-stairs</artifactId>
9-
<version>1.3.2-SNAPSHOT</version>
7+
<version>1.4.0</version>
108
</parent>
119

1210
<artifactId>backend</artifactId>

core/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>dev.coldhands.pair.stairs</groupId>
86
<artifactId>pair-stairs</artifactId>
9-
<version>1.3.2-SNAPSHOT</version>
7+
<version>1.4.0</version>
108
</parent>
119

1210
<artifactId>core</artifactId>

legacy/pom.xml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>dev.coldhands.pair.stairs</groupId>
86
<artifactId>pair-stairs</artifactId>
9-
<version>1.3.2-SNAPSHOT</version>
7+
<version>1.4.0</version>
108
</parent>
119

1210
<artifactId>legacy</artifactId>
@@ -237,11 +235,10 @@
237235
<phase>pre-integration-test</phase>
238236
<configuration>
239237
<target>
240-
<move file="${project.build.directory}/docker-container-launcher.sh"
241-
tofile="${project.build.directory}/${scriptName}"/>
238+
<move file="${project.build.directory}/docker-container-launcher.sh" tofile="${project.build.directory}/${scriptName}" />
242239
<exec executable="chmod">
243-
<arg value="+x"/>
244-
<arg file="${project.build.directory}/${scriptName}"/>
240+
<arg value="+x" />
241+
<arg file="${project.build.directory}/${scriptName}" />
245242
</exec>
246243
</target>
247244
</configuration>

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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
<groupId>dev.coldhands.pair.stairs</groupId>
76
<artifactId>pair-stairs</artifactId>
8-
<version>1.3.2-SNAPSHOT</version>
7+
<version>1.4.0</version>
98
<packaging>pom</packaging>
109
<name>pair-stairs</name>
1110

@@ -260,6 +259,6 @@
260259
<url>https://github.com/jamieredding/pair-stairs</url>
261260
<connection>scm:git:git://github.com/jamieredding/pair-stairs.git</connection>
262261
<developerConnection>scm:git:[email protected]:jamieredding/pair-stairs.git</developerConnection>
263-
<tag>HEAD</tag>
262+
<tag>1.4.0</tag>
264263
</scm>
265264
</project>

0 commit comments

Comments
 (0)