Skip to content

Commit 3571c93

Browse files
committed
Upgrade to artifactory-maven-plugin 3.2.1.
Closes #33
1 parent 047aced commit 3571c93

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

bom/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<plugin>
245245
<groupId>org.jfrog.buildinfo</groupId>
246246
<artifactId>artifactory-maven-plugin</artifactId>
247-
<version>2.7.0</version>
247+
<version>3.2.1</version>
248248
<executions>
249249
<execution>
250250
<id>build-info</id>
@@ -393,11 +393,6 @@
393393
<id>spring-libs-release</id>
394394
<url>https://repo.spring.io/libs-release</url>
395395
</pluginRepository>
396-
<pluginRepository>
397-
<id>bintray-plugins</id>
398-
<name>bintray-plugins</name>
399-
<url>https://jcenter.bintray.com</url>
400-
</pluginRepository>
401396
</pluginRepositories>
402397

403398
</project>

pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -102,16 +102,6 @@
102102
</modules>
103103
</profile>
104104
</profiles>
105-
106-
<pluginRepositories>
107-
<pluginRepository>
108-
<snapshots>
109-
<enabled>false</enabled>
110-
</snapshots>
111-
<id>bintray</id>
112-
<name>bintray-plugins</name>
113-
<url>https://jcenter.bintray.com</url>
114-
</pluginRepository>
115-
</pluginRepositories>
105+
116106

117107
</project>

0 commit comments

Comments
 (0)