Commit 6cced6b Teamcity
committed
1 parent 1835da6 commit 6cced6b Copy full SHA for 6cced6b
File tree 1 file changed +6
-8
lines changed
1 file changed +6
-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
<groupId >dev.coldhands</groupId >
7
6
<artifactId >pair-stairs</artifactId >
8
- <version >1.2.1-SNAPSHOT </version >
7
+ <version >1.3.0 </version >
9
8
<name >pair-stairs</name >
10
9
11
10
<properties >
303
302
<phase >pre-integration-test</phase >
304
303
<configuration >
305
304
<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}" />
308
306
<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}" />
311
309
</exec >
312
310
</target >
313
311
</configuration >
357
355
<url >https://github.com/jamieredding/pair-stairs</url >
358
356
<connection >scm:git:git://github.com/jamieredding/pair-stairs.git</connection >
359
357
<
developerConnection >scm:git:
[email protected] :jamieredding/pair-stairs.git</
developerConnection >
360
- <tag >HEAD </tag >
358
+ <tag >1.3.0 </tag >
361
359
</scm >
362
360
</project >
You can’t perform that action at this time.
0 commit comments