Use project version property to avoid maintenance issues.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@942988 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/webconsole/admin/pom.xml b/karaf/webconsole/admin/pom.xml
index c6e77ed..464808b 100644
--- a/karaf/webconsole/admin/pom.xml
+++ b/karaf/webconsole/admin/pom.xml
@@ -61,7 +61,7 @@
<dependency>
<groupId>org.apache.felix.karaf.admin</groupId>
<artifactId>org.apache.felix.karaf.admin.core</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>