You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2007/02/13 06:55:14 UTC

svn commit: r506876 - in /incubator/felix/trunk: examples/dictionaryservice.itest/pom.xml pom.xml

Author: rickhall
Date: Mon Feb 12 21:55:13 2007
New Revision: 506876

URL: http://svn.apache.org/viewvc?view=rev&rev=506876
Log:
Trying to fix some build issues that resulted from the new pom file.

Modified:
    incubator/felix/trunk/examples/dictionaryservice.itest/pom.xml
    incubator/felix/trunk/pom.xml

Modified: incubator/felix/trunk/examples/dictionaryservice.itest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/examples/dictionaryservice.itest/pom.xml?view=diff&rev=506876&r1=506875&r2=506876
==============================================================================
--- incubator/felix/trunk/examples/dictionaryservice.itest/pom.xml (original)
+++ incubator/felix/trunk/examples/dictionaryservice.itest/pom.xml Mon Feb 12 21:55:13 2007
@@ -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>

Modified: incubator/felix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/pom.xml?view=diff&rev=506876&r1=506875&r2=506876
==============================================================================
--- incubator/felix/trunk/pom.xml (original)
+++ incubator/felix/trunk/pom.xml Mon Feb 12 21:55:13 2007
@@ -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>