You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2009/01/22 13:30:56 UTC

svn commit: r736623 - /mina/ftpserver/trunk/examples/pom.xml

Author: ngn
Date: Thu Jan 22 04:30:55 2009
New Revision: 736623

URL: http://svn.apache.org/viewvc?rev=736623&view=rev
Log:
Fixing parent of exemples POM to make sure it gets signed (FTPSERVER-265)

Modified:
    mina/ftpserver/trunk/examples/pom.xml

Modified: mina/ftpserver/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/mina/ftpserver/trunk/examples/pom.xml?rev=736623&r1=736622&r2=736623&view=diff
==============================================================================
--- mina/ftpserver/trunk/examples/pom.xml (original)
+++ mina/ftpserver/trunk/examples/pom.xml Thu Jan 22 04:30:55 2009
@@ -19,9 +19,9 @@
 
 <project>
   <parent>
-    <artifactId>apache</artifactId>
-    <groupId>org.apache</groupId>
-    <version>4</version>
+      <artifactId>ftpserver-parent</artifactId>
+      <groupId>org.apache.ftpserver</groupId>
+      <version>1.0.0-RC2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.ftpserver</groupId>r