Skip to content

Commit 77e47fd

Browse files
committed
Fix default tag name format.
1 parent d40bcbd commit 77e47fd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@
123123
</descriptorRefs>
124124
</configuration>
125125
</plugin>
126+
<plugin>
127+
<groupId>org.apache.maven.plugins</groupId>
128+
<artifactId>maven-release-plugin</artifactId>
129+
<version>2.5</version>
130+
<configuration>
131+
<tagNameFormat>@{project.version}</tagNameFormat>
132+
</configuration>
133+
</plugin>
126134
<plugin>
127135
<groupId>org.apache.felix</groupId>
128136
<artifactId>maven-bundle-plugin</artifactId>

0 commit comments

Comments
 (0)