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/14 22:02:35 UTC

[2/4] incubator-apex-core git commit: Fixed version reference

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

Branch: refs/heads/devel-3
Commit: f296129c34032ecaf5c456ffd047389b57d1f93e
Parents: 8aae573
Author: Aniruddha Thombre <an...@aniruddhas.com>
Authored: Mon Sep 14 18:35:44 2015 +0530
Committer: Aniruddha Thombre <an...@aniruddhas.com>
Committed: Mon Sep 14 18:35:44 2015 +0530

----------------------------------------------------------------------
 bufferserver/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


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