You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2017/11/22 12:55:00 UTC

[jira] [Comment Edited] (WICKET-6500) Publish a wicket-bom artifact GAV

    [ https://issues.apache.org/jira/browse/WICKET-6500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262472#comment-16262472 ] 

Martin Grigorov edited comment on WICKET-6500 at 11/22/17 12:54 PM:
--------------------------------------------------------------------

The same is true even now with `<properties><wicket.version>7.9.0</wicket.version></properties>` and then
 use `<version>${wicket.version}</version>` for the dependencies. 
You do this once and then you change the version in the properties once in 3 months.

I really do not see any value in BOM for Wicket.


was (Author: mgrigorov):
The same is true even now with `<properties><wicket.version>7.9.0</wicket.version></properties>` and then use `<version>${wicket.version}</version>` for the dependencies. 
You do this once and then you change the version in the properties once in 3 months.

I really do not see any value in BOM for Wicket.

> Publish a wicket-bom artifact GAV
> ---------------------------------
>
>                 Key: WICKET-6500
>                 URL: https://issues.apache.org/jira/browse/WICKET-6500
>             Project: Wicket
>          Issue Type: Wish
>          Components: release
>    Affects Versions: 8.0.0-M8
>            Reporter: Darryl L. Miles
>            Priority: Minor
>
> There are many JARs with the entire version suite.  It would help consumers to manage elements that are released as a single versioned set to be included in a BOM.
> This is a maven pom only project, that is designed to be consumed like:
> 	<dependencyManagement>
> 		<dependencies>
> 			<dependency>
> 				<groupId>org.apache.wicket</groupId>
> 				<artifactId>wicket-core-bom</artifactId>
> 				<version>8.0.0-M8</version>
> 				<type>pom</type>
> 				<scope>import</scope>
> 			</dependency>
> 		</dependencies>
> 	</dependencyManagement>
> Because the published bom project contains every individual GAV that is published for an entire version set inside a <dependencyManagement> .
> Then there should be a snipper in all the Quick Start guides and all example projects to use this method by default to introduce / manage version numbers.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)