Commit 66a4350 1 parent 2fba7a2 commit 66a4350 Copy full SHA for 66a4350
File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
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"
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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >dev.coldhands</groupId >
8
6
<artifactId >pair-stairs</artifactId >
9
- <version >1.0-SNAPSHOT </version >
7
+ <version >1.0.0 </version >
10
8
11
9
<properties >
12
10
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
168
166
<configuration >
169
167
<minimizeJar >true</minimizeJar >
170
168
<transformers >
171
- <transformer
172
- implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
169
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
173
170
<mainClass >dev.coldhands.pair.stairs.cli.Runner</mainClass >
174
171
</transformer >
175
172
</transformers >
219
216
<url >https://github.com/jamieredding/pair-stairs</url >
220
217
<connection >scm:git:git://github.com/jamieredding/pair-stairs.git</connection >
221
218
<
developerConnection >scm:git:
[email protected] :jamieredding/pair-stairs.git</
developerConnection >
222
- <tag >HEAD </tag >
219
+ <tag >1.0.0 </tag >
223
220
</scm >
224
221
</project >
You can’t perform that action at this time.
0 commit comments