Skip to content

Commit

Permalink
fix: activate release profile via performRelease property (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Aug 27, 2019
1 parent b800674 commit 927c582
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,11 @@
<profiles>
<profile>
<id>release</id>
<activation>
<property>
<name>performRelease</name>
</property>
</activation>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 927c582

Please sign in to comment.