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/11 19:56:58 UTC

[1/3] incubator-apex-core git commit: Fixed version reference

Repository: incubator-apex-core
Updated Branches:
  refs/heads/release-3.1 4ec5e7637 -> 525ff187f


Fixed version reference


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

Branch: refs/heads/release-3.1
Commit: 0b97feea308deb846be2fdad81b9e2a3e119e3db
Parents: 6bdbb15
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Thu Sep 10 17:52:49 2015 +0530
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Thu Sep 10 17:52:49 2015 +0530

----------------------------------------------------------------------
 bufferserver/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/0b97feea/bufferserver/pom.xml
----------------------------------------------------------------------
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index 165ba95..70c0783 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.1-RC1</version>
+    <version>${project.version}</version>
   </parent>
 
   <artifactId>dt-bufferserver</artifactId>
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-common</artifactId>
-      <version>3.1.1-RC1</version>
+      <version>${project.version}</version>
       <type>jar</type>
     </dependency>
   </dependencies>


[3/3] incubator-apex-core git commit: Merge branch 'release-3.1' of https://github.com/MalharJenkins/incubator-apex-core into release-3.1

Posted by th...@apache.org.
Merge branch 'release-3.1' of https://github.com/MalharJenkins/incubator-apex-core into release-3.1


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

Branch: refs/heads/release-3.1
Commit: 525ff187f57f59d04247e254e6398577d33e2890
Parents: 4ec5e76 528edee
Author: Thomas Weise <th...@datatorrent.com>
Authored: Fri Sep 11 10:56:04 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Fri Sep 11 10:56:04 2015 -0700

----------------------------------------------------------------------
 CHANGELOG.md         | 18 +++++++++---------
 bufferserver/pom.xml |  4 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------



[2/3] incubator-apex-core git commit: Fixed Changelog Format

Posted by th...@apache.org.
Fixed Changelog Format


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

Branch: refs/heads/release-3.1
Commit: 528edee4dc5de2639e814d01d6a627ef5e045c7c
Parents: 0b97fee
Author: DataTorrent CI <je...@datatorrent.com>
Authored: Thu Sep 10 18:05:50 2015 +0530
Committer: DataTorrent CI <je...@datatorrent.com>
Committed: Thu Sep 10 18:05:50 2015 +0530

----------------------------------------------------------------------
 CHANGELOG.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/528edee4/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0158919..af1ca53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,15 +5,15 @@ 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 
+### 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