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 <[email protected]> Authored: Mon Feb 22 12:14:50 2016 -0800 Committer: Chandni Singh <[email protected]> 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>
