Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 9483 invoked from network); 28 May 2007 05:40:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2007 05:40:43 -0000 Received: (qmail 82599 invoked by uid 500); 28 May 2007 05:40:47 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 82581 invoked by uid 500); 28 May 2007 05:40:47 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 82572 invoked by uid 99); 28 May 2007 05:40:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 May 2007 22:40:47 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [209.68.5.9] (HELO relay00.pair.com) (209.68.5.9) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 27 May 2007 22:40:41 -0700 Received: (qmail 39778 invoked from network); 28 May 2007 05:40:13 -0000 Received: from 124.43.212.46 (HELO ?10.100.1.213?) (124.43.212.46) by relay00.pair.com with SMTP; 28 May 2007 05:40:13 -0000 X-pair-Authenticated: 124.43.212.46 Message-ID: <465A6B1F.3030507@wso2.com> Date: Mon, 28 May 2007 11:09:43 +0530 From: Thilina Gunarathne User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: Dependency updates References: <46560E1A.6000100@gmail.com> <7edfeeef0705251153y207e56cfxd8f071b06f2db053@mail.gmail.com> <4657A8A1.1010502@gmail.com> <4658B16F.3080603@clownsinmycoffee.net> In-Reply-To: <4658B16F.3080603@clownsinmycoffee.net> X-Enigmail-Version: 0.94.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Adam, >I substituted ${parent.version} and > ${project.version}. > + ${parent.version} Using the above had known issues with the maven uploaded POM files, since maven does not replace the above variable with the actual value when uploading.. I'm not sure whether it's fixed in the latest maven2 releases. Thanks, Thilina > It's a bit pedantic, since it doesn't save much > work when changing versions (each sub-project still needs to know the > parent's version #; I believe maven 2.1 may address this ...) If that > seems pointless/foolish, I can back that part out and re-post. > > Now for the roadblock: xmlsec 1.4.1 is not currently available in the > main maven repo; it appears there's no ASF maven repo the xmlsec folks > might be using to point at, so the POM still references 1.3.0. The > question is why woodstox 3.1.1, while 3.2.1 is available? > > AC > > > ------------------------------------------------------------------------ > > Index: core/pom.xml > =================================================================== > --- core/pom.xml (revision 541937) > +++ core/pom.xml (working copy) > @@ -28,7 +28,7 @@ > abdera-core > jar > Abdera Core > - 0.3.0-incubating-SNAPSHOT > + ${parent.version} > Atom Specification Implementation Core > 2006 > http://incubator.apache.org/abdera > Index: pom.xml > =================================================================== > --- pom.xml (revision 541937) > +++ pom.xml (working copy) > @@ -198,7 +198,7 @@ > > commons-httpclient > commons-httpclient > - 3.0 > + 3.1-rc1 > compile > > > @@ -212,14 +212,14 @@ > > org.apache.ws.commons.axiom > axiom-api > - 1.2.1 > + 1.2.4 > compile > > > > org.apache.ws.commons.axiom > axiom-impl > - 1.2.1 > + 1.2.4 > compile > > > @@ -246,7 +246,7 @@ > > woodstox > wstx-asl > - 2.0.5 > + 3.1.1 > runtime > > > @@ -260,14 +260,14 @@ > > jaxen > jaxen > - 1.1-beta-7 > + 1.1.1 > compile > > > > xml-security > xmlsec > - 1.3.0 > + 1.3.0 > compile > > > Index: parser/pom.xml > =================================================================== > --- parser/pom.xml (revision 541937) > +++ parser/pom.xml (working copy) > @@ -28,7 +28,7 @@ > abdera-parser > jar > Abdera Parser > - 0.3.0-incubating-SNAPSHOT > + ${parent.version} > Atom Specification Implementation Parser > 2006 > http://incubator.apache.org/abdera > @@ -45,7 +45,7 @@ > > org.apache.abdera > abdera-core > - 0.3.0-incubating-SNAPSHOT > + ${parent.version} > compile > > > Index: extensions/pom.xml > =================================================================== > --- extensions/pom.xml (revision 541937) > +++ extensions/pom.xml (working copy) > @@ -28,7 +28,7 @@ > abdera-extensions > jar > Abdera Extensions > - 0.3.0-incubating-SNAPSHOT > + ${parent.version} > Atom Specification Extensions > 2006 > http://incubator.apache.org/abdera > @@ -41,25 +41,25 @@ > > org.apache.abdera > abdera-core > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-parser > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-protocol > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-client > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > Index: protocol/pom.xml > =================================================================== > --- protocol/pom.xml (revision 541937) > +++ protocol/pom.xml (working copy) > @@ -28,7 +28,7 @@ > abdera-protocol > jar > Abdera Protocol Core > - 0.3.0-incubating-SNAPSHOT > + ${parent.version} > Atom Publishing Protocol Implementation Core > 2006 > http://incubator.apache.org/abdera > @@ -41,7 +41,7 @@ > > org.apache.abdera > abdera-core > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > Index: server/pom.xml > =================================================================== > --- server/pom.xml (revision 541937) > +++ server/pom.xml (working copy) > @@ -28,7 +28,7 @@ > abdera-server > jar > Abdera Server > - 0.3.0-incubating-SNAPSHOT > + ${parent.version} > Atom Publishing Protocol Specification Server-Side Implementation > 2006 > http://incubator.apache.org/abdera > @@ -45,19 +45,19 @@ > > org.apache.abdera > abdera-core > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-parser > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-protocol > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > Index: security/pom.xml > =================================================================== > --- security/pom.xml (revision 541937) > +++ security/pom.xml (working copy) > @@ -28,7 +28,7 @@ > abdera-security > jar > Abdera Security > - 0.3.0-incubating-SNAPSHOT > + ${parent.version} > Atom Specification Implementation Security > 2006 > http://incubator.apache.org/abdera > @@ -45,25 +45,25 @@ > > org.apache.abdera > abdera-core > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-parser > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-client > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-protocol > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > Index: client/pom.xml > =================================================================== > --- client/pom.xml (revision 541937) > +++ client/pom.xml (working copy) > @@ -28,7 +28,7 @@ > abdera-client > jar > Abdera Client > - 0.3.0-incubating-SNAPSHOT > + ${parent.version} > Atom Publishing Protocol Client Implementation > 2006 > http://incubator.apache.org/abdera > @@ -45,19 +45,19 @@ > > org.apache.abdera > abdera-core > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-parser > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-protocol > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > Index: examples/pom.xml > =================================================================== > --- examples/pom.xml (revision 541937) > +++ examples/pom.xml (working copy) > @@ -28,7 +28,7 @@ > abdera-examples > jar > Abdera Examples > - 0.3.0-incubating-SNAPSHOT > + ${parent.version} > Atom Specification Implementation Examples > 2006 > http://incubator.apache.org/abdera > @@ -45,43 +45,43 @@ > > org.apache.abdera > abdera-core > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-parser > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-protocol > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-client > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-server > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-extensions > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > > org.apache.abdera > abdera-security > - 0.3.0-incubating-SNAPSHOT > + ${project.version} > compile > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFGWmsfTt0cKycFPQgRAqq1AJ9No7RW4NDdjX7t7g2gk4Paw1EcpwCdHLZK i8BA+FGOPJB+d6vQj5eKFCo= =eEr0 -----END PGP SIGNATURE-----