mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Enable release profile to maven release plugin
This commit is contained in:
parent
a005cf06ca
commit
fd6f1a252f
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -192,7 +192,7 @@
|
||||||
<version>3.0.1</version>
|
<version>3.0.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<preparationGoals>package</preparationGoals>
|
<preparationGoals>package</preparationGoals>
|
||||||
<scmCommentPrefix>[ci skip]</scmCommentPrefix>
|
<releaseProfiles>release</releaseProfiles>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in a new issue