File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments