You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by vr...@apache.org on 2015/10/23 06:41:40 UTC

[1/4] incubator-apex-core git commit: Update README.md from devel-3

Repository: incubator-apex-core
Updated Branches:
  refs/heads/release-3.2 ce44d2371 -> d9b2af077


Update README.md from devel-3


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/e3e8cf8d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/e3e8cf8d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/e3e8cf8d

Branch: refs/heads/release-3.2
Commit: e3e8cf8d740284423ff5c5ec0d5ac3770bffd917
Parents: ce44d23
Author: Thomas Weise <th...@datatorrent.com>
Authored: Thu Oct 22 20:41:22 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Thu Oct 22 20:41:22 2015 -0700

----------------------------------------------------------------------
 README.md | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/e3e8cf8d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index baabcd2..a4a2b46 100644
--- a/README.md
+++ b/README.md
@@ -13,22 +13,9 @@ Please visit the [documentation section](http://apex.incubator.apache.org/docs.h
 
 ##Contributing
 
-This project welcomes new contributors.  If you would like to help by adding new features, enhancements or fixing bugs, here is how to do it.
+This project welcomes new contributors.  If you would like to help by adding new features, enhancements or fixing bugs, check out the [contributing guidelines](http://apex.incubator.apache.org/contributing.html).
 
 You acknowledge that your submissions to this repository are made pursuant the terms of the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html) and constitute "Contributions," as defined therein, and you represent and warrant that you have the right and authority to do so.
-
-  * Fork your own GitHub repository
-  * Create a topic branch with an appropriate name
-  * Write code, comments, tests in your repository
-  * Create a GitHub pull request from your repository, providing as many details about your changes as possible
-  * After review and acceptance one of the committers will merge the pull request.
-
-When adding **new files**, please include the Apache v2.0 license header. From the top level directory:
-
-Run `mvn license:check -Dlicense.skip=false` to check correct header formatting.
-Run `mvn license:format -Dlicense.skip=false` to automatically add the header when missing.
-
-Thanks for contributing!
  
 ##Building Apex
 


[2/4] incubator-apex-core git commit: APEX-218 Modify project names for NOTICE.

Posted by vr...@apache.org.
APEX-218 Modify project names for NOTICE.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/b47ab81b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/b47ab81b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/b47ab81b

Branch: refs/heads/release-3.2
Commit: b47ab81b0412dd358e1d10513fc96639db3ec29c
Parents: e3e8cf8
Author: Thomas Weise <th...@datatorrent.com>
Authored: Thu Oct 22 20:35:32 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Thu Oct 22 20:41:36 2015 -0700

----------------------------------------------------------------------
 apex-app-archetype/pom.xml  | 2 +-
 apex-conf-archetype/pom.xml | 2 +-
 api/pom.xml                 | 2 +-
 bufferserver/pom.xml        | 2 +-
 common/pom.xml              | 2 +-
 engine/pom.xml              | 2 +-
 pom.xml                     | 4 ++--
 7 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/apex-app-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml
index f88dabf..8138e2e 100644
--- a/apex-app-archetype/pom.xml
+++ b/apex-app-archetype/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>apex-app-archetype</artifactId>
   <packaging>maven-archetype</packaging>
 
-  <name>Apache Apex Application Maven Archetype</name>
+  <name>Apache Apex (incubating) Application Maven Archetype</name>
 
   <build>
     <extensions>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/apex-conf-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml
index 7caf93f..bd0d959 100644
--- a/apex-conf-archetype/pom.xml
+++ b/apex-conf-archetype/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>apex-conf-archetype</artifactId>
   <packaging>maven-archetype</packaging>
 
-  <name>Apache Apex App Configuration Maven Archetype</name>
+  <name>Apache Apex (incubating) App Configuration Maven Archetype</name>
 
   <build>
     <extensions>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index a44d8a6..f410f8d 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>apex-api</artifactId>
-  <name>Apache Apex API</name>
+  <name>Apache Apex (incubating) API</name>
   <packaging>jar</packaging>
 
   <repositories>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/bufferserver/pom.xml
----------------------------------------------------------------------
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index 6b9a848..5bcddc1 100644
--- a/bufferserver/pom.xml
+++ b/bufferserver/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>apex-bufferserver</artifactId>
   <description>Interface for nodes from 2 different containers to talk to each other.</description>
 
-  <name>Apache Apex Buffer Server</name>
+  <name>Apache Apex (incubating) Buffer Server</name>
 
   <build>
     <plugins>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 6ee0305..7dd504a 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>apex-common</artifactId>
-  <name>Apache Apex Common Library</name>
+  <name>Apache Apex (incubating) Common Library</name>
   <packaging>jar</packaging>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 5d30a8e..874d332 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -31,7 +31,7 @@
   <artifactId>apex-engine</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex Stream Processing Engine</name>
+  <name>Apache Apex (incubating) Stream Processing Engine</name>
 
   <build>
     <finalName>${project.artifactId}</finalName>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b47ab81b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1fdabcf..a5679d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,8 +33,8 @@
   <version>3.2.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Apex</name>
-  <url>http://apex.apache.org</url>
+  <name>Apache Apex (incubating)</name>
+  <url>http://apex.incubator.apache.org</url>
 
   <organization>
     <name>Apache Software Foundation</name>


[4/4] incubator-apex-core git commit: Remove stray Copyright line.

Posted by vr...@apache.org.
Remove stray Copyright line.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/d9b2af07
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/d9b2af07
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/d9b2af07

Branch: refs/heads/release-3.2
Commit: d9b2af077b69bb07ac567856a232ea4bce3f21e5
Parents: 93ca561
Author: Thomas Weise <th...@datatorrent.com>
Authored: Thu Oct 22 21:14:05 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Thu Oct 22 21:14:05 2015 -0700

----------------------------------------------------------------------
 .../resources/archetype-resources/XmlJavadocCommentsExtractor.xsl  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/d9b2af07/apex-app-archetype/src/main/resources/archetype-resources/XmlJavadocCommentsExtractor.xsl
----------------------------------------------------------------------
diff --git a/apex-app-archetype/src/main/resources/archetype-resources/XmlJavadocCommentsExtractor.xsl b/apex-app-archetype/src/main/resources/archetype-resources/XmlJavadocCommentsExtractor.xsl
index 975ef1f..08075a9 100644
--- a/apex-app-archetype/src/main/resources/archetype-resources/XmlJavadocCommentsExtractor.xsl
+++ b/apex-app-archetype/src/main/resources/archetype-resources/XmlJavadocCommentsExtractor.xsl
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2015 DataTorrent, Inc.
-
     Licensed 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


[3/4] incubator-apex-core git commit: Produce .zip and .tar.gz source release packages.

Posted by vr...@apache.org.
Produce .zip and .tar.gz source release packages.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/93ca5616
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/93ca5616
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/93ca5616

Branch: refs/heads/release-3.2
Commit: 93ca5616fc68ee7911492e39212926eecad5035e
Parents: b47ab81
Author: Thomas Weise <th...@datatorrent.com>
Authored: Wed Oct 21 21:32:59 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Thu Oct 22 20:54:55 2015 -0700

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/93ca5616/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a5679d5..ee77ae6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,6 +358,7 @@
         <distMgmtReleaseId>apache.staging.https</distMgmtReleaseId>
         <distMgmtReleaseUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtReleaseUrl>
         <distMgmtDevUrl>file://${project.build.directory}/mvn-repo</distMgmtDevUrl>
+        <sourceReleaseAssemblyDescriptor>source-release-zip-tar</sourceReleaseAssemblyDescriptor>
         <package.prefix>/opt/datatorrent</package.prefix>
         <package.groupname>dtorrent</package.groupname>
       </properties>