Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 7770 invoked from network); 11 Apr 2007 01:15:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Apr 2007 01:15:03 -0000 Received: (qmail 57140 invoked by uid 500); 11 Apr 2007 01:15:09 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 57105 invoked by uid 500); 11 Apr 2007 01:15:09 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 57094 invoked by uid 99); 11 Apr 2007 01:15:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2007 18:15:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jason.dillon@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2007 18:14:58 -0700 Received: by py-out-1112.google.com with SMTP id f31so17789pyh for ; Tue, 10 Apr 2007 18:14:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=uCyL1Y1X7tOHJL7qzF6tiVEQKF+9U9GCe4gZ5Hs3w71yd0HmsLzCBG6SMyxxLdLo+vb4kFH22extKEf6UZ1yYl/lgAFZFxH1KIZGHEPF+wOgy6CKkO28VDUZ5miEmUA/6PnDAl9dsve+bIczUBBfW1c/P+7Dd9JvhPDdm8yDwCA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=WZSBaAzXTexzEcVy7Yhf+VRJrOT/FpsqfkcTmID8zsqpdxD2/NSLIEmoDRslGwPLvJ9SRb8PAvXne7cQopUiGqVnpQdoAOb/M0wzmOPn9GbeminVxh4Wb4VNbocOi3KwPMAbGCrTkodTYoVaNRX14ULylP9j+Q7Sqf3230jYCUQ= Received: by 10.35.106.1 with SMTP id i1mr117771pym.1176254078049; Tue, 10 Apr 2007 18:14:38 -0700 (PDT) Received: from ?10.0.1.2? ( [24.7.69.241]) by mx.google.com with ESMTP id z80sm284973pyg.2007.04.10.18.14.36; Tue, 10 Apr 2007 18:14:37 -0700 (PDT) In-Reply-To: <20070411010144.B2C221A9838@eris.apache.org> References: <20070411010144.B2C221A9838@eris.apache.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <32282CD4-6FC0-4146-B6D5-FC2BEB57A2E1@planet57.com> Cc: scm@geronimo.apache.org Content-Transfer-Encoding: 7bit From: Jason Dillon Subject: Re: svn commit: r527355 - /geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java Date: Tue, 10 Apr 2007 18:14:33 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org Yikes... why is there version information hard coded here? This is just asking for things to get out of sync. :-( --jason On Apr 10, 2007, at 6:01 PM, dims@apache.org wrote: > Author: dims > Date: Tue Apr 10 18:01:43 2007 > New Revision: 527355 > > URL: http://svn.apache.org/viewvc?view=rev&rev=527355 > Log: > drop the SNAPSHOT for jaxws rt and tools > > Modified: > geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/ > java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java > > Modified: geronimo/server/trunk/modules/geronimo-axis2-builder/src/ > main/java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java > URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/ > geronimo-axis2-builder/src/main/java/org/apache/geronimo/axis2/ > builder/Axis2BuilderUtil.java?view=diff&rev=527355&r1=527354&r2=527355 > ====================================================================== > ======== > --- geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/ > java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java > (original) > +++ geronimo/server/trunk/modules/geronimo-axis2-builder/src/main/ > java/org/apache/geronimo/axis2/builder/Axis2BuilderUtil.java Tue > Apr 10 18:01:43 2007 > @@ -42,8 +42,8 @@ > private final static Artifact JAXB_API_ARTIFACT = new Artifact > ("javax.xml.bind","jaxb-api", "2.0", "jar"); > private final static Artifact JAXB_IMPL_ARTIFACT = new Artifact > ("com.sun.xml.bind","jaxb-impl", "2.0.3", "jar"); > private final static Artifact JAXB_XJC_ARTIFACT = new Artifact > ("com.sun.xml.bind","jaxb-xjc", "2.0.3", "jar"); > - private final static Artifact JAXWS_TOOLS_ARTIFACT = new > Artifact("com.sun.xml.ws","jaxws-tools", "2.0-SNAPSHOT", "jar"); > - private final static Artifact JAXWS_RT_ARTIFACT = new Artifact > ("com.sun.xml.ws","jaxws-rt", "2.0-SNAPSHOT", "jar"); > + private final static Artifact JAXWS_TOOLS_ARTIFACT = new > Artifact("com.sun.xml.ws","jaxws-tools", "2.0", "jar"); > + private final static Artifact JAXWS_RT_ARTIFACT = new Artifact > ("com.sun.xml.ws","jaxws-rt", "2.0", "jar"); > private final static Artifact > GERONIMO_ACTIVATION_SPEC_ARTIFACT = new Artifact > ("org.apache.geronimo.specs","geronimo-activation_1.1_spec", "1.0- > SNAPSHOT", "jar"); > private final static Artifact GERONIMO_ANNOTATION_ARTIFACT = > new Artifact("org.apache.geronimo.specs","geronimo- > annotation_1.0_spec", "1.0", "jar"); > private final static Artifact GERONIMO_WS_METADATA_ARTIFACT = > new Artifact("org.apache.geronimo.specs","geronimo-ws- > metadata_2.0_spec", "1.1-SNAPSHOT", "jar"); > >