You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/05/11 16:22:50 UTC

[GitHub] rhtyd commented on a change in pull request #2613: Cleanup POMs

rhtyd commented on a change in pull request #2613: Cleanup POMs
URL: https://github.com/apache/cloudstack/pull/2613#discussion_r187664264
 
 

 ##########
 File path: debian/rules
 ##########
 @@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-VERSION := $(shell grep '^  <version>' pom.xml| cut -d'>' -f2 |cut -d'<' -f1)
+VERSION := $(shell grep '^    <version>' pom.xml| cut -d'>' -f2 |cut -d'<' -f1)
 
 Review comment:
   @khos2ow instead of space change, can you consider this: 
   `VERSION=$(shell grep '<version>' pom.xml | head -2 | tail -1 | cut -d'>' -f2 |cut -d'<' -f1)         `

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services