Skip to content

Commit

Permalink
add snapshot variant for default plan variable release value
Browse files Browse the repository at this point in the history
  • Loading branch information
aclement committed Jan 3, 2018
1 parent 3bfa051 commit d11f3d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,13 @@
</profile>

<!-- snaphshot builds are the default. Enable one of the profiles below to do a milestone or release build -->
<profile>
<id>snapshot</id>
<properties>
<dist.type>snapshot</dist.type>
</properties>
</profile>

<profile>
<id>milestone</id>
<properties>
Expand Down

0 comments on commit d11f3d4

Please sign in to comment.