Trying to fix some build issues that resulted from the new pom file.


git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@506876 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/examples/dictionaryservice.itest/pom.xml b/examples/dictionaryservice.itest/pom.xml
index 79acf63..07bef3a 100644
--- a/examples/dictionaryservice.itest/pom.xml
+++ b/examples/dictionaryservice.itest/pom.xml
@@ -37,6 +37,7 @@
       <plugin>
         <groupId>org.apache.felix.plugins</groupId>
         <artifactId>maven-felix-plugin</artifactId>
+        <version>${pom.version}</version>
         <executions>
           <execution>
              <id>run</id>
diff --git a/pom.xml b/pom.xml
index 31cb776..7ee5ebe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,6 +275,12 @@
       <url>
         http://people.apache.org/repo/m2-snapshot-repository
       </url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
     </pluginRepository>
   </pluginRepositories>