You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2012/05/23 15:22:08 UTC

svn commit: r1341857 - /felix/sandbox/cziegeler/eventadmin-tests/pom.xml

Author: cziegeler
Date: Wed May 23 13:22:08 2012
New Revision: 1341857

URL: http://svn.apache.org/viewvc?rev=1341857&view=rev
Log:
Correct id

Modified:
    felix/sandbox/cziegeler/eventadmin-tests/pom.xml

Modified: felix/sandbox/cziegeler/eventadmin-tests/pom.xml
URL: http://svn.apache.org/viewvc/felix/sandbox/cziegeler/eventadmin-tests/pom.xml?rev=1341857&r1=1341856&r2=1341857&view=diff
==============================================================================
--- felix/sandbox/cziegeler/eventadmin-tests/pom.xml (original)
+++ felix/sandbox/cziegeler/eventadmin-tests/pom.xml Wed May 23 13:22:08 2012
@@ -25,7 +25,7 @@
         <artifactId>felix-parent</artifactId>
         <version>2.1</version>    </parent>
 
-    <artifactId>org.apache.felix.eventadmin.tests.</artifactId>
+    <artifactId>org.apache.felix.eventadmin.tests</artifactId>
     <version>0.0.1-SNAPSHOT</version>
 
     <name>Apache Felix Event Admin Integration Test</name>