Skip to content

Commit dde2df1

Browse files
committed
[maven-release-plugin] prepare release 2.0.0
1 parent e9e8d71 commit dde2df1

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

pom.xml

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

53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.coreoz</groupId>
86
<artifactId>wisp</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
7+
<version>2.0.0</version>
108
<packaging>jar</packaging>
119

1210
<name>Wisp Scheduler</name>
@@ -39,7 +37,7 @@
3937
<developerConnection>scm:git:git@github.com:Coreoz/Wisp.git</developerConnection>
4038
<connection>scm:git:git@github.com:Coreoz/Wisp.git</connection>
4139
<url>https://github.com/Coreoz/Wisp</url>
42-
<tag>HEAD</tag>
40+
<tag>2.0.0</tag>
4341
</scm>
4442

4543
<distributionManagement>

0 commit comments

Comments
 (0)