Repository: sentry
Updated Branches:
  refs/heads/master 5acaa8ee2 -> 164ea5f1a


Using project.version instead of version


Project: http://git-wip-us.apache.org/repos/asf/sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/164ea5f1
Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/164ea5f1
Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/164ea5f1

Branch: refs/heads/master
Commit: 164ea5f1a66889cf2b7cfe3cacaa83ae645f557c
Parents: 5acaa8e
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Thu Sep 22 11:49:19 2016 +0100
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Thu Sep 22 11:49:19 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/sentry/blob/164ea5f1/sentry-service/sentry-service-server/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-service/sentry-service-server/pom.xml 
b/sentry-service/sentry-service-server/pom.xml
index be165b6..97bd326 100644
--- a/sentry-service/sentry-service-server/pom.xml
+++ b/sentry-service/sentry-service-server/pom.xml
@@ -174,7 +174,7 @@ limitations under the License.
           <replacements>
             <replacement>
               <token>%PROJECT_VERSION%</token>
-              <value>${version}</value>
+              <value>${project.version}</value>
             </replacement>
           </replacements>
         </configuration>
@@ -281,4 +281,4 @@ limitations under the License.
       </dependencies>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Reply via email to