Skip to content

Commit 1e4e639

Browse files
committed
Configure Maven release plugin
1 parent ab50dbe commit 1e4e639

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>de.slub-dresden</groupId>
2525
<artifactId>urnlib</artifactId>
26-
<version>2.0.1</version>
26+
<version>3.0.0-SNAPSHOT</version>
2727

2828
<name>URN Library</name>
2929
<description>Java library for representing, parsing and encoding Uniform Resource Names (URNs)</description>
@@ -142,6 +142,17 @@
142142
</execution>
143143
</executions>
144144
</plugin>
145+
146+
<!-- Enable and configure Maven release plugin -->
147+
<plugin>
148+
<groupId>org.apache.maven.plugins</groupId>
149+
<artifactId>maven-release-plugin</artifactId>
150+
<version>3.1.1</version>
151+
<configuration>
152+
<autoVersionSubmodules>true</autoVersionSubmodules>
153+
<tagNameFormat>v@{project.version}</tagNameFormat>
154+
</configuration>
155+
</plugin>
145156
</plugins>
146157
</build>
147158

0 commit comments

Comments
 (0)