Skip to content

Commit 003368d

Browse files
committed
fix the release plugin
1 parent 01b58df commit 003368d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,16 @@
119119
<artifactId>maven-assembly-plugin</artifactId>
120120
<version>2.5.3</version>
121121
</plugin>
122+
<plugin>
123+
<groupId>org.apache.maven.plugins</groupId>
124+
<artifactId>maven-release-plugin</artifactId>
125+
<version>2.5.3</version>
126+
<configuration>
127+
<useReleaseProfile>false</useReleaseProfile>
128+
<tagNameFormat>v@{project.version}</tagNameFormat>
129+
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
130+
</configuration>
131+
</plugin>
122132
</plugins>
123133
</pluginManagement>
124134
</build>

0 commit comments

Comments
 (0)