You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by pr...@apache.org on 2016/02/17 03:09:33 UTC

[1/2] incubator-apex-malhar git commit: APEXMALHAR-1995 Upgrade Apex Core dependency to 3.3.0

Repository: incubator-apex-malhar
Updated Branches:
  refs/heads/master 1afb4a26f -> 9c557fca1


APEXMALHAR-1995 Upgrade Apex Core dependency to 3.3.0


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

Branch: refs/heads/master
Commit: 5df199d79195641c51adf9b9ab7816b2660bd76f
Parents: 1eb554f
Author: Thomas Weise <th...@datatorrent.com>
Authored: Sat Feb 13 22:05:24 2016 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Sat Feb 13 22:05:24 2016 -0800

----------------------------------------------------------------------
 checkstyle-suppressions.xml | 27 +++++++++++++++++++++++++++
 pom.xml                     |  7 ++++---
 2 files changed, 31 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/5df199d7/checkstyle-suppressions.xml
----------------------------------------------------------------------
diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
new file mode 100644
index 0000000..08763a3
--- /dev/null
+++ b/checkstyle-suppressions.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+-->
+<!DOCTYPE suppressions PUBLIC
+  "-//Puppy Crawl//DTD Suppressions 1.0//EN"
+  "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
+
+<suppressions>
+</suppressions>

http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/5df199d7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a5c2772..7d804f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.2.0-incubating</version>
+    <version>3.3.0-incubating</version>
   </parent>
 
   <groupId>org.apache.apex</groupId>
@@ -49,8 +49,9 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.deploy.skip>false</maven.deploy.skip>
-    <apex.core.version>3.2.0-incubating</apex.core.version>
+    <apex.core.version>3.3.0-incubating</apex.core.version>
     <semver.plugin.skip>false</semver.plugin.skip>
+    <checkstyle.console>false</checkstyle.console>
   </properties>
 
   <build>
@@ -93,7 +94,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <maxAllowedViolations>8252</maxAllowedViolations>
+          <maxAllowedViolations>15967</maxAllowedViolations>
         </configuration>
       </plugin>
     </plugins>


[2/2] incubator-apex-malhar git commit: Merge branch 'master' of github.com:tweise/incubator-apex-malhar

Posted by pr...@apache.org.
Merge branch 'master' of github.com:tweise/incubator-apex-malhar


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

Branch: refs/heads/master
Commit: 9c557fca11b9dcdada94898f4d392649555f2ed2
Parents: 1afb4a2 5df199d
Author: Pramod Immaneni <pr...@datatorrent.com>
Authored: Tue Feb 16 17:28:42 2016 -0800
Committer: Pramod Immaneni <pr...@datatorrent.com>
Committed: Tue Feb 16 17:28:42 2016 -0800

----------------------------------------------------------------------
 checkstyle-suppressions.xml | 27 +++++++++++++++++++++++++++
 pom.xml                     |  7 ++++---
 2 files changed, 31 insertions(+), 3 deletions(-)
----------------------------------------------------------------------