You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bs...@apache.org on 2007/09/15 01:19:12 UTC

svn commit: r575823 - /commons/proper/email/trunk/pom.xml

Author: bspeakmon
Date: Fri Sep 14 16:19:10 2007
New Revision: 575823

URL: http://svn.apache.org/viewvc?rev=575823&view=rev
Log:
- changed groupId to org.apache.commons. I know it has tricky
  implications for maven 2; I'll sort them out.

Modified:
    commons/proper/email/trunk/pom.xml

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=575823&r1=575822&r2=575823&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Fri Sep 14 16:19:10 2007
@@ -25,7 +25,7 @@
         <version>4</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>commons-email</groupId>
+    <groupId>org.apache.commons</groupId>
     <artifactId>commons-email</artifactId>
     <version>1.1-SNAPSHOT</version>
     <name>Commons Email</name>