From dev-return-8703-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Tue Jul 22 21:09:09 2008 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 54097 invoked from network); 22 Jul 2008 21:09:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 21:09:09 -0000 Received: (qmail 77617 invoked by uid 500); 22 Jul 2008 21:09:08 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 77597 invoked by uid 500); 22 Jul 2008 21:09:08 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 77586 invoked by uid 99); 22 Jul 2008 21:09:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 14:09:08 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kwsutter@gmail.com designates 209.85.198.227 as permitted sender) Received: from [209.85.198.227] (HELO rv-out-0506.google.com) (209.85.198.227) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 21:08:14 +0000 Received: by rv-out-0506.google.com with SMTP id g37so1592219rvb.33 for ; Tue, 22 Jul 2008 14:08:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=bjF6yvdV7ytQPUpsiLszyIGApZoMx4VoIz0HGe30fcE=; b=vgfDvDpB8f1AyyY6YA/FniAAVikTxNQ0xJ59mjiu/RN/FjyxSm8cEGMaYxK4snWiJW e/MpaMSZtxGkRsfmLBd1i8UfdGqqkkdkTzsj5yzNB22UO1Nfj05DdQAO6uzErYNiIcVS WZw49I+hVwOBIo0MdAoYxczpFcU7jOHY/iBpU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=uQAteIfzFMYHORjEyCstjPg0T3AsvMWuTEblW4ZgTpMP2caTWzdyCJjuZV7duRFn9+ RxilwAqAjZPVP3fZo3TA2TKcX2F1svThJXN6lQ4uOYmThMXsA9pXT5OtB5kBv6QrjVPG Mib+AwNwGEzIb9vlyfOA55U0b+QVo+2UmBnzs= Received: by 10.141.89.13 with SMTP id r13mr160376rvl.88.1216760918794; Tue, 22 Jul 2008 14:08:38 -0700 (PDT) Received: by 10.140.248.21 with HTTP; Tue, 22 Jul 2008 14:08:38 -0700 (PDT) Message-ID: <89c0c52c0807221408o71e1a4adt194dbb9c20e741ff@mail.gmail.com> Date: Tue, 22 Jul 2008 16:08:38 -0500 From: "Kevin Sutter" To: dev@openjpa.apache.org Subject: Re: [VOTE] Approve OpenJPA 1.0.3 release In-Reply-To: <89c0c52c0807210749n7c2bc794hb39bcd5b9c9d94a@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_67995_14998965.1216760918792" References: <72c1350f0807171432u4406b037p6ff5d0dea43eea7a@mail.gmail.com> <89c0c52c0807210749n7c2bc794hb39bcd5b9c9d94a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_67995_14998965.1216760918792 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline +1 for the release. I don't have the capabilities to test out all of the required signature files, but, the general content of the release looks solid. And, the sniff testing all looks good. Thanks, Mike, Kevin On Mon, Jul 21, 2008 at 9:49 AM, Kevin Sutter wrote: > As I was attempting to verify some of the driver artifacts, I came across > an item that confused me. So, maybe it would confuse other readers as > well... > > When looking at the driver, I followed the openjpa"-all" path (note that > the "-all" is dropped from our package names when doing a release). In this > directory, I found the following files: > > Index of > /~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/openjpa/1.0.3 > > openjpa-1.0.3-sources.jar > > : > openjpa-1.0.3.jar > : > openjpa-1.0.3.pom > > What threw me for a second was the openjpa-1.0.3-sources.jar. Since the > openjpa-1.0.3.jar aggregates all of the binary class files for the project, > I figured the sources jar file would contain all of the source for the > project. But, no, only the sources for the openjpa"-all" sub-project were > includes (3 text files). > > I ran this by Mike and he explained that this was a known situation with > the processing of the openjpa"-all" sub-project. The collecting of the > binary class files in this sub-project is just a convenience while we are > doing development of the OpenJPA project. The real collection of binary, > source, and javadoc for the whole project is in the apache-openjpa > directory: > > Index of > /~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3 > > Since I was briefly confused, I thought maybe others would be as well, thus > this note. > > Kevin > > On Thu, Jul 17, 2008 at 4:32 PM, Michael Dick > wrote: > >> OpenJPA Developers, >> >> A candidate build for OpenJPA 1.0.3 is available on >> http://people.apache.org/~mikedd < >> http://people.apache.org/%7Emikedd> in the >> following locations. >> >> Source archive: >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-source.zip >> > >> Binary archive: >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/apache-openjpa-1.0.3-binary.zip >> > >> *GPG signatures and checksums (MD5 and SHA1) can be found in the parent >> directory: >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/ >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-repo/org/apache/openjpa/apache-openjpa/1.0.3/ >> > >> >> Documentation has also been published in the following locations. >> Manual : >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/ >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/manual/ >> > >> Javadoc : >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/ >> < >> http://people.apache.org/%7Emikedd/openjpa/1.0.3/staging-site/apache-openjpa-1.0.3/docs/javadoc/ >> > >> Release Notes : >> >> http://svn.apache.org/viewvc/openjpa/tags/1.0.3/openjpa-project/RELEASE-NOTES.html?revision=677734&view=markup >> >> In addition maven artifacts have been published to a staging repository on >> people.apache.org. You may use the staging repository by adding the >> following information in pom.xml : >> >> . . . >> >> OpenJPA 1.0.3 staging repository >> OpenJPA 1.0.3 staging repository >> >> >> http://people.apache.org/~mikedd/openjpa/1.0.3/staging-repo/ >> >> >> >> >> >> . . . >> >> . . . >> >> org.apache.openjpa >> openjpa >> 1.0.3 >> >> >> >> The Release Audit Tool maven plugin was executed with the build candidate >> and no problems were found. >> >> Please vote to publish this incubating release on the project Web page: >> http://cwiki.apache.org/openjpa/downloads.html >> >> This vote will remain open until 4:35 CST Tuesday July 22, 2008. A "+1" >> indicates that you approve of the release, a "-1" indicates a vote against >> making a release. >> >> Thanks in advance for your help in ratifying this release! >> >> -- -Michael Dick >> > > ------=_Part_67995_14998965.1216760918792--