You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/01/06 23:58:31 UTC

incubator-apex-malhar git commit: APEXMALHAR-1950 #resolve #comment added stable annotation to semantic version inclusion list

Repository: incubator-apex-malhar
Updated Branches:
  refs/heads/devel-3 a4e455535 -> 56d258ef2


APEXMALHAR-1950 #resolve #comment added stable annotation to semantic version inclusion list


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/56d258ef
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/56d258ef
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/56d258ef

Branch: refs/heads/devel-3
Commit: 56d258ef23d9a2faeaaf5b3cb431734f4c41a97d
Parents: a4e4555
Author: Chandni Singh <cs...@apache.org>
Authored: Wed Jan 6 12:44:58 2016 -0800
Committer: Chandni Singh <cs...@apache.org>
Committed: Wed Jan 6 12:44:58 2016 -0800

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/56d258ef/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4d31002..908a5a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,10 +124,10 @@
               <onlyBinaryIncompatible>false</onlyBinaryIncompatible>
               <includeSynthetic>false</includeSynthetic>
               <ignoreMissingClasses>true</ignoreMissingClasses>
+              <includes>
+                <include>@org.apache.hadoop.classification.InterfaceStability.Stable</include>
+              </includes>
               <excludes>
-                <exclude>com.datatorrent.contrib.converter.Converter</exclude>
-                <exclude>com.datatorrent.contrib.schema.*</exclude>
-                <exclude>org.apache.hadoop.io.file.tfile.*</exclude>
                 <exclude>@org.apache.hadoop.classification.InterfaceStability.Evolving</exclude>
                 <exclude>@org.apache.hadoop.classification.InterfaceStability.Unstable</exclude>
               </excludes>