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/15 00:42:45 UTC

incubator-apex-core git commit: Fix version.

Repository: incubator-apex-core
Updated Branches:
  refs/heads/devel-3 91e63b544 -> c0baa9d9b


Fix version.


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

Branch: refs/heads/devel-3
Commit: c0baa9d9bda1ffabba0bbc24f5dcb14b741b9eb4
Parents: 91e63b5
Author: Thomas Weise <th...@datatorrent.com>
Authored: Mon Sep 14 15:42:35 2015 -0700
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Mon Sep 14 15:42:35 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/c0baa9d9/bufferserver/pom.xml
----------------------------------------------------------------------
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index b09db32..ffd6ca3 100644
--- a/bufferserver/pom.xml
+++ b/bufferserver/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>com.datatorrent</groupId>
     <artifactId>dt-framework</artifactId>
-    <version>${project.version}</version>
+    <version>3.2.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>dt-bufferserver</artifactId>
@@ -28,7 +28,7 @@
     <dependency>
       <groupId>com.datatorrent</groupId>
       <artifactId>dt-common</artifactId>
-      <version>3.2.0-SNAPSHOT</version>
+      <version>${project.version}</version>
       <type>jar</type>
     </dependency>
   </dependencies>