Skip to content

Commit 388f3ec

Browse files
committed
[maven-release-plugin] prepare release v0.32.0
1 parent 132bd52 commit 388f3ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
~ Copyright (C) 2018 National Library of Australia and the jwarc contributors
44
-->
55

6-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6+
<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">
87

98
<modelVersion>4.0.0</modelVersion>
109
<groupId>org.netpreserve</groupId>
1110
<artifactId>jwarc</artifactId>
12-
<version>0.32.0-SNAPSHOT</version>
11+
<version>0.32.0</version>
1312

1413
<name>jwarc</name>
1514
<description>Java library for reading and writing WARC files with a typed API</description>
@@ -27,7 +26,8 @@
2726
<url>https://github.com/iipc/jwarc</url>
2827
<connection>scm:git:[email protected]:iipc/jwarc.git</connection>
2928
<developerConnection>scm:git:[email protected]:iipc/jwarc.git</developerConnection>
30-
</scm>
29+
<tag>v0.32.0</tag>
30+
</scm>
3131

3232
<build>
3333
<sourceDirectory>${basedir}/src</sourceDirectory>

0 commit comments

Comments
 (0)