Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 21054 invoked from network); 9 Apr 2007 00:45:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2007 00:45:33 -0000 Received: (qmail 45696 invoked by uid 500); 9 Apr 2007 00:45:37 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 45474 invoked by uid 500); 9 Apr 2007 00:45:37 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 45441 invoked by uid 99); 9 Apr 2007 00:45:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Apr 2007 17:45:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.18.42.249] (HELO nwk-ea-fw-1.sun.com) (192.18.42.249) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Apr 2007 17:45:29 -0700 Received: from d1-sfbay-09.sun.com ([192.18.39.119]) by nwk-ea-fw-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id l390j8aA014265; Sun, 8 Apr 2007 17:45:08 -0700 (PDT) Received: from conversion-daemon.d1-sfbay-09.sun.com by d1-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) id <0JG700101GLMHG00@d1-sfbay-09.sun.com> (original mail from Craig.Russell@Sun.COM); Sun, 08 Apr 2007 17:45:08 -0700 (PDT) Received: from [192.168.0.13] (c-24-6-172-77.hsd1.ca.comcast.net [24.6.172.77]) by d1-sfbay-09.sun.com (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPSA id <0JG700MHDGR8CE00@d1-sfbay-09.sun.com>; Sun, 08 Apr 2007 17:45:08 -0700 (PDT) Date: Sun, 08 Apr 2007 17:45:09 -0700 From: Craig L Russell Subject: Re: [repo] /www/people.apache.org/repo/m2-incubating-repository/ In-reply-to: Sender: Craig.Russell@Sun.COM To: open-jpa-dev@incubator.apache.org Cc: Incubator , Maven Users List Message-id: <6C387AE2-6C80-48B0-A1E7-44258EDE59FE@SUN.com> MIME-version: 1.0 X-Mailer: Apple Mail (2.752.3) Content-type: multipart/signed; protocol="application/pkcs7-signature"; boundary=Apple-Mail-131-203814539; micalg=sha1 References: <1a5b6c410704081240y419b48c9o6248fa2b70affde7@mail.gmail.com> <103C93A1-514A-40DF-AA3C-B14088B186B7@SUN.com> X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-131-203814539 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Hi Marc, I'll plead ignorance on this. I'd like to have some feedback from the maven incubator experts here. I'm copying the maven user list in case they can shed some light. Perhaps we need a new maven-incubator-release plugin that allows you to deploy to a ~mikedd repository that has no official standing and then copy the artifacts to the real repository after it's been approved by the incubator. It's hard for me to imagine, though, that the maven release plugin doesn't accommodate the need to deploy all of the release artifacts to a staging location for testing by the community, prior to making it generally available on the mirrors. It might be good for some of us openjpa folks to thoroughly examine the maven release plugin to see how they intended this to work... Craig On Apr 8, 2007, at 5:12 PM, Marc Prud'hommeaux wrote: > Craig- > > I think that will generally work, but there is the issue of the > "maven-metadata.xml" file in the parent directory (e.g., http:// > people.apache.org/repo/m2-incubating-repository/org/apache/openjpa/ > openjpa-project/maven-metadata.xml) that lists all of the releases. > If you release to a different location and then manually move over > the release subdirectories, the parent maven-metadata.xml won't > automatically be updated. You could manually add the line to those > files, but them the md5 and sha1 checksums would be wrong. > > I don't actually know who or what uses the maven-metadata.xml file, > but that was one of the things that gave me pause during the last > release about deploying to one location and then manually moving > the approved artifacts over to the official repository. > > > > > > On Apr 8, 2007, at 5:03 PM, Craig L Russell wrote: > >> Other projects use the people.apache.org/~mikedd/xxx as the >> staging repository while working through the release issues and >> votes. >> >> I think you just need to tell maven where your repository is. Once >> the vote to release passes the incubator IPMC, you can just move >> the release artifacts from the staging repo to the real repo with >> a simple unix move command. >> >> Craig >> >> On Apr 8, 2007, at 4:42 PM, Marc Prud'hommeaux wrote: >> >>> Craig- >>> >>> Yeah, we ran into this issue with the last release, where we kept >>> re-building release candidates that were all labeled "0.9.6- >>> incubating" and were getting re-deployed to the official repository. >>> >>> It would be easy enough to deploy to an alternate repository for >>> release approval (I think you could just use the "- >>> DaltDeploymentRepository" flag), but then it would be a bit of a >>> pain to move all the artifacts over once the release is approved. >>> However, I agree that we need to fix the current problem of >>> candidates being deployed to the official location, and that's >>> probably the only way to do it. >>> >>> Also, FTR, we can sign the release by specifying the "sign- >>> release" profile that manually runs GPG on the files (although we >>> should move this to the official "maven-gpg-plugin" at some point). >>> >>> >>> >>> >>> On Apr 8, 2007, at 3:07 PM, Craig L Russell wrote: >>> >>>> Hi Mike, >>>> >>>> Something is wrong with the openjpa release process. Artifacts >>>> should not be uploaded to the repository until they are voted >>>> out of the project. Until they are ready, you should stage the >>>> proposed release, sign it, and after you're sure it's ready to >>>> go, call for a review on the dev list, and then call for a vote >>>> on the incubator general alias and dev list. >>>> >>>> You only need one checksum but need a gpg ascii armored >>>> signature. So you need the artifact and the artifact.asc (gpg >>>> signature) and artifact.md5 to be in the staging area. The sha1 >>>> is not needed. >>>> >>>> This should be part of the release process that's documented... >>>> >>>> Craig >>>> >>>> Begin forwarded message: >>>> >>>>> From: Carlos Sanchez >>>>> Date: April 8, 2007 12:40:01 PM PDT >>>>> To: mikedd@apache.org >>>>> Cc: repository@apache.org >>>>> Subject: Re: [repo] /www/people.apache.org/repo/m2-incubating- >>>>> repository/ >>>>> Reply-To: repository@apache.org >>>>> >>>>> please add PGP signatures, it's apache policy to sign all releases >>>>> >>>>> take a look at the latest maven parent pom on how to use the gpg >>>>> plugin for automatic signing >>>>> >>>>> http://repo1.maven.org/maven2/org/apache/maven/maven-parent/5/ >>>>> maven-parent-5.pom >>>>> >>>>> >>>>> On 8 Apr 2007 08:17:08 -0000, bayard@apache.org >>>>> wrote: >>>>>> Repository changed >>>>>> ================== >>>>>> >>>>>> Repository: /www/people.apache.org/repo/m2-incubating-repository/ >>>>>> >>>>>> Added >>>>>> ----- >>>>>> [mikedd] org/apache/openjpa/openjpa/0.9.7-incubating >>>>>> [mikedd] org/apache/openjpa/openjpa/0.9.7-incubating/ >>>>>> openjpa-0.9.7-incubating.pom >>>>>> [mikedd] org/apache/openjpa/openjpa/0.9.7-incubating/ >>>>>> openjpa-0.9.7-incubating.pom.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa/0.9.7-incubating/ >>>>>> openjpa-0.9.7-incubating.pom.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa/0.9.7-incubating/ >>>>>> openjpa-0.9.7-incubating-site.xml >>>>>> [mikedd] org/apache/openjpa/openjpa/0.9.7-incubating/ >>>>>> openjpa-0.9.7-incubating-site.xml.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa/0.9.7-incubating/ >>>>>> openjpa-0.9.7-incubating-site.xml.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-lib/0.9.7-incubating >>>>>> [mikedd] org/apache/openjpa/openjpa-lib/0.9.7-incubating/ >>>>>> openjpa-lib-0.9.7-incubating.jar >>>>>> [mikedd] org/apache/openjpa/openjpa-lib/0.9.7-incubating/ >>>>>> openjpa-lib-0.9.7-incubating.jar.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-lib/0.9.7-incubating/ >>>>>> openjpa-lib-0.9.7-incubating.jar.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-lib/0.9.7-incubating/ >>>>>> openjpa-lib-0.9.7-incubating.pom >>>>>> [mikedd] org/apache/openjpa/openjpa-lib/0.9.7-incubating/ >>>>>> openjpa-lib-0.9.7-incubating.pom.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-lib/0.9.7-incubating/ >>>>>> openjpa-lib-0.9.7-incubating.pom.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel/0.9.7-incubating >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel/0.9.7-incubating/ >>>>>> openjpa-kernel-0.9.7-incubating.jar >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel/0.9.7-incubating/ >>>>>> openjpa-kernel-0.9.7-incubating.jar.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel/0.9.7-incubating/ >>>>>> openjpa-kernel-0.9.7-incubating.jar.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel/0.9.7-incubating/ >>>>>> openjpa-kernel-0.9.7-incubating.pom >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel/0.9.7-incubating/ >>>>>> openjpa-kernel-0.9.7-incubating.pom.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel/0.9.7-incubating/ >>>>>> openjpa-kernel-0.9.7-incubating.pom.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc/0.9.7-incubating >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc/0.9.7-incubating/ >>>>>> openjpa-jdbc-0.9.7-incubating.jar >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc/0.9.7-incubating/ >>>>>> openjpa-jdbc-0.9.7-incubating.jar.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc/0.9.7-incubating/ >>>>>> openjpa-jdbc-0.9.7-incubating.jar.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc/0.9.7-incubating/ >>>>>> openjpa-jdbc-0.9.7-incubating.pom >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc/0.9.7-incubating/ >>>>>> openjpa-jdbc-0.9.7-incubating.pom.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc/0.9.7-incubating/ >>>>>> openjpa-jdbc-0.9.7-incubating.pom.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-xmlstore/0.9.7-incubating >>>>>> [mikedd] org/apache/openjpa/openjpa-xmlstore/0.9.7-incubating/ >>>>>> openjpa-xmlstore-0.9.7-incubating.jar >>>>>> [mikedd] org/apache/openjpa/openjpa-xmlstore/0.9.7-incubating/ >>>>>> openjpa-xmlstore-0.9.7-incubating.jar.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-xmlstore/0.9.7-incubating/ >>>>>> openjpa-xmlstore-0.9.7-incubating.jar.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-xmlstore/0.9.7-incubating/ >>>>>> openjpa-xmlstore-0.9.7-incubating.pom >>>>>> [mikedd] org/apache/openjpa/openjpa-xmlstore/0.9.7-incubating/ >>>>>> openjpa-xmlstore-0.9.7-incubating.pom.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-xmlstore/0.9.7-incubating/ >>>>>> openjpa-xmlstore-0.9.7-incubating.pom.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc-5/0.9.7-incubating >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc-5/0.9.7-incubating/ >>>>>> openjpa-jdbc-5-0.9.7-incubating.jar >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc-5/0.9.7-incubating/ >>>>>> openjpa-jdbc-5-0.9.7-incubating.jar.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc-5/0.9.7-incubating/ >>>>>> openjpa-jdbc-5-0.9.7-incubating.jar.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc-5/0.9.7-incubating/ >>>>>> openjpa-jdbc-5-0.9.7-incubating.pom >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc-5/0.9.7-incubating/ >>>>>> openjpa-jdbc-5-0.9.7-incubating.pom.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-jdbc-5/0.9.7-incubating/ >>>>>> openjpa-jdbc-5-0.9.7-incubating.pom.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel-5/0.9.7-incubating >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel-5/0.9.7-incubating/ >>>>>> openjpa-kernel-5-0.9.7-incubating.jar >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel-5/0.9.7-incubating/ >>>>>> openjpa-kernel-5-0.9.7-incubating.jar.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel-5/0.9.7-incubating/ >>>>>> openjpa-kernel-5-0.9.7-incubating.jar.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel-5/0.9.7-incubating/ >>>>>> openjpa-kernel-5-0.9.7-incubating.pom >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel-5/0.9.7-incubating/ >>>>>> openjpa-kernel-5-0.9.7-incubating.pom.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-kernel-5/0.9.7-incubating/ >>>>>> openjpa-kernel-5-0.9.7-incubating.pom.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-persistence/0.9.7-incubating >>>>>> [mikedd] org/apache/openjpa/openjpa-persistence/0.9.7- >>>>>> incubating/openjpa-persistence-0.9.7-incubating.jar >>>>>> [mikedd] org/apache/openjpa/openjpa-persistence/0.9.7- >>>>>> incubating/openjpa-persistence-0.9.7-incubating.jar.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-persistence/0.9.7- >>>>>> incubating/openjpa-persistence-0.9.7-incubating.jar.sha1 >>>>>> [mikedd] org/apache/openjpa/openjpa-persistence/0.9.7- >>>>>> incubating/openjpa-persistence-0.9.7-incubating.pom >>>>>> [mikedd] org/apache/openjpa/openjpa-persistence/0.9.7- >>>>>> incubating/openjpa-persistence-0.9.7-incubating.pom.md5 >>>>>> [mikedd] org/apache/openjpa/openjpa-persistence/0.9.7- >>>>>> incubating/openjpa-persistence-0.9.7-incubating.pom.sha1 >>>>>> >>>>>> Removed >>>>>> ------- >>>>>> >>>>> >>>>> >>>>> -- >>>>> I could give you my word as a Spaniard. >>>>> No good. I've known too many Spaniards. >>>>> -- The Princess Bride >>>> >>>> Craig Russell >>>> Architect, Sun Java Enterprise System http://java.sun.com/ >>>> products/jdo >>>> 408 276-5638 mailto:Craig.Russell@sun.com >>>> P.S. A good JDO? O, Gasp! >>>> >>> >> >> Craig Russell >> Architect, Sun Java Enterprise System http://java.sun.com/products/ >> jdo >> 408 276-5638 mailto:Craig.Russell@sun.com >> P.S. A good JDO? O, Gasp! >> > Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:Craig.Russell@sun.com P.S. A good JDO? O, Gasp! --Apple-Mail-131-203814539 Content-Transfer-Encoding: base64 Content-Type: application/pkcs7-signature; name=smime.p7s Content-Disposition: attachment; filename=smime.p7s MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIGUDCCAwkw ggJyoAMCAQICECpJVMO68ii+Xfsc1O1YYFIwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UEBhMCWkEx JTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQ ZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA2MTIwOTE5NTEwNVoXDTA3MTIwOTE5NTEw NVowbDEQMA4GA1UEBBMHUnVzc2VsbDEUMBIGA1UEKhMLQ3JhaWcgTGFpcmQxHDAaBgNVBAMTE0Ny YWlnIExhaXJkIFJ1c3NlbGwxJDAiBgkqhkiG9w0BCQEWFUNyYWlnLlJ1c3NlbGxAU3VuLkNPTTCC ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMNAB4Ih+ShsCt89HzqIdwEx8L4o1UHiY6V7 16mrCedfd4Y0/uI7z9Zam8ysgEh+F7aDnQEKmEsVFN35G4nPMfLU6dZYkvADwUjbq82t/dJ3FDDg Q945nHHpqECZff/S/UMho9AFfj6PZvZBAlDCJAayb4RdKIlfuvPW9YcQStQ1IfVJcVuKnC0Q+tdc a4A7zn7IzLOQohO1lTc3hXSBigEIGiGYn6Ny0wmexfA3X1WsXekFx5czd+M4GjDjswn8CNoBmnBr jOTGK1mOsXR6GSRHnly2s9xTdE4qv9qimM+7C2yzMHbKcszV7OQoLsRsZKDh+6u9wYU+TrjcY4ym bA8CAwEAAaMyMDAwIAYDVR0RBBkwF4EVQ3JhaWcuUnVzc2VsbEBTdW4uQ09NMAwGA1UdEwEB/wQC MAAwDQYJKoZIhvcNAQEFBQADgYEAU/EpPDztnb55Fz7iGSVm1mYEVj5m2OQKTYG26POUAomCBRrt /CdBBvqYmcHUTpra0qLELHAQadYFl2v11iQkqwF5PPJs19oU/zA0m5qFnOMTAiCvel7IprIwA2r6 eJR9siaPwDRgVJ/Sj71dD+utwf+nRrNy0/7PMNK5y+ocsYQwggM/MIICqKADAgECAgENMA0GCSqG SIb3DQEBBQUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYDVQQH EwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9DZXJ0aWZp Y2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29uYWwgRnJlZW1h aWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0ZS5jb20wHhcNMDMw NzE3MDAwMDAwWhcNMTMwNzE2MjM1OTU5WjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWls IElzc3VpbmcgQ0EwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMSmPFVzVftOucqZWh5owHUE cJ3f6f+jHuy9zfVb8hp2vX8MOmHyv1HOAdTlUAow1wJjWiyJFXCO3cnwK4Vaqj9xVsuvPAsH5/Ef kTYkKhPPK9Xzgnc9A74r/rsYPge/QIACZNenprufZdHFKlSFD0gEf6e20TxhBEAeZBlyYLf7AgMB AAGjgZQwgZEwEgYDVR0TAQH/BAgwBgEB/wIBADBDBgNVHR8EPDA6MDigNqA0hjJodHRwOi8vY3Js LnRoYXd0ZS5jb20vVGhhd3RlUGVyc29uYWxGcmVlbWFpbENBLmNybDALBgNVHQ8EBAMCAQYwKQYD VR0RBCIwIKQeMBwxGjAYBgNVBAMTEVByaXZhdGVMYWJlbDItMTM4MA0GCSqGSIb3DQEBBQUAA4GB AEiM0VCD6gsuzA2jZqxnD3+vrL7CF6FDlpSdf0whuPg2H6otnzYvwPQcUCCTcDz9reFhYsPZOhl+ hLGZGwDFGguCdJ4lUJRix9sncVcljd2pnDmOjCBPZV+V2vf3h9bGCE6u9uo05RAaWzVNd+NWIXiC 3CEZNd4ksdMdRv9dX2VPMYIDEDCCAwwCAQEwdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhh d3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0ECECpJVMO68ii+Xfsc1O1YYFIwCQYFKw4DAhoFAKCCAW8wGAYJKoZIhvcN AQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMDcwNDA5MDA0NTEwWjAjBgkqhkiG9w0B CQQxFgQU97/AhN/SYXASLtSkpQ+inz0Vx1UwgYUGCSsGAQQBgjcQBDF4MHYwYjELMAkGA1UEBhMC WkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0 ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAqSVTDuvIovl37HNTtWGBSMIGHBgsqhkiG 9w0BCRACCzF4oHYwYjELMAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQ dHkpIEx0ZC4xLDAqBgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAhAq SVTDuvIovl37HNTtWGBSMA0GCSqGSIb3DQEBAQUABIIBAB6gBh6U8qUK5uxyO5QZFegmnlIjd1sF MYg+u+ILixIk43MPUh/UDhAf47gBuS6gJJpMZWFtEQOgvJBQrJqe3jVGHpVwuZyK9kj69w0T1xRy XyUcDr9oz0H1naURLS39YQu2Cu5eFTqSCi2DNQLQmCTSBdpVnGWUgb69S3yT41byHTw60p+49+pY nLhAp1tuDn6woOpIKd41Pp6P9HagzgdmD3rEYadZzyRul5AXp4UqC5VBeCrFRA+8LOkpEjZ17LlQ eaaYjMqKDeZwk3mchiiz7HVKWt3xAJK6xwJ8s3Otw3wxRXw08j8Qml332nlKjSl8gCsoLOZzVFxT 45wPS5MAAAAAAAA= --Apple-Mail-131-203814539--