Skip to content

Commit 0c74407

Browse files
committed
[maven-release-plugin] prepare release webGrude-2.0.0
1 parent dd9094c commit 0c74407

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

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

54
<groupId>com.github.beothorn</groupId>
65
<artifactId>webGrude</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
6+
<version>2.0.0</version>
87
<name>WebGrude</name>
98
<description>Loads the content of a html on a anottated java class.</description>
109
<url>https://github.com/beothorn/webGrude</url>
@@ -33,7 +32,7 @@
3332
<connection>scm:git:git@github.com:beothorn/webGrude.git</connection>
3433
<developerConnection>scm:git|ssh://git@github.com/beothorn/webGrude.git</developerConnection>
3534
<url>git@github.com:beothorn/webGrude.git</url>
36-
<tag>HEAD</tag>
35+
<tag>webGrude-2.0.0</tag>
3736
</scm>
3837

3938
<properties>

0 commit comments

Comments
 (0)