Repository: incubator-streams
Updated Branches:
  refs/heads/master c49624a17 -> eba589bfa


enforcer should only fail snapshots when releasing


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/eba589bf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/eba589bf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/eba589bf

Branch: refs/heads/master
Commit: eba589bfaa10550c905bc761d9ce4f8cad751cb4
Parents: c49624a
Author: Steve Blackmon <sblack...@apache.org>
Authored: Sat Jun 10 12:53:36 2017 -0500
Committer: Steve Blackmon <sblack...@apache.org>
Committed: Sat Jun 10 12:53:36 2017 -0500

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/eba589bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2304d9b..f721b0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -604,6 +604,7 @@
                                         </excludes>
                                         <!-- Don't fail for parents being 
snapshots as the only parent modules are within this project -->
                                         
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
+                                        <onlyWhenRelease>true</onlyWhenRelease>
                                     </requireReleaseDeps>
                                 </rules>
                                 <fail>true</fail>

Reply via email to