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/20 09:56:53 UTC

[7/7] incubator-apex-malhar git commit: APEXMALHAR-1986 Change base for semantic version check to 3.3 release.

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

Branch: refs/heads/release-3.3
Commit: 040f8f77762ecbc1d07b7f4201ce3d83fb1600e4
Parents: c8af7e1
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Thu Jan 28 17:51:50 2016 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Sat Feb 20 00:26:51 2016 -0800

----------------------------------------------------------------------
 pom.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/040f8f77/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2c3f26a..3945d7f 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>