Alon Bar-Lev has uploaded a new change for review.

Change subject: build: fix maven warning ${version}
......................................................................

build: fix maven warning ${version}

The expression ${version} is deprecated. Please use ${project.version}
instead.

Change-Id: Ida1eb58f5adec60566c71339be2cfa05aa971ff2
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M backend/manager/modules/restapi/jaxrs/pom.xml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/38/19438/1

diff --git a/backend/manager/modules/restapi/jaxrs/pom.xml 
b/backend/manager/modules/restapi/jaxrs/pom.xml
index 867733f..a5acf5f 100644
--- a/backend/manager/modules/restapi/jaxrs/pom.xml
+++ b/backend/manager/modules/restapi/jaxrs/pom.xml
@@ -97,7 +97,7 @@
       <dependency>
       <groupId>org.ovirt.engine.api</groupId>
       <artifactId>restapi-types</artifactId>
-      <version>${version}</version>
+      <version>${project.version}</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>


-- 
To view, visit http://gerrit.ovirt.org/19438
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ida1eb58f5adec60566c71339be2cfa05aa971ff2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to