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/master Commit: 56d258ef23d9a2faeaaf5b3cb431734f4c41a97d Parents: a4e4555 Author: Chandni Singh <[email protected]> Authored: Wed Jan 6 12:44:58 2016 -0800 Committer: Chandni Singh <[email protected]> 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>
