You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by ol...@apache.org on 2013/05/23 05:58:30 UTC

svn commit: r1485555 - /onami/trunk/scopes/pom.xml

Author: olamy
Date: Thu May 23 03:58:30 2013
New Revision: 1485555

URL: http://svn.apache.org/r1485555
Log:
fix dependency

Modified:
    onami/trunk/scopes/pom.xml

Modified: onami/trunk/scopes/pom.xml
URL: http://svn.apache.org/viewvc/onami/trunk/scopes/pom.xml?rev=1485555&r1=1485554&r2=1485555&view=diff
==============================================================================
--- onami/trunk/scopes/pom.xml (original)
+++ onami/trunk/scopes/pom.xml Thu May 23 03:58:30 2013
@@ -80,7 +80,7 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.onami</groupId>
+      <groupId>org.apache.onami.lifecycle</groupId>
       <artifactId>org.apache.onami.lifecycle.standard</artifactId>
       <version>0.2.0-SNAPSHOT</version>
       <scope>test</scope>