Skip to content

Commit 4a8f110

Browse files
corrected purl qualifiers
1 parent 77ccb62 commit 4a8f110

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/application-bom/bom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</licenses>
2020
<copyright>Copyright Example Inc. All rights reserved.</copyright>
2121
<cpe>cpe:/a:example:myapplication:1.0.0</cpe>
22-
<purl>pkg:maven/com.example/myapplication@1.0.0packaging=war</purl>
22+
<purl>pkg:maven/com.example/myapplication@1.0.0?packaging=war</purl>
2323
<modified>false</modified>
2424

2525
<!-- The application includes the following components -->
@@ -59,7 +59,7 @@
5959
<id>Apache-2.0</id>
6060
</license>
6161
</licenses>
62-
<purl>pkg:maven/com.example/myframework@1.0.0packaging=war</purl>
62+
<purl>pkg:maven/com.example/myframework@1.0.0?packaging=war</purl>
6363
<modified>false</modified>
6464
</component>
6565
<!-- continue adding additional components -->

0 commit comments

Comments
 (0)