diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-11 22:55:48 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-11 22:55:48 +0000 |
commit | f41fd0312b0b8c9dc9fb15e6acd87bc576a9eb6c (patch) | |
tree | a51cf9e28ce333916840221bcb5f81ca83666497 /sca-java-2.x/trunk | |
parent | 2eca09498a352d32c832b5214f428ecbb7cf19f0 (diff) |
Reinstate ban snapshots
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@922053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml index 0badeb5dab..eae0a72971 100644 --- a/sca-java-2.x/trunk/pom.xml +++ b/sca-java-2.x/trunk/pom.xml @@ -788,9 +788,7 @@ <message>Best Practice is to always define released plugin versions!</message> <banLatest>true</banLatest> <banRelease>true</banRelease> - <!-- turn off while I get our bundle plugin working --> - <!--banSnapshots>true</banSnapshots--> - <banSnapshots>false</banSnapshots> + <banSnapshots>true</banSnapshots> <phases>clean,deploy,site</phases> <additionalPlugins> </additionalPlugins> |