You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by sm...@apache.org on 2014/10/09 19:01:47 UTC

git commit: Do not set the bld.version for hbase app package

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 2553f1573 -> 172536d14


Do not set the bld.version for hbase app package


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/172536d1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/172536d1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/172536d1

Branch: refs/heads/develop
Commit: 172536d14884a40562c2d45222048cf8abccc3bd
Parents: 2553f15
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Thu Oct 9 10:01:29 2014 -0700
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Thu Oct 9 10:01:29 2014 -0700

----------------------------------------------------------------------
 app-packages/hbase/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/172536d1/app-packages/hbase/pom.xml
----------------------------------------------------------------------
diff --git a/app-packages/hbase/pom.xml b/app-packages/hbase/pom.xml
index b85923b..be1b858 100644
--- a/app-packages/hbase/pom.xml
+++ b/app-packages/hbase/pom.xml
@@ -32,7 +32,6 @@
   <properties>
     <work.dir>package-tmp</work.dir>
     <app.package.name>${project.artifactId}-${project.version}</app.package.name>
-    <bld.version>0.51.0-incubating-SNAPSHOT</bld.version>
   </properties>
 
   <profiles>