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 e6dbbbc commit a46ab7cCopy full SHA for a46ab7c
pom.xml
@@ -999,9 +999,13 @@
999
</includes>
1000
<replacements>
1001
<replacement>
1002
- <token>dbchat-.*\.jar</token>
+ <token>dbchat-(?:[0-9]+(?:\.[0-9]+)*)(-[a-z\-]+\.jar)</token>
1003
<value>dbchat-${project.version}.jar</value>
1004
</replacement>
1005
+ <replacement>
1006
1007
+ <value>dbchat-${project.version}$1</value>
1008
+ </replacement>
1009
</replacements>
1010
</configuration>
1011
</execution>
0 commit comments