We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ccb62 commit 4a8f110Copy full SHA for 4a8f110
1 file changed
examples/application-bom/bom.xml
@@ -19,7 +19,7 @@
19
</licenses>
20
<copyright>Copyright Example Inc. All rights reserved.</copyright>
21
<cpe>cpe:/a:example:myapplication:1.0.0</cpe>
22
- <purl>pkg:maven/com.example/myapplication@1.0.0packaging=war</purl>
+ <purl>pkg:maven/com.example/myapplication@1.0.0?packaging=war</purl>
23
<modified>false</modified>
24
25
<!-- The application includes the following components -->
@@ -59,7 +59,7 @@
59
<id>Apache-2.0</id>
60
</license>
61
62
- <purl>pkg:maven/com.example/myframework@1.0.0packaging=war</purl>
+ <purl>pkg:maven/com.example/myframework@1.0.0?packaging=war</purl>
63
64
</component>
65
<!-- continue adding additional components -->
0 commit comments