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 2015/09/02 05:09:19 UTC

[1/3] incubator-apex-core git commit: Preparing for Release 3.1.0-RC2

Repository: incubator-apex-core
Updated Branches:
  refs/heads/devel-3.1 3eb480d66 -> 03f612ff8


Preparing for Release 3.1.0-RC2


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

Branch: refs/heads/devel-3.1
Commit: b37262dcc8d5ba623208c934fb67811c161a833c
Parents: 3eb480d
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Mon Aug 31 18:56:50 2015 +0530
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Mon Aug 31 18:56:50 2015 +0530

----------------------------------------------------------------------
 apex-app-archetype/README.md                                     | 2 +-
 apex-app-archetype/pom.xml                                       | 2 +-
 .../src/test/resources/projects/basic/archetype.properties       | 2 +-
 apex-conf-archetype/README.md                                    | 2 +-
 apex-conf-archetype/pom.xml                                      | 2 +-
 .../src/test/resources/projects/basic/archetype.properties       | 2 +-
 api/pom.xml                                                      | 4 ++--
 bufferserver/pom.xml                                             | 4 ++--
 common/pom.xml                                                   | 4 ++--
 engine/pom.xml                                                   | 2 +-
 .../test/java/com/datatorrent/stram/client/AppPackageTest.java   | 2 +-
 engine/src/test/resources/testAppPackage/mydtapp/pom.xml         | 2 +-
 pom.xml                                                          | 2 +-
 13 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b37262dc/apex-app-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md
index 7edb310..7d79ddb 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=com.datatorrent -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.1.0-RC1 -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT
+    mvn archetype:generate -DarchetypeGroupId=com.datatorrent -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.1.0-RC2 -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/b37262dc/apex-app-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml
index 514289a..c1f4c6c 100644
--- a/apex-app-archetype/pom.xml
+++ b/apex-app-archetype/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0-RC1</version>
+    <version>3.1.0-RC2</version>
   </parent>
 
   <artifactId>apex-app-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b37262dc/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
----------------------------------------------------------------------
diff --git a/apex-app-archetype/src/test/resources/projects/basic/archetype.properties b/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
index d34cfeb..839c22c 100644
--- a/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
+++ b/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
@@ -3,4 +3,4 @@ package=it.pkg
 version=0.1-SNAPSHOT
 groupId=archetype.it
 artifactId=basic
-archetypeVersion=3.1.0-RC1
+archetypeVersion=3.1.0-RC2

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b37262dc/apex-conf-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md
index 3993c9f..8bd6b0d 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=com.datatorrent -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.1.0-RC1 -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT
+    mvn archetype:generate -DarchetypeGroupId=com.datatorrent -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.1.0-RC2 -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/b37262dc/apex-conf-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml
index 4162e9b..faa70cd 100644
--- a/apex-conf-archetype/pom.xml
+++ b/apex-conf-archetype/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0-RC1</version>
+    <version>3.1.0-RC2</version>
   </parent>
 
   <artifactId>apex-conf-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b37262dc/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties b/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
index d34cfeb..839c22c 100644
--- a/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
+++ b/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
@@ -3,4 +3,4 @@ package=it.pkg
 version=0.1-SNAPSHOT
 groupId=archetype.it
 artifactId=basic
-archetypeVersion=3.1.0-RC1
+archetypeVersion=3.1.0-RC2

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b37262dc/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index 30e1e5b..d0cdc1f 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0-RC1</version>
+    <version>3.1.0-RC2</version>
   </parent>
 
   <artifactId>dt-api</artifactId>
@@ -38,7 +38,7 @@
             <dependency>
               <groupId>com.datatorrent</groupId>
               <artifactId>dt-api</artifactId>
-              <version>3.1.0-RC1</version>
+              <version>3.1.0-RC2</version>
             </dependency>
           </oldVersion>
           <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b37262dc/bufferserver/pom.xml
----------------------------------------------------------------------
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index 460ed10..e612c0e 100644
--- a/bufferserver/pom.xml
+++ b/bufferserver/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0-RC1</version>
+    <version>3.1.0-RC2</version>
   </parent>
 
   <artifactId>dt-bufferserver</artifactId>
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-common</artifactId>
-      <version>3.1.0-RC1</version>
+      <version>3.1.0-RC2</version>
       <type>jar</type>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b37262dc/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index def2a7d..7209d1d 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0-RC1</version>
+    <version>3.1.0-RC2</version>
   </parent>
 
   <artifactId>dt-common</artifactId>
