You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Sander Temme <sc...@apache.org> on 2008/12/22 17:32:20 UTC

[PATCH] Correct typo in commons-configuration POM

Folks,

I run a Gump instance that fails to pick up the output of the commons- 
configuration build because the output jar names mismatch:

Index: default.properties
===================================================================
--- default.properties	(revision 728696)
+++ default.properties	(working copy)
@@ -27,7 +27,7 @@
  component.title = Configuration Utilities

  # The current version number of this component
-component.version = 1.6-SNAPHOT
+component.version = 1.6-SNAPSHOT

  # The name that is used to create the jar file
  final.name = ${component.name}-${component.version}
Index: pom.xml
===================================================================
--- pom.xml	(revision 728696)
+++ pom.xml	(working copy)
@@ -30,7 +30,7 @@
    <modelVersion>4.0.0</modelVersion>
    <groupId>commons-configuration</groupId>
    <artifactId>commons-configuration</artifactId>
-  <version>1.6-SNAPHOT</version>
+  <version>1.6-SNAPSHOT</version>
    <name>Commons Configuration</name>

    <inceptionYear>2001</inceptionYear>


It seems to me that these are clearly typos because Gump is looking  
for commons-configuration-1.6-SNAPSHOT.jar.

Please apply this or let me know to fix the Gump descriptor to match  
the POM... under private cover because I'm not on this lis.

Thanks,

S.

-- 
Sander Temme
sctemme@apache.org
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




Re: [PATCH] Correct typo in commons-configuration POM

Posted by Sander Temme <sc...@apache.org>.
On Dec 23, 2008, at 11:26 AM, Oliver Heger wrote:

> Sander Temme schrieb:
>> Folks,
>> I run a Gump instance that fails to pick up the output of the  
>> commons-configuration build because the output jar names mismatch:
>>
>
> <snip/>
>
>> It seems to me that these are clearly typos because Gump is looking  
>> for commons-configuration-1.6-SNAPSHOT.jar.
>> Please apply this or let me know to fix the Gump descriptor to  
>> match the POM... under private cover because I'm not on this lis.
>> Thanks,
>> S.
>
> This was indeed a typo, which came in when preparing a RC for a new  
> release. Should be fixed in SVN now. Thank you for spotting this!

All credits go to Gump.

S.

-- 
Sander Temme
sctemme@apache.org
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




Re: [PATCH] Correct typo in commons-configuration POM

Posted by Sander Temme <sc...@apache.org>.
On Dec 23, 2008, at 11:26 AM, Oliver Heger wrote:

> Sander Temme schrieb:
>> Folks,
>> I run a Gump instance that fails to pick up the output of the  
>> commons-configuration build because the output jar names mismatch:
>>
>
> <snip/>
>
>> It seems to me that these are clearly typos because Gump is looking  
>> for commons-configuration-1.6-SNAPSHOT.jar.
>> Please apply this or let me know to fix the Gump descriptor to  
>> match the POM... under private cover because I'm not on this lis.
>> Thanks,
>> S.
>
> This was indeed a typo, which came in when preparing a RC for a new  
> release. Should be fixed in SVN now. Thank you for spotting this!

All credits go to Gump.

S.

-- 
Sander Temme
sctemme@apache.org
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF




Re: [PATCH] Correct typo in commons-configuration POM

Posted by Oliver Heger <ol...@oliver-heger.de>.
Sander Temme schrieb:
> Folks,
> 
> I run a Gump instance that fails to pick up the output of the 
> commons-configuration build because the output jar names mismatch:
>  

<snip/>

> It seems to me that these are clearly typos because Gump is looking for 
> commons-configuration-1.6-SNAPSHOT.jar.
> 
> Please apply this or let me know to fix the Gump descriptor to match the 
> POM... under private cover because I'm not on this lis.
> 
> Thanks,
> 
> S.
> 

This was indeed a typo, which came in when preparing a RC for a new 
release. Should be fixed in SVN now. Thank you for spotting this!

Oliver

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