File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ under the License.
223223 <plugin >
224224 <groupId >eu.maveniverse.maven.plugins</groupId >
225225 <artifactId >bom-builder3</artifactId >
226- <version >1.0.1 </version >
226+ <version >1.0.2 </version >
227227 <executions >
228228 <execution >
229229 <id >skinny-bom</id >
@@ -235,6 +235,7 @@ under the License.
235235 <bomName >Maven Dependencies Skinny BOM</bomName >
236236 <bomDescription >Bill Of Materials for Apache Maven - Maven JARS only</bomDescription >
237237 <outputFilename >maven-skinny-bom.xml</outputFilename >
238+ <usePropertiesForVersion >true</usePropertiesForVersion >
238239 <attach >true</attach >
239240 </configuration >
240241 </execution >
@@ -248,7 +249,8 @@ under the License.
248249 <bomName >Maven Dependencies Fat BOM</bomName >
249250 <bomDescription >Bill Of Materials for Apache Maven - All dependencies</bomDescription >
250251 <outputFilename >maven-fat-bom.xml</outputFilename >
251- <useDependencies >true</useDependencies >
252+ <useDependencies >PROJECT_AND_TRANSITIVE</useDependencies >
253+ <usePropertiesForVersion >true</usePropertiesForVersion >
252254 <attach >true</attach >
253255 </configuration >
254256 </execution >
You can’t perform that action at this time.
0 commit comments