Skip to content

Commit 6cced6b

Browse files
author
Teamcity
committed
[maven-release-plugin] prepare release 1.3.0
1 parent 1835da6 commit 6cced6b

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.2.1-SNAPSHOT</version>
7+
<version>1.3.0</version>
98
<name>pair-stairs</name>
109

1110
<properties>
@@ -303,11 +302,10 @@
303302
<phase>pre-integration-test</phase>
304303
<configuration>
305304
<target>
306-
<copy file="src/scripts/docker-container-launcher.sh"
307-
tofile="${project.build.directory}/${scriptName}"/>
305+
<copy file="src/scripts/docker-container-launcher.sh" tofile="${project.build.directory}/${scriptName}" />
308306
<exec executable="chmod">
309-
<arg value="+x"/>
310-
<arg file="${project.build.directory}/${scriptName}"/>
307+
<arg value="+x" />
308+
<arg file="${project.build.directory}/${scriptName}" />
311309
</exec>
312310
</target>
313311
</configuration>
@@ -357,6 +355,6 @@
357355
<url>https://github.com/jamieredding/pair-stairs</url>
358356
<connection>scm:git:git://github.com/jamieredding/pair-stairs.git</connection>
359357
<developerConnection>scm:git:[email protected]:jamieredding/pair-stairs.git</developerConnection>
360-
<tag>HEAD</tag>
358+
<tag>1.3.0</tag>
361359
</scm>
362360
</project>

0 commit comments

Comments
 (0)