Skip to content

Commit 7cdfef3

Browse files
committed
Modify version template to x.y.z`.
This matches other repositories.
1 parent fab87a5 commit 7cdfef3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@
9696
</execution>
9797
</executions>
9898
</plugin>
99+
<plugin>
100+
<groupId>org.apache.maven.plugins</groupId>
101+
<artifactId>maven-release-plugin</artifactId>
102+
<version>2.5.3</version>
103+
<configuration>
104+
<tagNameFormat>@{project.version}</tagNameFormat>
105+
</configuration>
106+
</plugin>
107+
99108
</plugins>
100109
</build>
101110

0 commit comments

Comments
 (0)