Skip to content

Commit 2f17b4e

Browse files
committed
[maven-release-plugin] prepare release simple-xml-2.8.0
1 parent 0e26869 commit 2f17b4e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
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/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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.subshell.simpleframework</groupId>
54
<artifactId>simple-xml</artifactId>
65
<packaging>jar</packaging>
7-
<version>2.8.0-SNAPSHOT</version>
6+
<version>2.8.0</version>
87
<name>Simple XML</name>
98
<url>http://simple.sourceforge.net</url>
109
<description>Simple is a high performance XML serialization and configuration framework for Java</description>
@@ -19,7 +18,7 @@
1918
<url>https://github.com/subshell/simplexml</url>
2019
<connection>scm:git:https://github.com/subshell/simplexml.git</connection>
2120
<developerConnection>scm:git:ssh://[email protected]/subshell/simplexml.git</developerConnection>
22-
<tag>HEAD</tag>
21+
<tag>simple-xml-2.8.0</tag>
2322
</scm>
2423
<developers>
2524
<developer>

0 commit comments

Comments
 (0)