wicket version definition in maven poms

2024-06-19 Thread Korbinian Bachl
Hi, 

is there any reason wicket has static 
9.19.0-SNAPSHOT 
everywhere, even in modules 

 
org.apache.wicket 
wicket-parent 
9.19.0-SNAPSHOT 
../pom.xml 
 



instead of a single defined properties in Wicket Parent: 

${revision}${changelist} 
... 
 
9.19.0 
-SNAPSHOT 
... 
 


and in submodules: 

 
org.apache.wicket 
wicket-parent 
${revision}${changelist} 
 


That feature was introduced in maven 3.5 in 2017. 

KB 


Re: wicket version definition in maven poms

2024-06-19 Thread Martin Grigorov
I guess because it "Just Works TM".
Our release scripts will need to be adapted to any changes...

On Wed, Jun 19, 2024 at 10:33 AM Korbinian Bachl
 wrote:

> Hi,
>
> is there any reason wicket has static
> 9.19.0-SNAPSHOT
> everywhere, even in modules
>
> 
> org.apache.wicket
> wicket-parent
> 9.19.0-SNAPSHOT
> ../pom.xml
> 
>
>
>
> instead of a single defined properties in Wicket Parent:
>
> ${revision}${changelist}
> ...
> 
> 9.19.0
> -SNAPSHOT
> ...
> 
>
>
> and in submodules:
>
> 
> org.apache.wicket
> wicket-parent
> ${revision}${changelist}
> 
>
>
> That feature was introduced in maven 3.5 in 2017.
>
> KB
>


Re: wicket version definition in maven poms

2024-06-19 Thread Ernesto Reinaldo Barreiro
Hum... I have the vague idea that I asked the same questions long long time
ago and someone pointed me to some maven plugin bug

On Wed, Jun 19, 2024 at 2:33 AM Korbinian Bachl
 wrote:

> Hi,
>
> is there any reason wicket has static
> 9.19.0-SNAPSHOT
> everywhere, even in modules
>
> 
> org.apache.wicket
> wicket-parent
> 9.19.0-SNAPSHOT
> ../pom.xml
> 
>
>
>
> instead of a single defined properties in Wicket Parent:
>
> ${revision}${changelist}
> ...
> 
> 9.19.0
> -SNAPSHOT
> ...
> 
>
>
> and in submodules:
>
> 
> org.apache.wicket
> wicket-parent
> ${revision}${changelist}
> 
>
>
> That feature was introduced in maven 3.5 in 2017.
>
> KB
>


-- 
Regards - Ernesto Reinaldo Barreiro


Re: wicket version definition in maven poms

2024-06-19 Thread Korbinian Bachl
Any idea when that was and what module failed? 

I switched to it in 2018 for my main project and at that time it was a bit of a 
hard start, but thats long ago now.

- Ursprüngliche Mail -
> Von: "Ernesto Reinaldo Barreiro" 
> An: "dev" 
> Gesendet: Mittwoch, 19. Juni 2024 11:48:52
> Betreff: Re: wicket version definition in maven poms

> Hum... I have the vague idea that I asked the same questions long long time
> ago and someone pointed me to some maven plugin bug
> 
> On Wed, Jun 19, 2024 at 2:33 AM Korbinian Bachl
>  wrote:
> 
>> Hi,
>>
>> is there any reason wicket has static
>> 9.19.0-SNAPSHOTversion>
>> everywhere, even in modules
>>
>> 
>> org.apache.wicket
>> wicket-parent
>> 9.19.0-SNAPSHOTversion>
>> ../pom.xml
>> parent>
>>
>>
>>
>> instead of a single defined properties in Wicket Parent:
>>
>> ${revision}${changelist}version>
>> ...
>> 
>> 9.19.0
>> -SNAPSHOT
>> ...
>> properties>
>>
>>
>> and in submodules:
>>
>> 
>> org.apache.wicket
>> wicket-parent
>> ${revision}${changelist}version>
>> parent>
>>
>>
>> That feature was introduced in maven 3.5 in 2017.
>>
>> KB
>>
> 
> 
> --
> Regards - Ernesto Reinaldo Barreiro