You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Johannes Schneider <ma...@cedarsoft.com> on 2010/01/19 12:16:58 UTC

Metadata: Latest needs some explanation...

Hi,

I have found that metadata.xml:
Why is the latest version 1.2.1-SNAPSHOT and not 2.0.6-SNAPSHOT?
Any hints? I think I miss something fundamentally,


Thanks,

Johannes


<?xml version="1.0" encoding="UTF-8"?>
<metadata>
   <groupId>com.cedarsoft</groupId>
   <artifactId>open</artifactId>
   <versioning>
     <latest>1.2.1-SNAPSHOT</latest>
     <release></release>
     <versions>
       <version>1.0.3-SNAPSHOT</version>
       <version>1.0.4-SNAPSHOT</version>
       <version>1.0.5-SNAPSHOT</version>
       <version>1.0.6-SNAPSHOT</version>
       <version>1.0.7-SNAPSHOT</version>
       <version>1.0.8-SNAPSHOT</version>
       <version>1.0.9-SNAPSHOT</version>
       <version>1.2.1-SNAPSHOT</version>
       <version>1.0.10-SNAPSHOT</version>
       <version>1.0.11-SNAPSHOT</version>
       <version>1.0.12-SNAPSHOT</version>
       <version>1.0.13-SNAPSHOT</version>
       <version>1.6.1-SNAPSHOT</version>
       <version>1.6.2-SNAPSHOT</version>
       <version>1.6.3-SNAPSHOT</version>
       <version>2.0.1-SNAPSHOT</version>
       <version>2.0.2-SNAPSHOT</version>
       <version>2.0.3-SNAPSHOT</version>
       <version>2.0.4-SNAPSHOT</version>
       <version>2.0.5-SNAPSHOT</version>
       <version>2.0.6-SNAPSHOT</version>
     </versions>
     <lastUpdated>20100119105849</lastUpdated>
   </versioning>
</metadata>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Metadata: Latest needs some explanation...

Posted by Johannes Schneider <ma...@cedarsoft.com>.
On 01/19/2010 04:45 PM, Wayne Fay wrote:
>> And the other versions? How did they end up in the repository? Downloaded?
>
> No, read what he said again... the LAST version deployed was 1.2.1-SNAPSHOT.

Aaah, okay. Thanks... While I don't think that I have released 
1.2.1-SNAPSHOT *after* 2.0.6-SNAPSHOT, I at least understand what he said...


Thanks,

Johannes

> I guess the order was something like:
>>>>       <version>2.0.3-SNAPSHOT</version>
>>>>       <version>2.0.4-SNAPSHOT</version>
>>>>       <version>2.0.5-SNAPSHOT</version>
>>>>       <version>2.0.6-SNAPSHOT</version>
>>>>       <version>1.2.1-SNAPSHOT</version>
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Metadata: Latest needs some explanation...

Posted by Wayne Fay <wa...@gmail.com>.
> And the other versions? How did they end up in the repository? Downloaded?

No, read what he said again... the LAST version deployed was 1.2.1-SNAPSHOT.

I guess the order was something like:
>>>      <version>2.0.3-SNAPSHOT</version>
>>>      <version>2.0.4-SNAPSHOT</version>
>>>      <version>2.0.5-SNAPSHOT</version>
>>>      <version>2.0.6-SNAPSHOT</version>
>>>      <version>1.2.1-SNAPSHOT</version>

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Metadata: Latest needs some explanation...

Posted by Johannes Schneider <ma...@cedarsoft.com>.
On 01/19/2010 12:46 PM, Stephen Connolly wrote:
> The last version deployed is 1.2.1-SNAPSHOT

And the other versions? How did they end up in the repository? Downloaded?

