How close is the dependency analyzer shared piece from coming out of the sandbox and being released?
-----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jörg Schaible Sent: Tuesday, February 27, 2007 10:26 AM To: [email protected] Subject: Re: svn commit: r512016 - /maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml Dan Tran wrote: > I think you broke the convention of 2 spaces indentation for xml file > ;-) Well, no. All the lines had tab indention except the new ones I added. So I converted them into tabs also ;-) - Jörg > > On 2/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> Author: joehni >> Date: Mon Feb 26 13:19:19 2007 >> New Revision: 512016 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=512016 >> Log: >> Format new XML part. >> >> Modified: >> maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml >> >> Modified: maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml >> URL: >> http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml?view=diff&rev=512016&r1=512015&r2=512016 >> >> ============================================================================== >> --- maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml >> (original) +++ >> maven/sandbox/trunk/plugins/maven-dependency-plugin/pom.xml Mon Feb >> 26 >> 13:19:19 2007 @@ -217,11 +217,11 @@ >> <artifactId>plexus-container-default</artifactId> >> <version>1.0-alpha-9</version> >> </dependency> >> - <dependency> >> - <groupId>org.apache.maven.shared</groupId> >> - <artifactId>maven-dependency-analyzer</artifactId> >> - <version>1.0-SNAPSHOT</version> >> - </dependency> >> + <dependency> >> + <groupId>org.apache.maven.shared</groupId> >> + <artifactId>maven-dependency-analyzer</artifactId> >> + <version>1.0-SNAPSHOT</version> >> + </dependency> >> </dependencies> >> <!--reporting> >> <plugins> >> >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
