Skip to content

Commit 2a00bae

Browse files
committed
[maven-release-plugin] prepare release 1.0.0-2.1
1 parent fb61e11 commit 2a00bae

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xmlns="http://maven.apache.org/POM/4.0.0"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
42
<modelVersion>4.0.0</modelVersion>
53

64
<groupId>me.desair.tus</groupId>
75
<artifactId>tus-java-server</artifactId>
8-
<version>1.0.0-2.1-SNAPSHOT</version>
6+
<version>1.0.0-2.1</version>
97
<packaging>jar</packaging>
108

119
<name>${project.groupId}:${project.artifactId}</name>
@@ -450,6 +448,7 @@
450448
<connection>scm:git:https://github.com/tomdesair/tus-java-server.git</connection>
451449
<developerConnection>scm:git:ssh://[email protected]/tomdesair/tus-java-server.git</developerConnection>
452450
<url>https://github.com/tomdesair/tus-java-server/tree/master</url>
453-
</scm>
451+
<tag>1.0.0-2.1</tag>
452+
</scm>
454453

455454
</project>

0 commit comments

Comments
 (0)