@@ -23,7 +23,7 @@
             <dependency>
               <groupId>com.datatorrent</groupId>
               <artifactId>dt-common</artifactId>
-              <version>3.1.0-RC1</version>
+              <version>3.1.0-RC2</version>
             </dependency>
           </oldVersion>
           <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b37262dc/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 792a66d..47cee1a 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0-RC1</version>
+    <version>3.1.0-RC2</version>
   </parent>
 
   <artifactId>dt-engine</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b37262dc/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
----------------------------------------------------------------------
diff --git a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
index 7239f87..36b7e20 100644
--- a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
+++ b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
@@ -72,7 +72,7 @@ public class AppPackageTest
   {
     Assert.assertEquals("mydtapp", json.getString("appPackageName"));
     Assert.assertEquals("1.0-SNAPSHOT", json.getString("appPackageVersion"));
-    Assert.assertEquals("3.1.0-RC1", json.getString("dtEngineVersion"));
+    Assert.assertEquals("3.1.0-RC2", json.getString("dtEngineVersion"));
     Assert.assertEquals("lib/*.jar", json.getJSONArray("classPath").getString(0));
 
     JSONObject application = json.getJSONArray("applications").getJSONObject(0);

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b37262dc/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
----------------------------------------------------------------------
diff --git a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
index 48db4ac..c88ed44 100644
--- a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
+++ b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
@@ -13,7 +13,7 @@
 
   <properties>
     <!-- change this if you desire to use a different version of DataTorrent -->
-    <datatorrent.version>3.1.0-RC1</datatorrent.version>
+    <datatorrent.version>3.1.0-RC2</datatorrent.version>
     <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
   </properties>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b37262dc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b77a77b..3cdd106 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>com.datatorrent</groupId>
   <artifactId>dt-framework</artifactId>
-  <version>3.1.0-RC1</version>
+  <version>3.1.0-RC2</version>
   <packaging>pom</packaging>
 
   <name>Realtime Stream Processing Framework</name>


Re: [2/3] incubator-apex-core git commit: Added @Since, Preparing for Release 3.1.0

Posted by Chetan Narsude <ch...@datatorrent.com>.
Looks like @since tag is added to license header text for
AsyncFSStorageAgent.java.

Please fix it.
On Sep 1, 2015 8:09 PM, <th...@apache.org> wrote:

> Added @Since, Preparing for Release 3.1.0
>
>
> 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/ebc83f8c
> Tree:
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/ebc83f8c
> Diff:
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/ebc83f8c
>
> Branch: refs/heads/devel-3.1
> Commit: ebc83f8cba7169be57c685c408a9c5f18071ac2c
> Parents: b37262d
> Author: DataTorrent CI <je...@datatorrent.com>
> Authored: Tue Sep 1 03:58:50 2015 -0700
> Committer: DataTorrent CI <je...@datatorrent.com>
> Committed: Tue Sep 1 03:58:50 2015 -0700
>
> ----------------------------------------------------------------------
>  apex-app-archetype/README.md                                     | 2 +-
>  apex-app-archetype/pom.xml                                       | 2 +-
>  .../src/test/resources/projects/basic/archetype.properties       | 2 +-
>  apex-conf-archetype/README.md                                    | 2 +-
>  apex-conf-archetype/pom.xml                                      | 2 +-
>  .../src/test/resources/projects/basic/archetype.properties       | 2 +-
>  api/pom.xml                                                      | 4 ++--
>  bufferserver/pom.xml                                             | 4 ++--
>  common/pom.xml                                                   | 4 ++--
>  .../java/com/datatorrent/common/util/AsyncFSStorageAgent.java    | 3 +++
>  engine/pom.xml                                                   | 2 +-
>  .../test/java/com/datatorrent/stram/client/AppPackageTest.java   | 2 +-
>  engine/src/test/resources/testAppPackage/mydtapp/pom.xml         | 2 +-
>  pom.xml                                                          | 2 +-
>  14 files changed, 19 insertions(+), 16 deletions(-)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/apex-app-archetype/README.md
> ----------------------------------------------------------------------
> diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md
> index 7d79ddb..a3b7d08 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=com.datatorrent
> -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.1.0-RC2
> -DgroupId=com.example -Dpackage=com.example.myapexapp
> -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT
> +    mvn archetype:generate -DarchetypeGroupId=com.datatorrent
> -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.1.0
> -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/ebc83f8c/apex-app-archetype/pom.xml
> ----------------------------------------------------------------------
> diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml
> index c1f4c6c..a1361b7 100644
> --- a/apex-app-archetype/pom.xml
> +++ b/apex-app-archetype/pom.xml
> @@ -5,7 +5,7 @@
>    <parent>
>      <groupId>com.datatorrent</groupId>
>      <artifactId>dt-framework</artifactId>
> -    <version>3.1.0-RC2</version>
> +    <version>3.1.0</version>
>    </parent>
>
>    <artifactId>apex-app-archetype</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
> ----------------------------------------------------------------------
> diff --git
> a/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
> b/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
> index 839c22c..1c56692 100644
> ---
> a/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
> +++
> b/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
> @@ -3,4 +3,4 @@ package=it.pkg
>  version=0.1-SNAPSHOT
>  groupId=archetype.it
>  artifactId=basic
> -archetypeVersion=3.1.0-RC2
> +archetypeVersion=3.1.0
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/apex-conf-archetype/README.md
> ----------------------------------------------------------------------
> diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md
> index 8bd6b0d..71edaba 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=com.datatorrent
> -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.1.0-RC2
> -DgroupId=com.example -Dpackage=com.example.myapexapp
> -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT
> +    mvn archetype:generate -DarchetypeGroupId=com.datatorrent
> -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.1.0
> -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/ebc83f8c/apex-conf-archetype/pom.xml
> ----------------------------------------------------------------------
> diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml
> index faa70cd..3e63a1a 100644
> --- a/apex-conf-archetype/pom.xml
> +++ b/apex-conf-archetype/pom.xml
> @@ -5,7 +5,7 @@
>    <parent>
>      <groupId>com.datatorrent</groupId>
>      <artifactId>dt-framework</artifactId>
> -    <version>3.1.0-RC2</version>
> +    <version>3.1.0</version>
>    </parent>
>
>    <artifactId>apex-conf-archetype</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
> ----------------------------------------------------------------------
> diff --git
> a/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
> b/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
> index 839c22c..1c56692 100644
> ---
> a/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
> +++
> b/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
> @@ -3,4 +3,4 @@ package=it.pkg
>  version=0.1-SNAPSHOT
>  groupId=archetype.it
>  artifactId=basic
> -archetypeVersion=3.1.0-RC2
> +archetypeVersion=3.1.0
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/api/pom.xml
> ----------------------------------------------------------------------
> diff --git a/api/pom.xml b/api/pom.xml
> index d0cdc1f..cf94b03 100644
> --- a/api/pom.xml
> +++ b/api/pom.xml
> @@ -6,7 +6,7 @@
>    <parent>
>      <groupId>com.datatorrent</groupId>
>      <artifactId>dt-framework</artifactId>
> -    <version>3.1.0-RC2</version>
> +    <version>3.1.0</version>
>    </parent>
>
>    <artifactId>dt-api</artifactId>
> @@ -38,7 +38,7 @@
>              <dependency>
>                <groupId>com.datatorrent</groupId>
>                <artifactId>dt-api</artifactId>
> -              <version>3.1.0-RC2</version>
> +              <version>3.1.0</version>
>              </dependency>
>            </oldVersion>
>            <newVersion>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/bufferserver/pom.xml
> ----------------------------------------------------------------------
> diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
> index e612c0e..4ddd5d0 100644
> --- a/bufferserver/pom.xml
> +++ b/bufferserver/pom.xml
> @@ -5,7 +5,7 @@
>    <parent>
>      <groupId>com.datatorrent</groupId>
>      <artifactId>dt-framework</artifactId>
> -    <version>3.1.0-RC2</version>
> +    <version>3.1.0</version>
>    </parent>
>
>    <artifactId>dt-bufferserver</artifactId>
> @@ -28,7 +28,7 @@
>      <dependency>
>        <groupId>com.datatorrent</groupId>
>        <artifactId>dt-common</artifactId>
> -      <version>3.1.0-RC2</version>
> +      <version>3.1.0</version>
>        <type>jar</type>
>      </dependency>
>    </dependencies>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/common/pom.xml
> ----------------------------------------------------------------------
> diff --git a/common/pom.xml b/common/pom.xml
> index 7209d1d..d17c7c9 100644
> --- a/common/pom.xml
> +++ b/common/pom.xml
> @@ -5,7 +5,7 @@
>    <parent>
>      <groupId>com.datatorrent</groupId>
>      <artifactId>dt-framework</artifactId>
> -    <version>3.1.0-RC2</version>
> +    <version>3.1.0</version>
>    </parent>
>
>    <artifactId>dt-common</artifactId>
> @@ -23,7 +23,7 @@
>              <dependency>
>                <groupId>com.datatorrent</groupId>
>                <artifactId>dt-common</artifactId>
> -              <version>3.1.0-RC2</version>
> +              <version>3.1.0</version>
>              </dependency>
>            </oldVersion>
>            <newVersion>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
> ----------------------------------------------------------------------
> diff --git
> a/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
> b/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
> index b565447..f98d775 100644
> ---
> a/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
> +++
> b/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
> @@ -1,3 +1,4 @@
> +
>  /**
>   * Copyright (C) 2015 DataTorrent, Inc.
>   *
> @@ -12,6 +13,8 @@
>   * 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.
> + *
> + * @since 3.1.0
>   */
>  package com.datatorrent.common.util;
>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/engine/pom.xml
> ----------------------------------------------------------------------
> diff --git a/engine/pom.xml b/engine/pom.xml
> index 47cee1a..e63898b 100644
> --- a/engine/pom.xml
> +++ b/engine/pom.xml
> @@ -5,7 +5,7 @@
>    <parent>
>      <groupId>com.datatorrent</groupId>
>      <artifactId>dt-framework</artifactId>
> -    <version>3.1.0-RC2</version>
> +    <version>3.1.0</version>
>    </parent>
>
>    <artifactId>dt-engine</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
> ----------------------------------------------------------------------
> diff --git
> a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
> b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
> index 36b7e20..2138ad4 100644
> --- a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
> +++ b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
> @@ -72,7 +72,7 @@ public class AppPackageTest
>    {
>      Assert.assertEquals("mydtapp", json.getString("appPackageName"));
>      Assert.assertEquals("1.0-SNAPSHOT",
> json.getString("appPackageVersion"));
> -    Assert.assertEquals("3.1.0-RC2", json.getString("dtEngineVersion"));
> +    Assert.assertEquals("3.1.0", json.getString("dtEngineVersion"));
>      Assert.assertEquals("lib/*.jar",
> json.getJSONArray("classPath").getString(0));
>
>      JSONObject application =
> json.getJSONArray("applications").getJSONObject(0);
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
> ----------------------------------------------------------------------
> diff --git a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
> b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
> index c88ed44..9c84eeb 100644
> --- a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
> +++ b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
> @@ -13,7 +13,7 @@
>
>    <properties>
>      <!-- change this if you desire to use a different version of
> DataTorrent -->
> -    <datatorrent.version>3.1.0-RC2</datatorrent.version>
> +    <datatorrent.version>3.1.0</datatorrent.version>
>
>  <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
>    </properties>
>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/pom.xml
> ----------------------------------------------------------------------
> diff --git a/pom.xml b/pom.xml
> index 3cdd106..c5b19bb 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -4,7 +4,7 @@
>
>    <groupId>com.datatorrent</groupId>
>    <artifactId>dt-framework</artifactId>
> -  <version>3.1.0-RC2</version>
> +  <version>3.1.0</version>
>    <packaging>pom</packaging>
>
>    <name>Realtime Stream Processing Framework</name>
>
>

Re: [2/3] incubator-apex-core git commit: Added @Since, Preparing for Release 3.1.0

Posted by Chetan Narsude <ch...@datatorrent.com>.
Looks like @since tag is added to license header text for
AsyncFSStorageAgent.java.

Please fix it.
On Sep 1, 2015 8:09 PM, <th...@apache.org> wrote:

> Added @Since, Preparing for Release 3.1.0
>
>
> 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/ebc83f8c
> Tree:
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/ebc83f8c
> Diff:
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/ebc83f8c
>
> Branch: refs/heads/devel-3.1
> Commit: ebc83f8cba7169be57c685c408a9c5f18071ac2c
> Parents: b37262d
> Author: DataTorrent CI <je...@datatorrent.com>
> Authored: Tue Sep 1 03:58:50 2015 -0700
> Committer: DataTorrent CI <je...@datatorrent.com>
> Committed: Tue Sep 1 03:58:50 2015 -0700
>
> ----------------------------------------------------------------------
>  apex-app-archetype/README.md                                     | 2 +-
>  apex-app-archetype/pom.xml                                       | 2 +-
>  .../src/test/resources/projects/basic/archetype.properties       | 2 +-
>  apex-conf-archetype/README.md                                    | 2 +-
>  apex-conf-archetype/pom.xml                                      | 2 +-
>  .../src/test/resources/projects/basic/archetype.properties       | 2 +-
>  api/pom.xml                                                      | 4 ++--
>  bufferserver/pom.xml                                             | 4 ++--
>  common/pom.xml                                                   | 4 ++--
>  .../java/com/datatorrent/common/util/AsyncFSStorageAgent.java    | 3 +++
>  engine/pom.xml                                                   | 2 +-
>  .../test/java/com/datatorrent/stram/client/AppPackageTest.java   | 2 +-
>  engine/src/test/resources/testAppPackage/mydtapp/pom.xml         | 2 +-
>  pom.xml                                                          | 2 +-
>  14 files changed, 19 insertions(+), 16 deletions(-)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/apex-app-archetype/README.md
> ----------------------------------------------------------------------
> diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md
> index 7d79ddb..a3b7d08 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=com.datatorrent
> -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.1.0-RC2
> -DgroupId=com.example -Dpackage=com.example.myapexapp
> -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT
> +    mvn archetype:generate -DarchetypeGroupId=com.datatorrent
> -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.1.0
> -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/ebc83f8c/apex-app-archetype/pom.xml
> ----------------------------------------------------------------------
> diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml
> index c1f4c6c..a1361b7 100644
> --- a/apex-app-archetype/pom.xml
> +++ b/apex-app-archetype/pom.xml
> @@ -5,7 +5,7 @@
>    <parent>
>      <groupId>com.datatorrent</groupId>
>      <artifactId>dt-framework</artifactId>
> -    <version>3.1.0-RC2</version>
> +    <version>3.1.0</version>
>    </parent>
>
>    <artifactId>apex-app-archetype</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
> ----------------------------------------------------------------------
> diff --git
> a/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
> b/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
> index 839c22c..1c56692 100644
> ---
> a/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
> +++
> b/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
> @@ -3,4 +3,4 @@ package=it.pkg
>  version=0.1-SNAPSHOT
>  groupId=archetype.it
>  artifactId=basic
> -archetypeVersion=3.1.0-RC2
> +archetypeVersion=3.1.0
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/apex-conf-archetype/README.md
> ----------------------------------------------------------------------
> diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md
> index 8bd6b0d..71edaba 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=com.datatorrent
> -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.1.0-RC2
> -DgroupId=com.example -Dpackage=com.example.myapexapp
> -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT
> +    mvn archetype:generate -DarchetypeGroupId=com.datatorrent
> -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.1.0
> -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/ebc83f8c/apex-conf-archetype/pom.xml
> ----------------------------------------------------------------------
> diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml
> index faa70cd..3e63a1a 100644
> --- a/apex-conf-archetype/pom.xml
> +++ b/apex-conf-archetype/pom.xml
> @@ -5,7 +5,7 @@
>    <parent>
>      <groupId>com.datatorrent</groupId>
>      <artifactId>dt-framework</artifactId>
> -    <version>3.1.0-RC2</version>
> +    <version>3.1.0</version>
>    </parent>
>
>    <artifactId>apex-conf-archetype</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
> ----------------------------------------------------------------------
> diff --git
> a/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
> b/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
> index 839c22c..1c56692 100644
> ---
> a/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
> +++
> b/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
> @@ -3,4 +3,4 @@ package=it.pkg
>  version=0.1-SNAPSHOT
>  groupId=archetype.it
>  artifactId=basic
> -archetypeVersion=3.1.0-RC2
> +archetypeVersion=3.1.0
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/api/pom.xml
> ----------------------------------------------------------------------
> diff --git a/api/pom.xml b/api/pom.xml
> index d0cdc1f..cf94b03 100644
> --- a/api/pom.xml
> +++ b/api/pom.xml
> @@ -6,7 +6,7 @@
>    <parent>
>      <groupId>com.datatorrent</groupId>
>      <artifactId>dt-framework</artifactId>
> -    <version>3.1.0-RC2</version>
> +    <version>3.1.0</version>
>    </parent>
>
>    <artifactId>dt-api</artifactId>
> @@ -38,7 +38,7 @@
>              <dependency>
>                <groupId>com.datatorrent</groupId>
>                <artifactId>dt-api</artifactId>
> -              <version>3.1.0-RC2</version>
> +              <version>3.1.0</version>
>              </dependency>
>            </oldVersion>
>            <newVersion>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/bufferserver/pom.xml
> ----------------------------------------------------------------------
> diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
> index e612c0e..4ddd5d0 100644
> --- a/bufferserver/pom.xml
> +++ b/bufferserver/pom.xml
> @@ -5,7 +5,7 @@
>    <parent>
>      <groupId>com.datatorrent</groupId>
>      <artifactId>dt-framework</artifactId>
> -    <version>3.1.0-RC2</version>
> +    <version>3.1.0</version>
>    </parent>
>
>    <artifactId>dt-bufferserver</artifactId>
> @@ -28,7 +28,7 @@
>      <dependency>
>        <groupId>com.datatorrent</groupId>
>        <artifactId>dt-common</artifactId>
> -      <version>3.1.0-RC2</version>
> +      <version>3.1.0</version>
>        <type>jar</type>
>      </dependency>
>    </dependencies>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/common/pom.xml
> ----------------------------------------------------------------------
> diff --git a/common/pom.xml b/common/pom.xml
> index 7209d1d..d17c7c9 100644
> --- a/common/pom.xml
> +++ b/common/pom.xml
> @@ -5,7 +5,7 @@
>    <parent>
>      <groupId>com.datatorrent</groupId>
>      <artifactId>dt-framework</artifactId>
> -    <version>3.1.0-RC2</version>
> +    <version>3.1.0</version>
>    </parent>
>
>    <artifactId>dt-common</artifactId>
> @@ -23,7 +23,7 @@
>              <dependency>
>                <groupId>com.datatorrent</groupId>
>                <artifactId>dt-common</artifactId>
> -              <version>3.1.0-RC2</version>
> +              <version>3.1.0</version>
>              </dependency>
>            </oldVersion>
>            <newVersion>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
> ----------------------------------------------------------------------
> diff --git
> a/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
> b/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
> index b565447..f98d775 100644
> ---
> a/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
> +++
> b/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
> @@ -1,3 +1,4 @@
> +
>  /**
>   * Copyright (C) 2015 DataTorrent, Inc.
>   *
> @@ -12,6 +13,8 @@
>   * 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.
> + *
> + * @since 3.1.0
>   */
>  package com.datatorrent.common.util;
>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/engine/pom.xml
> ----------------------------------------------------------------------
> diff --git a/engine/pom.xml b/engine/pom.xml
> index 47cee1a..e63898b 100644
> --- a/engine/pom.xml
> +++ b/engine/pom.xml
> @@ -5,7 +5,7 @@
>    <parent>
>      <groupId>com.datatorrent</groupId>
>      <artifactId>dt-framework</artifactId>
> -    <version>3.1.0-RC2</version>
> +    <version>3.1.0</version>
>    </parent>
>
>    <artifactId>dt-engine</artifactId>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
> ----------------------------------------------------------------------
> diff --git
> a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
> b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
> index 36b7e20..2138ad4 100644
> --- a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
> +++ b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
> @@ -72,7 +72,7 @@ public class AppPackageTest
>    {
>      Assert.assertEquals("mydtapp", json.getString("appPackageName"));
>      Assert.assertEquals("1.0-SNAPSHOT",
> json.getString("appPackageVersion"));
> -    Assert.assertEquals("3.1.0-RC2", json.getString("dtEngineVersion"));
> +    Assert.assertEquals("3.1.0", json.getString("dtEngineVersion"));
>      Assert.assertEquals("lib/*.jar",
> json.getJSONArray("classPath").getString(0));
>
>      JSONObject application =
> json.getJSONArray("applications").getJSONObject(0);
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
> ----------------------------------------------------------------------
> diff --git a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
> b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
> index c88ed44..9c84eeb 100644
> --- a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
> +++ b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
> @@ -13,7 +13,7 @@
>
>    <properties>
>      <!-- change this if you desire to use a different version of
> DataTorrent -->
> -    <datatorrent.version>3.1.0-RC2</datatorrent.version>
> +    <datatorrent.version>3.1.0</datatorrent.version>
>
>  <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
>    </properties>
>
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/pom.xml
> ----------------------------------------------------------------------
> diff --git a/pom.xml b/pom.xml
> index 3cdd106..c5b19bb 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -4,7 +4,7 @@
>
>    <groupId>com.datatorrent</groupId>
>    <artifactId>dt-framework</artifactId>
> -  <version>3.1.0-RC2</version>
> +  <version>3.1.0</version>
>    <packaging>pom</packaging>
>
>    <name>Realtime Stream Processing Framework</name>
>
>

[2/3] incubator-apex-core git commit: Added @Since, Preparing for Release 3.1.0

Posted by th...@apache.org.
Added @Since, Preparing for Release 3.1.0


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

Branch: refs/heads/devel-3.1
Commit: ebc83f8cba7169be57c685c408a9c5f18071ac2c
Parents: b37262d
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Tue Sep 1 03:58:50 2015 -0700
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Tue Sep 1 03:58:50 2015 -0700

----------------------------------------------------------------------
 apex-app-archetype/README.md                                     | 2 +-
 apex-app-archetype/pom.xml                                       | 2 +-
 .../src/test/resources/projects/basic/archetype.properties       | 2 +-
 apex-conf-archetype/README.md                                    | 2 +-
 apex-conf-archetype/pom.xml                                      | 2 +-
 .../src/test/resources/projects/basic/archetype.properties       | 2 +-
 api/pom.xml                                                      | 4 ++--
 bufferserver/pom.xml                                             | 4 ++--
 common/pom.xml                                                   | 4 ++--
 .../java/com/datatorrent/common/util/AsyncFSStorageAgent.java    | 3 +++
 engine/pom.xml                                                   | 2 +-
 .../test/java/com/datatorrent/stram/client/AppPackageTest.java   | 2 +-
 engine/src/test/resources/testAppPackage/mydtapp/pom.xml         | 2 +-
 pom.xml                                                          | 2 +-
 14 files changed, 19 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/apex-app-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md
index 7d79ddb..a3b7d08 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=com.datatorrent -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.1.0-RC2 -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp -Dversion=1.0-SNAPSHOT
+    mvn archetype:generate -DarchetypeGroupId=com.datatorrent -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.1.0 -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/ebc83f8c/apex-app-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml
index c1f4c6c..a1361b7 100644
--- a/apex-app-archetype/pom.xml
+++ b/apex-app-archetype/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0-RC2</version>
+    <version>3.1.0</version>
   </parent>
 
   <artifactId>apex-app-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
----------------------------------------------------------------------
diff --git a/apex-app-archetype/src/test/resources/projects/basic/archetype.properties b/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
index 839c22c..1c56692 100644
--- a/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
+++ b/apex-app-archetype/src/test/resources/projects/basic/archetype.properties
@@ -3,4 +3,4 @@ package=it.pkg
 version=0.1-SNAPSHOT
 groupId=archetype.it
 artifactId=basic
-archetypeVersion=3.1.0-RC2
+archetypeVersion=3.1.0

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/apex-conf-archetype/README.md
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md
index 8bd6b0d..71edaba 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=com.datatorrent -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.1.0-RC2 -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf -Dversion=1.0-SNAPSHOT
+    mvn archetype:generate -DarchetypeGroupId=com.datatorrent -DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.1.0 -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/ebc83f8c/apex-conf-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml
index faa70cd..3e63a1a 100644
--- a/apex-conf-archetype/pom.xml
+++ b/apex-conf-archetype/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0-RC2</version>
+    <version>3.1.0</version>
   </parent>
 
   <artifactId>apex-conf-archetype</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
----------------------------------------------------------------------
diff --git a/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties b/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
index 839c22c..1c56692 100644
--- a/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
+++ b/apex-conf-archetype/src/test/resources/projects/basic/archetype.properties
@@ -3,4 +3,4 @@ package=it.pkg
 version=0.1-SNAPSHOT
 groupId=archetype.it
 artifactId=basic
-archetypeVersion=3.1.0-RC2
+archetypeVersion=3.1.0

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index d0cdc1f..cf94b03 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0-RC2</version>
+    <version>3.1.0</version>
   </parent>
 
   <artifactId>dt-api</artifactId>
@@ -38,7 +38,7 @@
             <dependency>
               <groupId>com.datatorrent</groupId>
               <artifactId>dt-api</artifactId>
-              <version>3.1.0-RC2</version>
+              <version>3.1.0</version>
             </dependency>
           </oldVersion>
           <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/bufferserver/pom.xml
----------------------------------------------------------------------
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index e612c0e..4ddd5d0 100644
--- a/bufferserver/pom.xml
+++ b/bufferserver/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0-RC2</version>
+    <version>3.1.0</version>
   </parent>
 
   <artifactId>dt-bufferserver</artifactId>
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-common</artifactId>
-      <version>3.1.0-RC2</version>
+      <version>3.1.0</version>
       <type>jar</type>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 7209d1d..d17c7c9 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0-RC2</version>
+    <version>3.1.0</version>
   </parent>
 
   <artifactId>dt-common</artifactId>
@@ -23,7 +23,7 @@
             <dependency>
               <groupId>com.datatorrent</groupId>
               <artifactId>dt-common</artifactId>
-              <version>3.1.0-RC2</version>
+              <version>3.1.0</version>
             </dependency>
           </oldVersion>
           <newVersion>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
----------------------------------------------------------------------
diff --git a/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java b/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
index b565447..f98d775 100644
--- a/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
+++ b/common/src/main/java/com/datatorrent/common/util/AsyncFSStorageAgent.java
@@ -1,3 +1,4 @@
+
 /**
  * Copyright (C) 2015 DataTorrent, Inc.
  *
@@ -12,6 +13,8 @@
  * 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.
+ *
+ * @since 3.1.0
  */
 package com.datatorrent.common.util;
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/engine/pom.xml
----------------------------------------------------------------------
diff --git a/engine/pom.xml b/engine/pom.xml
index 47cee1a..e63898b 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>3.1.0-RC2</version>
+    <version>3.1.0</version>
   </parent>
 
   <artifactId>dt-engine</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
----------------------------------------------------------------------
diff --git a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
index 36b7e20..2138ad4 100644
--- a/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
+++ b/engine/src/test/java/com/datatorrent/stram/client/AppPackageTest.java
@@ -72,7 +72,7 @@ public class AppPackageTest
   {
     Assert.assertEquals("mydtapp", json.getString("appPackageName"));
     Assert.assertEquals("1.0-SNAPSHOT", json.getString("appPackageVersion"));
-    Assert.assertEquals("3.1.0-RC2", json.getString("dtEngineVersion"));
+    Assert.assertEquals("3.1.0", json.getString("dtEngineVersion"));
     Assert.assertEquals("lib/*.jar", json.getJSONArray("classPath").getString(0));
 
     JSONObject application = json.getJSONArray("applications").getJSONObject(0);

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
----------------------------------------------------------------------
diff --git a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
index c88ed44..9c84eeb 100644
--- a/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
+++ b/engine/src/test/resources/testAppPackage/mydtapp/pom.xml
@@ -13,7 +13,7 @@
 
   <properties>
     <!-- change this if you desire to use a different version of DataTorrent -->
-    <datatorrent.version>3.1.0-RC2</datatorrent.version>
+    <datatorrent.version>3.1.0</datatorrent.version>
     <datatorrent.apppackage.classpath>lib/*.jar</datatorrent.apppackage.classpath>
   </properties>
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/ebc83f8c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3cdd106..c5b19bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
   <groupId>com.datatorrent</groupId>
   <artifactId>dt-framework</artifactId>
-  <version>3.1.0-RC2</version>
+  <version>3.1.0</version>
   <packaging>pom</packaging>
 
   <name>Realtime Stream Processing Framework</name>


[3/3] incubator-apex-core git commit: Preparing for Release 3.1.0

Posted by th...@apache.org.
Preparing for Release 3.1.0


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

Branch: refs/heads/devel-3.1
Commit: 03f612ff858165883daa1630e9af8ed80edc5bfb
Parents: ebc83f8
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Tue Sep 1 05:55:17 2015 -0700
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Tue Sep 1 05:55:17 2015 -0700

----------------------------------------------------------------------
 CHANGELOG.md | 16 ++++++++++++++++
 RELEASE.md   | 17 +++++++++++++++++
 2 files changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/03f612ff/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 141ff79..0158919 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,22 @@
 Apex Changelog
 ========================================================================================================================
 
+
+Version 3.1.0
+------------------------------------------------------------------------------------------------------------------------
+
+** Improvement
+    * [APEX-12] - Fix Base Operator To Not Show Name Property In App Builder
+
+** Bug
+    * [APEX-35] - Test exceptions due to missing directory in saveMetaInfo
+    * [APEX-36] - FSStorageAgent to account for HDFS lease when writing checkpoint files
+    * [APEX-37] - Container and operator json line file in StreamingContainerManager should not be appended from previous app attempt 
+    * [APEX-43] - SchemaSupport: TUPLE_CLASS attribute should use Class2String StringCodec
+    * [APEX-56] - Controlled plan modification on operator shutdown 
+
+
+
 Version 3.0.0
 ------------------------------------------------------------------------------------------------------------------------
 

http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/03f612ff/RELEASE.md
----------------------------------------------------------------------
diff --git a/RELEASE.md b/RELEASE.md
index 3ea89d7..196e7e6 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -1,6 +1,23 @@
 DataTorrent RTS Release Notes
 ========================================================================================================================
 
+Version 3.1.0
+------------------------------------------------------------------------------------------------------------------------
+
+### Operator Improvements
+
+* Fix Base Operator To Not Show Name Property In App Builder
+
+### Few Bug Fixes
+
+* Test exceptions due to missing directory in saveMetaInfo
+* FSStorageAgent to account for HDFS lease when writing checkpoint files
+* Container and operator json line file in StreamingContainerManager should not be appended from previous app attempt 
+* SchemaSupport: TUPLE_CLASS attribute should use Class2String StringCodec
+* Controlled plan modification on operator shutdown 
+* Fix Base Operator To Not Show Name Property In App Builder
+
+
 Version 3.0.0
 ------------------------------------------------------------------------------------------------------------------------