You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Dennis Lundberg <de...@apache.org> on 2007/08/22 22:20:56 UTC

Re: svn commit: r568574 - in /commons/proper: beanutils/trunk/pom.xml chain/trunk/pom.xml codec/trunk/pom.xml configuration/trunk/pom.xml dbcp/trunk/pom.xml email/trunk/pom.xml io/trunk/pom.xml jci/trunk/pom.xml vfs/trunk/pom.xml

bayard@apache.org wrote:
> Author: bayard
> Date: Wed Aug 22 04:50:58 2007
> New Revision: 568574
> 
> URL: http://svn.apache.org/viewvc?rev=568574&view=rev
> Log:
> Removing the 'Commons ' from the names so all components are equivalent. This makes it look best in Continuum; no idea if it affects other places, but half of them don't have it so it hasn't been hurting them

This is not a good idea. The "name" is used by the M2 site-plugin among 
other things. Since we aren't using M2 for site generation in proper 
yet, the problem hasn't shown itself yet. Components should have 
<name>Commons Foo</name> in the pom.xml file. If they don't, we will 
have to tweak in other places... See also the sample pom [1] in 
commons-build.

[1] 
https://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/samples/pom.xml.sample

> 
> Modified:
>     commons/proper/beanutils/trunk/pom.xml
>     commons/proper/chain/trunk/pom.xml
>     commons/proper/codec/trunk/pom.xml
>     commons/proper/configuration/trunk/pom.xml
>     commons/proper/dbcp/trunk/pom.xml
>     commons/proper/email/trunk/pom.xml
>     commons/proper/io/trunk/pom.xml
>     commons/proper/jci/trunk/pom.xml
>     commons/proper/vfs/trunk/pom.xml
> 
> Modified: commons/proper/beanutils/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> ==============================================================================
> --- commons/proper/beanutils/trunk/pom.xml (original)
> +++ commons/proper/beanutils/trunk/pom.xml Wed Aug 22 04:50:58 2007
> @@ -28,7 +28,7 @@
>    <groupId>commons-beanutils</groupId>
>    <artifactId>commons-beanutils</artifactId>
>    <version>1.8.0-SNAPSHOT</version>
> -  <name>Commons BeanUtils</name>
> +  <name>BeanUtils</name>
>  
>    <inceptionYear>2000</inceptionYear>
>    <description>BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.</description>
> 
> Modified: commons/proper/chain/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> ==============================================================================
> --- commons/proper/chain/trunk/pom.xml (original)
> +++ commons/proper/chain/trunk/pom.xml Wed Aug 22 04:50:58 2007
> @@ -27,7 +27,7 @@
>      <groupId>commons-chain</groupId>
>      <artifactId>commons-chain</artifactId>
>      <version>1.2-SNAPSHOT</version>
> -    <name>Commons Chain</name>
> +    <name>Chain</name>
>      <description>
>          An implmentation of the GoF Chain of Responsibility pattern
>      </description>
> 
> Modified: commons/proper/codec/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> ==============================================================================
> --- commons/proper/codec/trunk/pom.xml (original)
> +++ commons/proper/codec/trunk/pom.xml Wed Aug 22 04:50:58 2007
> @@ -28,7 +28,7 @@
>    <groupId>commons-codec</groupId>
>    <artifactId>commons-codec</artifactId>
>    <version>1.4-SNAPSHOT</version>
> -  <name>Commons Codec</name>
> +  <name>Codec</name>
>  
>    <inceptionYear>2002</inceptionYear>
>      <description>
> 
> Modified: commons/proper/configuration/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> ==============================================================================
> --- commons/proper/configuration/trunk/pom.xml (original)
> +++ commons/proper/configuration/trunk/pom.xml Wed Aug 22 04:50:58 2007
> @@ -31,7 +31,7 @@
>    <groupId>commons-configuration</groupId>
>    <artifactId>commons-configuration</artifactId>
>    <version>1.5-SNAPSHOT</version>
> -  <name>Commons Configuration</name>
> +  <name>Configuration</name>
>  
>    <inceptionYear>2001</inceptionYear>
>      <description>
> 
> Modified: commons/proper/dbcp/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> ==============================================================================
> --- commons/proper/dbcp/trunk/pom.xml (original)
> +++ commons/proper/dbcp/trunk/pom.xml Wed Aug 22 04:50:58 2007
> @@ -28,7 +28,7 @@
>    <groupId>commons-dbcp</groupId>
>    <artifactId>commons-dbcp</artifactId>
>    <version>1.3-SNAPSHOT</version>
> -  <name>Commons DBCP</name>
> +  <name>DBCP</name>
>  
>    <inceptionYear>2001</inceptionYear>
>    <description>Commons Database Connection Pooling</description>
> 
> Modified: commons/proper/email/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> ==============================================================================
> --- commons/proper/email/trunk/pom.xml (original)
> +++ commons/proper/email/trunk/pom.xml Wed Aug 22 04:50:58 2007
> @@ -28,7 +28,7 @@
>      <groupId>commons-email</groupId>
>      <artifactId>commons-email</artifactId>
>      <version>1.1-SNAPSHOT</version>
> -    <name>Commons-Email</name>
> +    <name>Email</name>
>  
>      <inceptionYear>2001</inceptionYear>
>      <description>
> 
> Modified: commons/proper/io/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> ==============================================================================
> --- commons/proper/io/trunk/pom.xml (original)
> +++ commons/proper/io/trunk/pom.xml Wed Aug 22 04:50:58 2007
> @@ -28,7 +28,7 @@
>    <groupId>commons-io</groupId>
>    <artifactId>commons-io</artifactId>
>    <version>1.4-SNAPSHOT</version>
> -  <name>Commons IO</name>
> +  <name>IO</name>
>  
>    <inceptionYear>2002</inceptionYear>
>    <description>
> 
> Modified: commons/proper/jci/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> ==============================================================================
> --- commons/proper/jci/trunk/pom.xml (original)
> +++ commons/proper/jci/trunk/pom.xml Wed Aug 22 04:50:58 2007
> @@ -28,7 +28,7 @@
>      <groupId>org.apache.commons</groupId>
>      <artifactId>commons-jci</artifactId>
>      <version>1.1-SNAPSHOT</version>
> -    <name>Commons JCI</name>
> +    <name>JCI</name>
>      <description>
>          Commons JCI is a java compiler interface. It can be used to either compile java (or any other language that can be compiled to java classes like e.g. groovy or javascript) to java. It is well integrated with a FAM (FilesystemAlterationMonitor) that can be used with the JCI compiling/reloading classloader. All the currently supported compilers (even javac before java6) feature in-memory compilation.
>      </description>
> 
> Modified: commons/proper/vfs/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> ==============================================================================
> --- commons/proper/vfs/trunk/pom.xml (original)
> +++ commons/proper/vfs/trunk/pom.xml Wed Aug 22 04:50:58 2007
> @@ -28,7 +28,7 @@
>    <modelVersion>4.0.0</modelVersion>
>    <groupId>org.apache.commons</groupId>
>    <artifactId>commons-vfs-project</artifactId>
> -  <name>Commons VFS (project)</name>
> +  <name>VFS</name>
>    <description>VFS is a Virtual File System library.</description>
>    <packaging>pom</packaging>
>    <version>1.1-SNAPSHOT</version>
> 
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r568574 - in /commons/proper: beanutils/trunk/pom.xml chain/trunk/pom.xml codec/trunk/pom.xml configuration/trunk/pom.xml dbcp/trunk/pom.xml email/trunk/pom.xml io/trunk/pom.xml jci/trunk/pom.xml vfs/trunk/pom.xml

