Skip to content

Commit dd673ba

Browse files
author
Teamcity
committed
[maven-release-plugin] prepare release 1.3.1
1 parent ae0b929 commit dd673ba

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pom.xml

+6-8
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</groupId>
76
<artifactId>pair-stairs</artifactId>
8-
<version>1.3.1-SNAPSHOT</version>
7+
<version>1.3.1</version>
98
<name>pair-stairs</name>
109

1110
<properties>
@@ -331,11 +330,10 @@
331330
<phase>pre-integration-test</phase>
332331
<configuration>
333332
<target>
334-
<move file="${project.build.directory}/docker-container-launcher.sh"
335-
tofile="${project.build.directory}/${scriptName}"/>
333+
<move file="${project.build.directory}/docker-container-launcher.sh" tofile="${project.build.directory}/${scriptName}" />
336334
<exec executable="chmod">
337-
<arg value="+x"/>
338-
<arg file="${project.build.directory}/${scriptName}"/>
335+
<arg value="+x" />
336+
<arg file="${project.build.directory}/${scriptName}" />
339337
</exec>
340338
</target>
341339
</configuration>
@@ -385,6 +383,6 @@
385383
<url>https://github.com/jamieredding/pair-stairs</url>
386384
<connection>scm:git:git://github.com/jamieredding/pair-stairs.git</connection>
387385
<developerConnection>scm:git:[email protected]:jamieredding/pair-stairs.git</developerConnection>
388-
<tag>HEAD</tag>
386+
<tag>1.3.1</tag>
389387
</scm>
390388
</project>

0 commit comments

Comments
 (0)