commits@javamail.java.net

[mercurial:119] update for new group IDs

From: <shannon_at_kenai.com>
Date: Mon, 9 Feb 2009 19:41:01 +0000 (GMT)

Repository: mercurial
Revision: 119
Author: Bill Shannon <bill.shannon_at_sun.com>
Date: 2009-02-06 22:52:11 UTC

Log Message:
-----------
update for new group IDs

Modified Paths:
--------------
    mbox/dist/pom.xml
    mbox/native/pom.xml

Diffs:
-----
diff -r 67adb9f35afa -r d7372078a968 mbox/dist/pom.xml
--- a/mbox/dist/pom.xml Fri Feb 06 14:51:43 2009 -0800
+++ b/mbox/dist/pom.xml Fri Feb 06 14:52:11 2009 -0800
@@ -2,7 +2,7 @@
 <!--
     DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
- Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
+ Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
 
     The contents of this file are subject to the terms of either the
GNU
     General Public License Version 2 only ("GPL") or the Common
Development
@@ -40,7 +40,7 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                            http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
- <groupId>javax.mail</groupId>
+ <groupId>com.sun.mail</groupId>
        <artifactId>all</artifactId>
        <version>1.4.2-SNAPSHOT</version>
        <relativePath>../../pom.xml</relativePath>
@@ -54,7 +54,6 @@
     <url>http://java.sun.com/projects/javamail</url>
 
     <modules>
- <module>../../legal</module>
        <module>..</module> <!-- mbox module itself -->
        <module>../native</module>
     </modules>
diff -r 67adb9f35afa -r d7372078a968 mbox/native/pom.xml
--- a/mbox/native/pom.xml Fri Feb 06 14:51:43 2009 -0800
+++ b/mbox/native/pom.xml Fri Feb 06 14:52:11 2009 -0800
@@ -2,7 +2,7 @@
 <!--
     DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 
- Copyright 1997-2008 Sun Microsystems, Inc. All rights reserved.
+ Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
 
     The contents of this file are subject to the terms of either the
GNU
     General Public License Version 2 only ("GPL") or the Common
Development
@@ -40,7 +40,7 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                            http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
- <groupId>javax.mail</groupId>
+ <groupId>com.sun.mail</groupId>
        <artifactId>all</artifactId>
        <version>1.4.2-SNAPSHOT</version>
        <relativePath>../../pom.xml</relativePath>
@@ -125,7 +125,7 @@
             <artifactId>mail</artifactId>
         </dependency>
         <dependency>
- <groupId>javax.mail</groupId>
+ <groupId>com.sun.mail</groupId>
             <artifactId>mbox</artifactId>
         </dependency>
     </dependencies>