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/05/04 00:02:38 UTC

[1/2] incubator-apex-core git commit: APEXCORE-442 Removed incubator wording except repository names

Repository: incubator-apex-core
Updated Branches:
  refs/heads/master cae4dc537 -> 752f4397d


APEXCORE-442 Removed incubator wording except repository names


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

Branch: refs/heads/master
Commit: 923dfe7f41968386d4c28f32b7790564c205168d
Parents: 20607b5
Author: David Yan <da...@datatorrent.com>
Authored: Mon Apr 25 11:18:44 2016 -0700
Committer: David Yan <da...@datatorrent.com>
Committed: Tue May 3 14:30:27 2016 -0700

----------------------------------------------------------------------
 DISCLAIMER                                               | 11 -----------
 NOTICE                                                   |  2 +-
 README.md                                                |  8 ++++----
 apex-app-archetype/README.md                             |  2 +-
 apex-app-archetype/pom.xml                               |  4 ++--
 .../src/main/resources/archetype-resources/pom.xml       |  2 +-
 apex-conf-archetype/README.md                            |  2 +-
 apex-conf-archetype/pom.xml                              |  4 ++--
 api/pom.xml                                              |  4 ++--
 bufferserver/pom.xml                                     |  4 ++--
 common/pom.xml                                           |  4 ++--
 docs/README.md                                           |  2 +-
 docs/apex_development_setup.md                           |  6 +++---
 docs/application_packages.md                             |  8 ++++----
 docs/autometrics.md                                      |  2 +-
 docs/index.md                                            |  6 +++---
 engine/pom.xml                                           |  4 ++--
 pom.xml                                                  |  8 ++++----
 18 files changed, 36 insertions(+), 47 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index e0b6752..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,11 +0,0 @@
-Apache Apex is an effort undergoing incubation at the Apache Software
-Foundation (ASF), sponsored by the Apache Incubator PMC.
-
-Incubation is required of all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects.
-
-While incubation status is not necessarily a reflection of the completeness
-or stability of the code, it does indicate that the project has yet to be
-fully endorsed by the ASF.
-

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index ca47411..338d446 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache Apex (incubating)
+Apache Apex
 Copyright (c) 2015-2016 The Apache Software Foundation
 
 This product includes software developed at

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c16d993..03581c6 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
 
 
-Apache Apex (incubating)
+Apache Apex
 ========================
 
 Apache Apex is a unified platform for big data stream and batch processing. Use cases include ingestion, ETL, real-time analytics, alerts and real-time actions. Apex is a Hadoop-native YARN implementation and uses HDFS by default. It simplifies development and productization of Hadoop applications by reducing time to market. Key features include Enterprise Grade Operability with Fault Tolerance,  State Management, Event Processing Guarantees, No Data Loss, In-memory Performance & Scalability and Native Window Support.
 
 ##Documentation
 
