Commit dd673ba Teamcity
committed
1 parent ae0b929 commit dd673ba Copy full SHA for dd673ba
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.3.1-SNAPSHOT </version >
7
+ <version >1.3.1</version >
9
8
<name >pair-stairs</name >
10
9
11
10
<properties >
331
330
<phase >pre-integration-test</phase >
332
331
<configuration >
333
332
<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}" />
336
334
<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}" />
339
337
</exec >
340
338
</target >
341
339
</configuration >
385
383
<url >https://github.com/jamieredding/pair-stairs</url >
386
384
<connection >scm:git:git://github.com/jamieredding/pair-stairs.git</connection >
387
385
<
developerConnection >scm:git:
[email protected] :jamieredding/pair-stairs.git</
developerConnection >
388
- <tag >HEAD </tag >
386
+ <tag >1.3.1 </tag >
389
387
</scm >
390
388
</project >
You can’t perform that action at this time.
0 commit comments