Posted by Henri Yandell <fl...@gmail.com>.
'Commons' was removed because it was 50% one way and 50% the other
way. So I went the way easy for me :)

All the Sandbox ones had Commons in front of though, so that would
have swung the numbers if I'd been looking at that.

I'll go ahead and change things back tomorrow.

Hen

On 8/22/07, Ben Speakmon <bs...@apache.org> wrote:
> I'm on board with the SCM URL change, but I agree with Dennis. Is it that
> much of a burden to just edit the name in Continuum once the pom.xml has
> been added?
>
> On 8/22/07, Dennis Lundberg <de...@apache.org> wrote:
> >
> > bayard@apache.org wrote:
> > > Author: bayard
> > > Date: Wed Aug 22 04:50:58 2007
> > > New Revision: 568574
> > >
> > > URL: http://svn.apache.org/viewvc?rev=568574&view=rev
> > > Log:
> > > Removing the 'Commons ' from the names so all components are equivalent.
> > This makes it look best in Continuum; no idea if it affects other places,
> > but half of them don't have it so it hasn't been hurting them
> >
> > This is not a good idea. The "name" is used by the M2 site-plugin among
> > other things. Since we aren't using M2 for site generation in proper
> > yet, the problem hasn't shown itself yet. Components should have
> > <name>Commons Foo</name> in the pom.xml file. If they don't, we will
> > have to tweak in other places... See also the sample pom [1] in
> > commons-build.
> >
> > [1]
> >
> > https://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/samples/pom.xml.sample
> >
> > >
> > > Modified:
> > >     commons/proper/beanutils/trunk/pom.xml
> > >     commons/proper/chain/trunk/pom.xml
> > >     commons/proper/codec/trunk/pom.xml
> > >     commons/proper/configuration/trunk/pom.xml
> > >     commons/proper/dbcp/trunk/pom.xml
> > >     commons/proper/email/trunk/pom.xml
> > >     commons/proper/io/trunk/pom.xml
> > >     commons/proper/jci/trunk/pom.xml
> > >     commons/proper/vfs/trunk/pom.xml
> > >
> > > Modified: commons/proper/beanutils/trunk/pom.xml
> > > URL:
> > http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> > >
> > ==============================================================================
> > > --- commons/proper/beanutils/trunk/pom.xml (original)
> > > +++ commons/proper/beanutils/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > > @@ -28,7 +28,7 @@
> > >    <groupId>commons-beanutils</groupId>
> > >    <artifactId>commons-beanutils</artifactId>
> > >    <version>1.8.0-SNAPSHOT</version>
> > > -  <name>Commons BeanUtils</name>
> > > +  <name>BeanUtils</name>
> > >
> > >    <inceptionYear>2000</inceptionYear>
> > >    <description>BeanUtils provides an easy-to-use but flexible wrapper
> > around reflection and introspection.</description>
> > >
> > > Modified: commons/proper/chain/trunk/pom.xml
> > > URL:
> > http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> > >
> > ==============================================================================
> > > --- commons/proper/chain/trunk/pom.xml (original)
> > > +++ commons/proper/chain/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > > @@ -27,7 +27,7 @@
> > >      <groupId>commons-chain</groupId>
> > >      <artifactId>commons-chain</artifactId>
> > >      <version>1.2-SNAPSHOT</version>
> > > -    <name>Commons Chain</name>
> > > +    <name>Chain</name>
> > >      <description>
> > >          An implmentation of the GoF Chain of Responsibility pattern
> > >      </description>
> > >
> > > Modified: commons/proper/codec/trunk/pom.xml
> > > URL:
> > http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> > >
> > ==============================================================================
> > > --- commons/proper/codec/trunk/pom.xml (original)
> > > +++ commons/proper/codec/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > > @@ -28,7 +28,7 @@
> > >    <groupId>commons-codec</groupId>
> > >    <artifactId>commons-codec</artifactId>
> > >    <version>1.4-SNAPSHOT</version>
> > > -  <name>Commons Codec</name>
> > > +  <name>Codec</name>
> > >
> > >    <inceptionYear>2002</inceptionYear>
> > >      <description>
> > >
> > > Modified: commons/proper/configuration/trunk/pom.xml
> > > URL:
> > http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> > >
> > ==============================================================================
> > > --- commons/proper/configuration/trunk/pom.xml (original)
> > > +++ commons/proper/configuration/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > > @@ -31,7 +31,7 @@
> > >    <groupId>commons-configuration</groupId>
> > >    <artifactId>commons-configuration</artifactId>
> > >    <version>1.5-SNAPSHOT</version>
> > > -  <name>Commons Configuration</name>
> > > +  <name>Configuration</name>
> > >
> > >    <inceptionYear>2001</inceptionYear>
> > >      <description>
> > >
> > > Modified: commons/proper/dbcp/trunk/pom.xml
> > > URL:
> > http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> > >
> > ==============================================================================
> > > --- commons/proper/dbcp/trunk/pom.xml (original)
> > > +++ commons/proper/dbcp/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > > @@ -28,7 +28,7 @@
> > >    <groupId>commons-dbcp</groupId>
> > >    <artifactId>commons-dbcp</artifactId>
> > >    <version>1.3-SNAPSHOT</version>
> > > -  <name>Commons DBCP</name>
> > > +  <name>DBCP</name>
> > >
> > >    <inceptionYear>2001</inceptionYear>
> > >    <description>Commons Database Connection Pooling</description>
> > >
> > > Modified: commons/proper/email/trunk/pom.xml
> > > URL:
> > http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> > >
> > ==============================================================================
> > > --- commons/proper/email/trunk/pom.xml (original)
> > > +++ commons/proper/email/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > > @@ -28,7 +28,7 @@
> > >      <groupId>commons-email</groupId>
> > >      <artifactId>commons-email</artifactId>
> > >      <version>1.1-SNAPSHOT</version>
> > > -    <name>Commons-Email</name>
> > > +    <name>Email</name>
> > >
> > >      <inceptionYear>2001</inceptionYear>
> > >      <description>
> > >
> > > Modified: commons/proper/io/trunk/pom.xml
> > > URL:
> > http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> > >
> > ==============================================================================
> > > --- commons/proper/io/trunk/pom.xml (original)
> > > +++ commons/proper/io/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > > @@ -28,7 +28,7 @@
> > >    <groupId>commons-io</groupId>
> > >    <artifactId>commons-io</artifactId>
> > >    <version>1.4-SNAPSHOT</version>
> > > -  <name>Commons IO</name>
> > > +  <name>IO</name>
> > >
> > >    <inceptionYear>2002</inceptionYear>
> > >    <description>
> > >
> > > Modified: commons/proper/jci/trunk/pom.xml
> > > URL:
> > http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> > >
> > ==============================================================================
> > > --- commons/proper/jci/trunk/pom.xml (original)
> > > +++ commons/proper/jci/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > > @@ -28,7 +28,7 @@
> > >      <groupId>org.apache.commons</groupId>
> > >      <artifactId>commons-jci</artifactId>
> > >      <version>1.1-SNAPSHOT</version>
> > > -    <name>Commons JCI</name>
> > > +    <name>JCI</name>
> > >      <description>
> > >          Commons JCI is a java compiler interface. It can be used to
> > either compile java (or any other language that can be compiled to java
> > classes like e.g. groovy or javascript) to java. It is well integrated
> > with a FAM (FilesystemAlterationMonitor) that can be used with the JCI
> > compiling/reloading classloader. All the currently supported compilers (even
> > javac before java6) feature in-memory compilation.
> > >      </description>
> > >
> > > Modified: commons/proper/vfs/trunk/pom.xml
> > > URL:
> > http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> > >
> > ==============================================================================
> > > --- commons/proper/vfs/trunk/pom.xml (original)
> > > +++ commons/proper/vfs/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > > @@ -28,7 +28,7 @@
> > >    <modelVersion>4.0.0</modelVersion>
> > >    <groupId>org.apache.commons</groupId>
> > >    <artifactId>commons-vfs-project</artifactId>
> > > -  <name>Commons VFS (project)</name>
> > > +  <name>VFS</name>
> > >    <description>VFS is a Virtual File System library.</description>
> > >    <packaging>pom</packaging>
> > >    <version>1.1-SNAPSHOT</version>
> > >
> > >
> > >
> >
> >
> > --
> > Dennis Lundberg
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r568574 - in /commons/proper: beanutils/trunk/pom.xml chain/trunk/pom.xml codec/trunk/pom.xml configuration/trunk/pom.xml dbcp/trunk/pom.xml email/trunk/pom.xml io/trunk/pom.xml jci/trunk/pom.xml vfs/trunk/pom.xml

