Skip to content

Commit 6b1fc77

Browse files
committed
Upgrade to artifactory-maven-plugin 3.2.1.
Also, remove references to Bintray as the plugin is directly available from Maven Central. Closes #1428
1 parent 6a8f731 commit 6b1fc77

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

parent/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@
10891089
<plugin>
10901090
<groupId>org.jfrog.buildinfo</groupId>
10911091
<artifactId>artifactory-maven-plugin</artifactId>
1092-
<version>2.7.0</version>
1092+
<version>3.2.1</version>
10931093
</plugin>
10941094

10951095
</plugins>
@@ -1301,11 +1301,6 @@
13011301
<id>spring-libs-milestone</id>
13021302
<url>https://repo.spring.io/libs-milestone</url>
13031303
</pluginRepository>
1304-
<pluginRepository>
1305-
<id>bintray-plugins</id>
1306-
<name>bintray-plugins</name>
1307-
<url>https://jcenter.bintray.com</url>
1308-
</pluginRepository>
13091304
</pluginRepositories>
13101305

13111306
</project>

pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<plugin>
129129
<groupId>org.jfrog.buildinfo</groupId>
130130
<artifactId>artifactory-maven-plugin</artifactId>
131-
<version>2.7.0</version>
131+
<version>3.2.1</version>
132132
<executions>
133133
<execution>
134134
<id>build-info</id>
@@ -170,16 +170,6 @@
170170

171171
</build>
172172

173-
<pluginRepositories>
174-
<pluginRepository>
175-
<snapshots>
176-
<enabled>false</enabled>
177-
</snapshots>
178-
<id>central</id>
179-
<name>bintray-plugins</name>
180-
<url>https://jcenter.bintray.com</url>
181-
</pluginRepository>
182-
</pluginRepositories>
183173
</profile>
184174

185175
<!-- Build profile for the build run to deploy to Maven Central -->
@@ -267,11 +257,6 @@
267257
<id>spring-libs-release</id>
268258
<url>https://repo.spring.io/libs-release</url>
269259
</pluginRepository>
270-
<pluginRepository>
271-
<id>bintray-plugins</id>
272-
<name>bintray-plugins</name>
273-
<url>https://jcenter.bintray.com</url>
274-
</pluginRepository>
275260
</pluginRepositories>
276261

277262
</project>

0 commit comments

Comments
 (0)