You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/01/02 13:49:38 UTC

[maven] branch MNG-7369 created (now dbfbecb)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch MNG-7369
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at dbfbecb  [MNG-7369] Maven BOM doesn't need to package as a JAR

This branch includes the following new commits:

     new dbfbecb  [MNG-7369] Maven BOM doesn't need to package as a JAR

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven] 01/01: [MNG-7369] Maven BOM doesn't need to package as a JAR

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MNG-7369
in repository https://gitbox.apache.org/repos/asf/maven.git

commit dbfbecb60a28242d90c7914abf5e3ed6097e0c21
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jan 2 14:49:29 2022 +0100

    [MNG-7369] Maven BOM doesn't need to package as a JAR
---
 maven-bom/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml
index 6d53cd8..eab13b4 100644
--- a/maven-bom/pom.xml
+++ b/maven-bom/pom.xml
@@ -30,6 +30,7 @@ under the License.
 
   <artifactId>maven-bom</artifactId>
   <version>4.0.0-alpha-1-SNAPSHOT</version>
+  <packaging>pom</packaging>
 
   <name>Maven Dependencies BOM</name>
   <description>Bill Of Materials for Apache Maven dependencies</description>