Skip to content

Commit 220a66b

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 73c06f8 commit 220a66b

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
@@ -1088,7 +1088,7 @@
10881088
<plugin>
10891089
<groupId>org.jfrog.buildinfo</groupId>
10901090
<artifactId>artifactory-maven-plugin</artifactId>
1091-
<version>2.7.0</version>
1091+
<version>3.2.1</version>
10921092
</plugin>
10931093

10941094
</plugins>
@@ -1298,11 +1298,6 @@
12981298
<id>spring-libs-milestone</id>
12991299
<url>https://repo.spring.io/libs-milestone</url>
13001300
</pluginRepository>
1301-
<pluginRepository>
1302-
<id>bintray-plugins</id>
1303-
<name>bintray-plugins</name>
1304-
<url>https://jcenter.bintray.com</url>
1305-
</pluginRepository>
13061301
</pluginRepositories>
13071302

13081303
</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)