-Please visit the [documentation section](http://apex.incubator.apache.org/docs.html). 
+Please visit the [documentation section](http://apex.apache.org/docs.html). 
 
 [Malhar](https://github.com/apache/incubator-apex-malhar) is a library of application building blocks and examples that will help you build out your first Apex application quickly.
 
@@ -15,7 +15,7 @@ Documentation build and hosting process is explained in [docs README](docs/READM
 
 ##Contributing
 
-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).
+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.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.
  
@@ -56,5 +56,5 @@ Unless required by applicable law or agreed to in writing, software distributed
 
 ##Contact
 
-Please visit http://apex.incubator.apache.org and [subscribe](http://apex.incubator.apache.org/community.html) to the mailing lists.
+Please visit http://apex.apache.org and [subscribe](http://apex.apache.org/community.html) to the mailing lists.
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/apex-app-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md
index 3bd39fe..5979bb1 100644
--- a/apex-app-archetype/README.md
+++ b/apex-app-archetype/README.md
@@ -6,7 +6,7 @@ How to Generate an Apex Application Project Template
 
 Run the following command
 
-    mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.4.0-incubating-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT
+    mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.4.0-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT
 
 Using your favorite IDE, open the project that has just been created by the above command.
 Write your application code and optionally operator code 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/apex-app-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml
index 8e4bf7c..e9065c6 100644
--- a/apex-app-archetype/pom.xml
+++ b/apex-app-archetype/pom.xml
@@ -25,13 +25,13 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.4.0-incubating-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-app-archetype</artifactId>
   <packaging>maven-archetype</packaging>
 
-  <name>Apache Apex (incubating) Application Maven Archetype</name>
+  <name>Apache Apex Application Maven Archetype</name>
 
   <build>
     <extensions>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/apex-app-archetype/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/apex-app-archetype/src/main/resources/archetype-resources/pom.xml b/apex-app-archetype/src/main/resources/archetype-resources/pom.xml
index d690034..a1beaa4 100644
--- a/apex-app-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/apex-app-archetype/src/main/resources/archetype-resources/pom.xml
@@ -237,7 +237,7 @@
     <dependency>
       <groupId>org.apache.apex</groupId>
       <artifactId>malhar-library</artifactId>
-      <version>3.2.0-incubating</version>
+      <version>3.3.0-incubating</version>
       <!-- 
            If you know that your application does not need transitive dependencies pulled in by malhar-library,
            uncomment the following to reduce the size of your app package.

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/apex-conf-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md
index 9cc2359..26f2c37 100644
--- a/apex-conf-archetype/README.md
+++ b/apex-conf-archetype/README.md
@@ -6,7 +6,7 @@ How to Generate a Apex App Configuration Project Template
 
 Run the following command
 
-    mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.4.0-incubating-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT
+    mvn archetype:generate -DarchetypeGroupId=org.apache.apex -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.4.0-SNAPSHOT -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT
 
 Using your favorite IDE, open the project that has just been created by the above command.
 Write your application code and optionally operator code 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/apex-conf-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml
index eb86e08..2e2d617 100644
--- a/apex-conf-archetype/pom.xml
+++ b/apex-conf-archetype/pom.xml
@@ -25,13 +25,13 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.4.0-incubating-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-conf-archetype</artifactId>
   <packaging>maven-archetype</packaging>
 
-  <name>Apache Apex (incubating) App Configuration Maven Archetype</name>
+  <name>Apache Apex App Configuration Maven Archetype</name>
 
   <build>
     <extensions>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 97ae9a7..db1de38 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -26,11 +26,11 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.4.0-incubating-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-api</artifactId>
-  <name>Apache Apex (incubating) API</name>
+  <name>Apache Apex API</name>
   <packaging>jar</packaging>
 
   <repositories>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/bufferserver/pom.xml
----------------------------------------------------------------------
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index d6026dc..b76fc33 100644
--- a/bufferserver/pom.xml
+++ b/bufferserver/pom.xml
@@ -25,13 +25,13 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.4.0-incubating-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-bufferserver</artifactId>
   <description>Interface for nodes from 2 different containers to talk to each other.</description>
 
-  <name>Apache Apex (incubating) Buffer Server</name>
+  <name>Apache Apex Buffer Server</name>
 
   <build>
     <plugins>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 03dc989..3371cb0 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -25,11 +25,11 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.4.0-incubating-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-common</artifactId>
-  <name>Apache Apex (incubating) Common Library</name>
+  <name>Apache Apex Common Library</name>
   <packaging>jar</packaging>
 
   <build>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index 90efd5f..1003577 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,6 +1,6 @@
 # Apex Documentation
 
-Apex documentation repository for content available on http://apex.incubator.apache.org/docs/
+Apex documentation repository for content available on http://apex.apache.org/docs/
 
 Documentation is written in [Markdown](https://guides.github.com/features/mastering-markdown/) format and statically generated into HTML using [MkDocs](http://www.mkdocs.org/).  All documentation is located in the [docs](docs) directory, and [mkdocs.yml](mkdocs.yml) file describes the navigation structure of the published documentation.
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/docs/apex_development_setup.md
----------------------------------------------------------------------
diff --git a/docs/apex_development_setup.md b/docs/apex_development_setup.md
index ce1651c..7251c79 100644
--- a/docs/apex_development_setup.md
+++ b/docs/apex_development_setup.md
@@ -62,7 +62,7 @@ Confirm by running the following commands and comparing with output that show in
 Creating New Apex Project
 -------------------------------------------------------------------------------
 
-After development tools are configured, you can now use the maven archetype to create a basic Apache Apex project.  **Note:** When executing the commands below, replace `3.3.0-incubating` by [latest available version](http://apex.apache.org/downloads.html) of Apache Apex.
+After development tools are configured, you can now use the maven archetype to create a basic Apache Apex project.  **Note:** When executing the commands below, replace `3.4.0` by [latest available version](http://apex.apache.org/downloads.html) of Apache Apex.
 
 
 * **Windows** - Create a new Windows command file called `newapp.cmd` by copying the lines below, and execute it.  When you run this file, the properties will be displayed and you will be prompted with `` Y: :``; just press **Enter** to complete the project generation.  The caret (^) at the end of some lines indicates that a continuation line follows. 
@@ -72,7 +72,7 @@ After development tools are configured, you can now use the maven archetype to c
         setlocal
         mvn archetype:generate ^
          -DarchetypeGroupId=org.apache.apex ^
-         -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.3.0-incubating ^
+         -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.4.0 ^
          -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp ^
          -Dversion=1.0-SNAPSHOT
         endlocal
@@ -82,7 +82,7 @@ After development tools are configured, you can now use the maven archetype to c
 
         mvn archetype:generate \
          -DarchetypeGroupId=org.apache.apex \
-         -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.2.0-incubating \
+         -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.4.0 \
          -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp \
          -Dversion=1.0-SNAPSHOT
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/docs/application_packages.md
----------------------------------------------------------------------
diff --git a/docs/application_packages.md b/docs/application_packages.md
index 67cfa19..891ecee 100644
--- a/docs/application_packages.md
+++ b/docs/application_packages.md
@@ -28,7 +28,7 @@ appropriate values (make sure this is all on one line):
 
     $ mvn archetype:generate \
      -DarchetypeGroupId=org.apache.apex \
-     -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.2.0-incubating \
+     -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.4.0 \
      -DgroupId=com.example -Dpackage=com.example.mydtapp -DartifactId=mydtapp \
      -Dversion=1.0-SNAPSHOT
 
@@ -84,7 +84,7 @@ Alternatively you can perform the same steps within your IDE (IDEA IntelliJ, Ecl
 
 Group ID: org.apache.apex
 Artifact ID: apex-app-archetype
-Version: 3.2.0-incubating (or any later version)
+Version: 3.4.0 (or any later version)
 
 ## Writing Your Own App Package
 
@@ -435,7 +435,7 @@ section that looks like:
 
 ```
 <properties>
-  <apex.version>3.2.0-incubating</apex.version>
+  <apex.version>3.4.0</apex.version>
   <apex.apppackage.classpath\>lib*.jar</apex.apppackage.classpath>
 </properties>
 ```
@@ -535,7 +535,7 @@ package project using Maven by running the following command. Replace "com.examp
 
 ```
 $ mvn archetype:generate -DarchetypeGroupId=org.apache.apex \
-  -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.2.0-incubating \
+  -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.4.0 \
   -DgroupId=com.example -Dpackage=com.example.mydtconfig -DartifactId=mydtconfig \
   -Dversion=1.0-SNAPSHOT
 ```

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/docs/autometrics.md
----------------------------------------------------------------------
diff --git a/docs/autometrics.md b/docs/autometrics.md
index c534fb2..6623031 100644
--- a/docs/autometrics.md
+++ b/docs/autometrics.md
@@ -43,7 +43,7 @@ When an operator is partitioned, it is useful to aggregate the values of auto-me
 The AutoMetric API helps to achieve this by providing an interface for writing aggregators- `AutoMetric.Aggregator`. Any implementation of `AutoMetric.Aggregator` can be set as an operator attribute - `METRICS_AGGREGATOR` for a particular operator which in turn is used for aggregating physical metrics.
 
 ## Default aggregators
-[`MetricsAggregator`](https://github.com/apache/incubator-apex-core/blob/devel-3/common/src/main/java/com/datatorrent/common/metric/MetricsAggregator.java) is a simple implementation of `AutoMetric.Aggregator` that platform uses as a default for summing up primitive types - int, long, float and double.
+[`MetricsAggregator`](https://github.com/apache/incubator-apex-core/blob/master/common/src/main/java/com/datatorrent/common/metric/MetricsAggregator.java) is a simple implementation of `AutoMetric.Aggregator` that platform uses as a default for summing up primitive types - int, long, float and double.
 
 `MetricsAggregator` is just a collection of `SingleMetricAggregator`s. There are multiple implementations of `SingleMetricAggregator` that perform sum, min, max, avg which are present in Apex core and Apex malhar.
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 71d4e6b..35fc538 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,4 +1,4 @@
-Apache Apex (Incubating)
+Apache Apex
 ================================================================================
 
 Apex is a Hadoop YARN native big data processing platform, enabling real time stream as well as batch processing for your big data.  Apex provides the following benefits:
@@ -14,6 +14,6 @@ Platform has been demonstated to scale linearly across Hadoop clusters under ext
 
 The core Apex platform is supplemented by Malhar, a library of connector and logic functions, enabling rapid application development.  These operators and modules provide access to HDFS, S3, NFS, FTP, and other file systems; Kafka, ActiveMQ, RabbitMQ, JMS, and other message systems; MySql, Cassandra, MongoDB, Redis, HBase, CouchDB, generic JDBC, and other database connectors.  In addition to the operators, the library contains a number of demos applications, demonstrating operator features and capabilities.  To see the full list of available operators and related documentation, visit [Apex Malhar on Github](https://github.com/apache/incubator-apex-malhar)
 
-For additional information visit [Apache Apex (incubating)](http://apex.incubator.apache.org/).
+For additional information visit [Apache Apex](http://apex.apache.org/).
 
-[![](favicon.ico)](http://apex.incubator.apache.org/)
+[![](favicon.ico)](http://apex.apache.org/)

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 1da475d..1c699cf 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -25,13 +25,13 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.4.0-incubating-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-engine</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Apex (incubating) Stream Processing Engine</name>
+  <name>Apache Apex Stream Processing Engine</name>
 
   <build>
     <finalName>${project.artifactId}</finalName>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/923dfe7f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3ba83ee..d41c042 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,11 +30,11 @@
 
   <groupId>org.apache.apex</groupId>
   <artifactId>apex</artifactId>
-  <version>3.4.0-incubating-SNAPSHOT</version>
+  <version>3.4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Apex (incubating)</name>
-  <url>http://apex.incubator.apache.org</url>
+  <name>Apache Apex</name>
+  <url>http://apex.apache.org</url>
   <inceptionYear>2015</inceptionYear>
 
   <organization>
@@ -105,7 +105,7 @@
           <header>header.txt</header>
           <properties>
             <owner>Apache Software Foundation</owner>
-            <email>dev@apex.incubator.apache.org</email>
+            <email>dev@apex.apache.org</email>
           </properties>
           <excludes>
             <exclude>**/*.iml</exclude>


[2/2] incubator-apex-core git commit: Merge branch 'APEXCORE-442-1' of https://github.com/davidyan74/incubator-apex-core

Posted by th...@apache.org.
Merge branch 'APEXCORE-442-1' of https://github.com/davidyan74/incubator-apex-core


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

Branch: refs/heads/master
Commit: 752f4397d7715196def8c0fa2a5aa47a44375471
Parents: cae4dc5 923dfe7
Author: Thomas Weise <th...@datatorrent.com>
Authored: Tue May 3 14:43:56 2016 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Tue May 3 14:43:56 2016 -0700

----------------------------------------------------------------------
 DISCLAIMER                                               | 11 -----------
 NOTICE                                                   |  2 +-
 README.md                                                |  8 ++++----
 apex-app-archetype/README.md                             |  2 +-
 apex-app-archetype/pom.xml                               |  4 ++--
 .../src/main/resources/archetype-resources/pom.xml       |  2 +-
 apex-conf-archetype/README.md                            |  2 +-
 apex-conf-archetype/pom.xml                              |  4 ++--
 api/pom.xml                                              |  4 ++--
 bufferserver/pom.xml                                     |  4 ++--
 common/pom.xml                                           |  4 ++--
 docs/README.md                                           |  2 +-
 docs/apex_development_setup.md                           |  6 +++---
 docs/application_packages.md                             |  8 ++++----
 docs/autometrics.md                                      |  2 +-
 docs/index.md                                            |  6 +++---
 engine/pom.xml                                           |  4 ++--
 pom.xml                                                  |  8 ++++----
 18 files changed, 36 insertions(+), 47 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/752f4397/docs/autometrics.md
----------------------------------------------------------------------