You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Alex Herbert (Jira)" <ji...@apache.org> on 2022/10/14 13:39:00 UTC

[jira] [Updated] (NUMBERS-190) Bill of Materials

     [ https://issues.apache.org/jira/browse/NUMBERS-190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Herbert updated NUMBERS-190:
---------------------------------
    Description: 
I suggest we create a Bill of Materials (BOM) as a separate artifact to be deployed to maven for dependency management. Downstream users can then include this in their POM and all versions of the NUMBERS modules would be matched.
{code:java}
<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-numbers-bom</artifactId>
            <version>1.1</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>{code}

  was:
I suggest we create a Bill of Materials (BOM) as a separate artifact to be deployed to maven for dependency management. Downstream users can then include this in their POM and all versions of the RNG modules would be matched.
{code:java}
<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-numbers-bom</artifactId>
            <version>1.1</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>{code}


> Bill of Materials
> -----------------
>
>                 Key: NUMBERS-190
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-190
>             Project: Commons Numbers
>          Issue Type: New Feature
>          Components: bom
>    Affects Versions: 1.0
>            Reporter: Alex Herbert
>            Priority: Minor
>             Fix For: 1.1
>
>
> I suggest we create a Bill of Materials (BOM) as a separate artifact to be deployed to maven for dependency management. Downstream users can then include this in their POM and all versions of the NUMBERS modules would be matched.
> {code:java}
> <dependencyManagement>
>     <dependencies>
>         <dependency>
>             <groupId>org.apache.commons</groupId>
>             <artifactId>commons-numbers-bom</artifactId>
>             <version>1.1</version>
>             <type>pom</type>
>             <scope>import</scope>
>         </dependency>
>     </dependencies>
> </dependencyManagement>{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)