Repository: incubator-apex-malhar Updated Branches: refs/heads/devel-3 484187371 -> ab800233b
APEXMALHAR-1986 Change base for semantic version check to 3.3 release. 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/ab800233 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/ab800233 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/ab800233 Branch: refs/heads/devel-3 Commit: ab800233b55e2792fbc77b91c9b98714eb11ebd7 Parents: 4841873 Author: Vlad Rozov <[email protected]> Authored: Thu Jan 28 17:51:50 2016 -0800 Committer: Vlad Rozov <[email protected]> Committed: Thu Jan 28 17:51:50 2016 -0800 ---------------------------------------------------------------------- pom.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/ab800233/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index eba71bd..a5c2772 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ <dependency> <groupId>org.apache.apex</groupId> <artifactId>${project.artifactId}</artifactId> - <version>3.2.0-incubating</version> + <version>3.3.0-incubating</version> </dependency> </oldVersion> <newVersion> @@ -125,10 +125,12 @@ <includeSynthetic>false</includeSynthetic> <ignoreMissingClasses>true</ignoreMissingClasses> <excludes> - <exclude>com.datatorrent.contrib.converter.Converter</exclude> - <exclude>com.datatorrent.contrib.schema</exclude> - <exclude>org.apache.hadoop.io.file.tfile</exclude> - <exclude>*POJO*</exclude> + <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> </excludes> </parameter> <skip>${semver.plugin.skip}</skip>
