Skip to content

Commit 66a4350

Browse files
committed
[maven-release-plugin] prepare release 1.0.0
1 parent 2fba7a2 commit 66a4350

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>dev.coldhands</groupId>
86
<artifactId>pair-stairs</artifactId>
9-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
108

119
<properties>
1210
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -168,8 +166,7 @@
168166
<configuration>
169167
<minimizeJar>true</minimizeJar>
170168
<transformers>
171-
<transformer
172-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
169+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
173170
<mainClass>dev.coldhands.pair.stairs.cli.Runner</mainClass>
174171
</transformer>
175172
</transformers>
@@ -219,6 +216,6 @@
219216
<url>https://github.com/jamieredding/pair-stairs</url>
220217
<connection>scm:git:git://github.com/jamieredding/pair-stairs.git</connection>
221218
<developerConnection>scm:git:[email protected]:jamieredding/pair-stairs.git</developerConnection>
222-
<tag>HEAD</tag>
219+
<tag>1.0.0</tag>
223220
</scm>
224221
</project>

0 commit comments

Comments
 (0)