Posted by Ben Speakmon <bs...@apache.org>.
I'm on board with the SCM URL change, but I agree with Dennis. Is it that
much of a burden to just edit the name in Continuum once the pom.xml has
been added?

On 8/22/07, Dennis Lundberg <de...@apache.org> wrote:
>
> bayard@apache.org wrote:
> > Author: bayard
> > Date: Wed Aug 22 04:50:58 2007
> > New Revision: 568574
> >
> > URL: http://svn.apache.org/viewvc?rev=568574&view=rev
> > Log:
> > Removing the 'Commons ' from the names so all components are equivalent.
> This makes it look best in Continuum; no idea if it affects other places,
> but half of them don't have it so it hasn't been hurting them
>
> This is not a good idea. The "name" is used by the M2 site-plugin among
> other things. Since we aren't using M2 for site generation in proper
> yet, the problem hasn't shown itself yet. Components should have
> <name>Commons Foo</name> in the pom.xml file. If they don't, we will
> have to tweak in other places... See also the sample pom [1] in
> commons-build.
>
> [1]
>
> https://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/samples/pom.xml.sample
>
> >
> > Modified:
> >     commons/proper/beanutils/trunk/pom.xml
> >     commons/proper/chain/trunk/pom.xml
> >     commons/proper/codec/trunk/pom.xml
> >     commons/proper/configuration/trunk/pom.xml
> >     commons/proper/dbcp/trunk/pom.xml
> >     commons/proper/email/trunk/pom.xml
> >     commons/proper/io/trunk/pom.xml
> >     commons/proper/jci/trunk/pom.xml
> >     commons/proper/vfs/trunk/pom.xml
> >
> > Modified: commons/proper/beanutils/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> >
> ==============================================================================
> > --- commons/proper/beanutils/trunk/pom.xml (original)
> > +++ commons/proper/beanutils/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > @@ -28,7 +28,7 @@
> >    <groupId>commons-beanutils</groupId>
> >    <artifactId>commons-beanutils</artifactId>
> >    <version>1.8.0-SNAPSHOT</version>
> > -  <name>Commons BeanUtils</name>
> > +  <name>BeanUtils</name>
> >
> >    <inceptionYear>2000</inceptionYear>
> >    <description>BeanUtils provides an easy-to-use but flexible wrapper
> around reflection and introspection.</description>
> >
> > Modified: commons/proper/chain/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> >
> ==============================================================================
> > --- commons/proper/chain/trunk/pom.xml (original)
> > +++ commons/proper/chain/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > @@ -27,7 +27,7 @@
> >      <groupId>commons-chain</groupId>
> >      <artifactId>commons-chain</artifactId>
> >      <version>1.2-SNAPSHOT</version>
> > -    <name>Commons Chain</name>
> > +    <name>Chain</name>
> >      <description>
> >          An implmentation of the GoF Chain of Responsibility pattern
> >      </description>
> >
> > Modified: commons/proper/codec/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> >
> ==============================================================================
> > --- commons/proper/codec/trunk/pom.xml (original)
> > +++ commons/proper/codec/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > @@ -28,7 +28,7 @@
> >    <groupId>commons-codec</groupId>
> >    <artifactId>commons-codec</artifactId>
> >    <version>1.4-SNAPSHOT</version>
> > -  <name>Commons Codec</name>
> > +  <name>Codec</name>
> >
> >    <inceptionYear>2002</inceptionYear>
> >      <description>
> >
> > Modified: commons/proper/configuration/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> >
> ==============================================================================
> > --- commons/proper/configuration/trunk/pom.xml (original)
> > +++ commons/proper/configuration/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > @@ -31,7 +31,7 @@
> >    <groupId>commons-configuration</groupId>
> >    <artifactId>commons-configuration</artifactId>
> >    <version>1.5-SNAPSHOT</version>
> > -  <name>Commons Configuration</name>
> > +  <name>Configuration</name>
> >
> >    <inceptionYear>2001</inceptionYear>
> >      <description>
> >
> > Modified: commons/proper/dbcp/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> >
> ==============================================================================
> > --- commons/proper/dbcp/trunk/pom.xml (original)
> > +++ commons/proper/dbcp/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > @@ -28,7 +28,7 @@
> >    <groupId>commons-dbcp</groupId>
> >    <artifactId>commons-dbcp</artifactId>
> >    <version>1.3-SNAPSHOT</version>
> > -  <name>Commons DBCP</name>
> > +  <name>DBCP</name>
> >
> >    <inceptionYear>2001</inceptionYear>
> >    <description>Commons Database Connection Pooling</description>
> >
> > Modified: commons/proper/email/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> >
> ==============================================================================
> > --- commons/proper/email/trunk/pom.xml (original)
> > +++ commons/proper/email/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > @@ -28,7 +28,7 @@
> >      <groupId>commons-email</groupId>
> >      <artifactId>commons-email</artifactId>
> >      <version>1.1-SNAPSHOT</version>
> > -    <name>Commons-Email</name>
> > +    <name>Email</name>
> >
> >      <inceptionYear>2001</inceptionYear>
> >      <description>
> >
> > Modified: commons/proper/io/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> >
> ==============================================================================
> > --- commons/proper/io/trunk/pom.xml (original)
> > +++ commons/proper/io/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > @@ -28,7 +28,7 @@
> >    <groupId>commons-io</groupId>
> >    <artifactId>commons-io</artifactId>
> >    <version>1.4-SNAPSHOT</version>
> > -  <name>Commons IO</name>
> > +  <name>IO</name>
> >
> >    <inceptionYear>2002</inceptionYear>
> >    <description>
> >
> > Modified: commons/proper/jci/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> >
> ==============================================================================
> > --- commons/proper/jci/trunk/pom.xml (original)
> > +++ commons/proper/jci/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > @@ -28,7 +28,7 @@
> >      <groupId>org.apache.commons</groupId>
> >      <artifactId>commons-jci</artifactId>
> >      <version>1.1-SNAPSHOT</version>
> > -    <name>Commons JCI</name>
> > +    <name>JCI</name>
> >      <description>
> >          Commons JCI is a java compiler interface. It can be used to
> either compile java (or any other language that can be compiled to java
> classes like e.g. groovy or javascript) to java. It is well integrated
> with a FAM (FilesystemAlterationMonitor) that can be used with the JCI
> compiling/reloading classloader. All the currently supported compilers (even
> javac before java6) feature in-memory compilation.
> >      </description>
> >
> > Modified: commons/proper/vfs/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=568574&r1=568573&r2=568574&view=diff
> >
> ==============================================================================
> > --- commons/proper/vfs/trunk/pom.xml (original)
> > +++ commons/proper/vfs/trunk/pom.xml Wed Aug 22 04:50:58 2007
> > @@ -28,7 +28,7 @@
> >    <modelVersion>4.0.0</modelVersion>
> >    <groupId>org.apache.commons</groupId>
> >    <artifactId>commons-vfs-project</artifactId>
> > -  <name>Commons VFS (project)</name>
> > +  <name>VFS</name>
> >    <description>VFS is a Virtual File System library.</description>
> >    <packaging>pom</packaging>
> >    <version>1.1-SNAPSHOT</version>
> >
> >
> >
>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>