You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2022/07/12 21:03:39 UTC

[jspwiki] 06/25: bom must have packaging == pom

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

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit 5bb7f9734ac1656b509ede3851e082f2b2f96a3e
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Tue Jul 12 22:44:13 2022 +0200

    bom must have packaging == pom
---
 jspwiki-bom/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jspwiki-bom/pom.xml b/jspwiki-bom/pom.xml
index b3e9efbc8..3b85fea19 100644
--- a/jspwiki-bom/pom.xml
+++ b/jspwiki-bom/pom.xml
@@ -28,6 +28,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>jspwiki-bom</artifactId>
   <name>Apache JSPWiki bill of materials</name>
+  <packaging>pom</packaging>
 
   <properties>
     <jspwiki.version>2.11.3-SNAPSHOT</jspwiki.version>