Skip to content

Commit 1e7ef42

Browse files
committed
[maven-release-plugin] prepare release v3.0.0
1 parent 1e4e639 commit 1e7ef42

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
@@ -16,14 +16,12 @@
1616
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
-->
1818

19-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xmlns="http://maven.apache.org/POM/4.0.0"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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">
2220
<modelVersion>4.0.0</modelVersion>
2321

2422
<groupId>de.slub-dresden</groupId>
2523
<artifactId>urnlib</artifactId>
26-
<version>3.0.0-SNAPSHOT</version>
24+
<version>3.0.0</version>
2725

2826
<name>URN Library</name>
2927
<description>Java library for representing, parsing and encoding Uniform Resource Names (URNs)</description>
@@ -53,7 +51,8 @@
5351
<connection>scm:git:[email protected]:slub/urnlib.git</connection>
5452
<developerConnection>scm:git:[email protected]:slub/urnlib.git</developerConnection>
5553
<url>[email protected]:slub/urnlib.git</url>
56-
</scm>
54+
<tag>v3.0.0</tag>
55+
</scm>
5756

5857
<properties>
5958
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)