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/01/29 20:13:07 UTC

[50/50] [abbrv] 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/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/master
Commit: ab800233b55e2792fbc77b91c9b98714eb11ebd7
Parents: 4841873
Author: Vlad Rozov <v....@datatorrent.com>
Authored: Thu Jan 28 17:51:50 2016 -0800
Committer: Vlad Rozov <v....@datatorrent.com>
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>