Skip to content

Commit 484561f

Browse files
committed
Upgrade to artifactory-maven-plugin 3.7.0.
Closes #293
1 parent 2ac8765 commit 484561f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bom/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<plugin>
238238
<groupId>org.jfrog.buildinfo</groupId>
239239
<artifactId>artifactory-maven-plugin</artifactId>
240-
<version>3.6.2</version>
240+
<version>3.7.0</version>
241241
<executions>
242242
<execution>
243243
<id>build-info</id>
@@ -259,6 +259,7 @@
259259
<buildName>{{artifactory.build-name}}</buildName>
260260
<buildNumber>{{artifactory.build-number}}</buildNumber>
261261
<buildUrl>{{BUILD_URL}}</buildUrl>
262+
<project>{{artifactory.project}}</project>
262263
</buildInfo>
263264
</configuration>
264265
</execution>

0 commit comments

Comments
 (0)