We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40bcbd commit 77e47fdCopy full SHA for 77e47fd
1 file changed
pom.xml
@@ -123,6 +123,14 @@
123
</descriptorRefs>
124
</configuration>
125
</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>
134
<plugin>
135
<groupId>org.apache.felix</groupId>
136
<artifactId>maven-bundle-plugin</artifactId>
0 commit comments