> This is why LATEST and RELEASE are a pile of shite and deprecated.
>
> -Stephen
>
> 2010/1/19 Johannes Schneider<ma...@cedarsoft.com>:
>> Hi,
>>
>> I have found that metadata.xml:
>> Why is the latest version 1.2.1-SNAPSHOT and not 2.0.6-SNAPSHOT?
>> Any hints? I think I miss something fundamentally,
>>
>>
>> Thanks,
>>
>> Johannes
>>
>>
>> <?xml version="1.0" encoding="UTF-8"?>
>> <metadata>
>>   <groupId>com.cedarsoft</groupId>
>>   <artifactId>open</artifactId>
>>   <versioning>
>>     <latest>1.2.1-SNAPSHOT</latest>
>>     <release></release>
>>     <versions>
>>       <version>1.0.3-SNAPSHOT</version>
>>       <version>1.0.4-SNAPSHOT</version>
>>       <version>1.0.5-SNAPSHOT</version>
>>       <version>1.0.6-SNAPSHOT</version>
>>       <version>1.0.7-SNAPSHOT</version>
>>       <version>1.0.8-SNAPSHOT</version>
>>       <version>1.0.9-SNAPSHOT</version>
>>       <version>1.2.1-SNAPSHOT</version>
>>       <version>1.0.10-SNAPSHOT</version>
>>       <version>1.0.11-SNAPSHOT</version>
>>       <version>1.0.12-SNAPSHOT</version>
>>       <version>1.0.13-SNAPSHOT</version>
>>       <version>1.6.1-SNAPSHOT</version>
>>       <version>1.6.2-SNAPSHOT</version>
>>       <version>1.6.3-SNAPSHOT</version>
>>       <version>2.0.1-SNAPSHOT</version>
>>       <version>2.0.2-SNAPSHOT</version>
>>       <version>2.0.3-SNAPSHOT</version>
>>       <version>2.0.4-SNAPSHOT</version>
>>       <version>2.0.5-SNAPSHOT</version>
>>       <version>2.0.6-SNAPSHOT</version>
>>     </versions>
>>     <lastUpdated>20100119105849</lastUpdated>
>>   </versioning>
>> </metadata>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Metadata: Latest needs some explanation...

Posted by Stephen Connolly <st...@gmail.com>.
The last version deployed is 1.2.1-SNAPSHOT

This is why LATEST and RELEASE are a pile of shite and deprecated.

-Stephen

2010/1/19 Johannes Schneider <ma...@cedarsoft.com>:
> Hi,
>
> I have found that metadata.xml:
> Why is the latest version 1.2.1-SNAPSHOT and not 2.0.6-SNAPSHOT?
> Any hints? I think I miss something fundamentally,
>
>
> Thanks,
>
> Johannes
>
>
> <?xml version="1.0" encoding="UTF-8"?>
> <metadata>
>  <groupId>com.cedarsoft</groupId>
>  <artifactId>open</artifactId>
>  <versioning>
>    <latest>1.2.1-SNAPSHOT</latest>
>    <release></release>
>    <versions>
>      <version>1.0.3-SNAPSHOT</version>
>      <version>1.0.4-SNAPSHOT</version>
>      <version>1.0.5-SNAPSHOT</version>
>      <version>1.0.6-SNAPSHOT</version>
>      <version>1.0.7-SNAPSHOT</version>
>      <version>1.0.8-SNAPSHOT</version>
>      <version>1.0.9-SNAPSHOT</version>
>      <version>1.2.1-SNAPSHOT</version>
>      <version>1.0.10-SNAPSHOT</version>
>      <version>1.0.11-SNAPSHOT</version>
>      <version>1.0.12-SNAPSHOT</version>
>      <version>1.0.13-SNAPSHOT</version>
>      <version>1.6.1-SNAPSHOT</version>
>      <version>1.6.2-SNAPSHOT</version>
>      <version>1.6.3-SNAPSHOT</version>
>      <version>2.0.1-SNAPSHOT</version>
>      <version>2.0.2-SNAPSHOT</version>
>      <version>2.0.3-SNAPSHOT</version>
>      <version>2.0.4-SNAPSHOT</version>
>      <version>2.0.5-SNAPSHOT</version>
>      <version>2.0.6-SNAPSHOT</version>
>    </versions>
>    <lastUpdated>20100119105849</lastUpdated>
>  </versioning>
> </metadata>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org