Skip to content

Commit 71be72b

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 46d3783 commit 71be72b

File tree

2 files changed

+2
-23
lines changed

2 files changed

+2
-23
lines changed

parent/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,7 @@
11471147
<plugin>
11481148
<groupId>org.jfrog.buildinfo</groupId>
11491149
<artifactId>artifactory-maven-plugin</artifactId>
1150-
<version>2.7.0</version>
1150+
<version>3.2.1</version>
11511151
</plugin>
11521152

11531153
</plugins>
@@ -1367,11 +1367,6 @@
13671367
<id>spring-libs-milestone</id>
13681368
<url>https://repo.spring.io/libs-milestone</url>
13691369
</pluginRepository>
1370-
<pluginRepository>
1371-
<id>bintray-plugins</id>
1372-
<name>bintray-plugins</name>
1373-
<url>https://jcenter.bintray.com</url>
1374-
</pluginRepository>
13751370
</pluginRepositories>
13761371

13771372
</project>

pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.jfrog.buildinfo</groupId>
131131
<artifactId>artifactory-maven-plugin</artifactId>
132-
<version>2.7.0</version>
132+
<version>3.2.1</version>
133133
<executions>
134134
<execution>
135135
<id>build-info</id>
@@ -170,17 +170,6 @@
170170
</plugins>
171171

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

186175
<profile>
@@ -276,11 +265,6 @@
276265
<id>spring-libs-release</id>
277266
<url>https://repo.spring.io/libs-release</url>
278267
</pluginRepository>
279-
<pluginRepository>
280-
<id>bintray-plugins</id>
281-
<name>bintray-plugins</name>
282-
<url>https://jcenter.bintray.com</url>
283-
</pluginRepository>
284268
</pluginRepositories>
285269

286270
</project>

0 commit comments

Comments
 (0)