Fix version number consistently

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@790900 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/core/service-dependency-bindingpolicy/pom.xml b/ipojo/tests/core/service-dependency-bindingpolicy/pom.xml
index 59ed4a5..a116aac 100644
--- a/ipojo/tests/core/service-dependency-bindingpolicy/pom.xml
+++ b/ipojo/tests/core/service-dependency-bindingpolicy/pom.xml
@@ -6,9 +6,9 @@
 	to you under the Apache License, Version 2.0 (the

 	"License"); you may not use this file except in compliance

 	with the License.  You may obtain a copy of the License at

-	

+

 	http://www.apache.org/licenses/LICENSE-2.0

-	

+

 	Unless required by applicable law or agreed to in writing,

 	software distributed under the License is distributed on an

 	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

@@ -27,12 +27,12 @@
 		<dependency>

 			<groupId>org.apache.felix</groupId>

 			<artifactId>org.apache.felix.ipojo</artifactId>

-			<version>1.3.0-SNAPSHOT</version>

+			<version>${pom.version}</version>

 		</dependency>

 		<dependency>

 			<groupId>org.apache.felix</groupId>

 			<artifactId>org.apache.felix.ipojo.metadata</artifactId>

-			<version>1.3.0-SNAPSHOT</version>

+			<version>${pom.version}</version>

 		</dependency>

 		<dependency>

 			<groupId>org.apache.felix</groupId>

@@ -52,7 +52,7 @@
 		<dependency>

 			<groupId>ipojo.tests</groupId>

 			<artifactId>tests.core.service.dependency</artifactId>

-			<version>1.3.0-SNAPSHOT</version>

+			<version>${pom.version}</version>

 		</dependency>

 	</dependencies>

 	<build>

@@ -68,7 +68,7 @@
 							${pom.artifactId}

 						</Bundle-SymbolicName>

 						<Private-Package>

-							org.apache.felix.ipojo.test.scenarios.service.dependency.dynamic.priority, org.apache.felix.ipojo.test.scenarios.service.dependency.policies, org.apache.felix.ipojo.test.scenarios.service.dependency.statics, org.apache.felix.ipojo.test.scenarios.util  

+							org.apache.felix.ipojo.test.scenarios.service.dependency.dynamic.priority, org.apache.felix.ipojo.test.scenarios.service.dependency.policies, org.apache.felix.ipojo.test.scenarios.service.dependency.statics, org.apache.felix.ipojo.test.scenarios.util

 						</Private-Package>

 						<Test-Suite>

 							org.apache.felix.ipojo.test.scenarios.service.dependency.policies.DependencyTestSuite

@@ -79,7 +79,7 @@
 			<plugin>

 				<groupId>org.apache.felix</groupId>

 				<artifactId>maven-ipojo-plugin</artifactId>

-				<version>1.3.0-SNAPSHOT</version>

+				<version>${pom.version}</version>

 				<executions>

 					<execution>

 						<goals>

@@ -101,7 +101,7 @@
 			</plugin>

 			<!--<plugin>

 				<groupId>org.apache.felix</groupId>

-				<artifactId>maven-junit4osgi-plugin 

+				<artifactId>maven-junit4osgi-plugin

 				</artifactId>

 				<version>1.1.0-SNAPSHOT</version>

 				<executions>