You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2013/03/20 11:57:04 UTC

svn commit: r1458760 - /clerezza/trunk/parent/pom.xml

Author: reto
Date: Wed Mar 20 10:57:04 2013
New Revision: 1458760

URL: http://svn.apache.org/r1458760
Log:
CLEREZZA-744: removed snapshot dependencies fixed parent relative-path

Modified:
    clerezza/trunk/parent/pom.xml

Modified: clerezza/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/parent/pom.xml?rev=1458760&r1=1458759&r2=1458760&view=diff
==============================================================================
--- clerezza/trunk/parent/pom.xml (original)
+++ clerezza/trunk/parent/pom.xml Wed Mar 20 10:57:04 2013
@@ -23,6 +23,7 @@
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
         <version>13</version>
+        <relativePath/>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>clerezza</artifactId>
@@ -342,11 +343,11 @@
                 <artifactId>junit</artifactId>
                 <version>4.8.2</version>
             </dependency>
-            <dependency>
+            <!-- <dependency>
                 <groupId>org.apache.wink</groupId>
                 <artifactId>wink-osgi</artifactId>
                 <version>1.3.0-SNAPSHOT</version>
-            </dependency>
+            </dependency> -->
             <dependency>
                 <groupId>javax.ws.rs</groupId>
                 <artifactId>jsr311-api</artifactId>
@@ -612,11 +613,11 @@
                     <targetJdk>1.6</targetJdk>
                 </configuration>
             </plugin>
-            <plugin>
+            <!-- <plugin>
                 <groupId>org.apache.clerezza</groupId>
                 <artifactId>maven-jaxrs-report-plugin</artifactId>
                 <version>0.2-SNAPSHOT</version>
-            </plugin>
+            </plugin> -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>