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/02/23 07:19:39 UTC

[1/2] incubator-apex-malhar git commit: APEXMALHAR-2000 fixed specification of Evolving/Unstable annotations in japicmp configuration

Repository: incubator-apex-malhar
Updated Branches:
  refs/heads/master 2df7000ed -> d23e28345


APEXMALHAR-2000 fixed specification of Evolving/Unstable annotations in japicmp configuration


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/95e84060
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/95e84060
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/95e84060

Branch: refs/heads/master
Commit: 95e8406009150c422a2f6f0a4b122fef71b733f5
Parents: 377190a
Author: Chandni Singh <cs...@apache.org>
Authored: Mon Feb 22 12:14:50 2016 -0800
Committer: Chandni Singh <cs...@apache.org>
Committed: Mon Feb 22 12:14:50 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/95e84060/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7d804f6..a405b2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,12 +126,8 @@
               <includeSynthetic>false</includeSynthetic>
               <ignoreMissingClasses>true</ignoreMissingClasses>
               <excludes>
-                <exclude>@org.apache.hadoop.classification.InterfaceStability.Evolving</exclude>
-                <exclude>@org.apache.hadoop.classification.InterfaceStability.Unstable</exclude>
-                <exclude>com.datatorrent.lib.parser.JsonParser</exclude>
-                <exclude>com.datatorrent.lib.parser.Parser</exclude>
-                <exclude>com.datatorrent.lib.parser.XmlParser</exclude>
-                <exclude>com.datatorrent.contrib.parser.CsvParser</exclude>
+                <exclude>@org.apache.hadoop.classification.InterfaceStability$Evolving</exclude>
+                <exclude>@org.apache.hadoop.classification.InterfaceStability$Unstable</exclude>
               </excludes>
             </parameter>
             <skip>${semver.plugin.skip}</skip>


[2/2] incubator-apex-malhar git commit: Merge branch 'APEXMALHAR-2000' of https://github.com/chandnisingh/incubator-apex-malhar

Posted by th...@apache.org.
Merge branch 'APEXMALHAR-2000' of https://github.com/chandnisingh/incubator-apex-malhar


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/d23e2834
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/d23e2834
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/d23e2834

Branch: refs/heads/master
Commit: d23e283453a37e8f2385f6ca9bf46683ecf926e6
Parents: 2df7000 95e8406
Author: Thomas Weise <th...@datatorrent.com>
Authored: Mon Feb 22 22:18:45 2016 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Mon Feb 22 22:18:45 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/d23e2834/pom.xml
----------------------------------------------------------------------