Skip to content

Commit

Permalink
Upgrade to artifactory-maven-plugin 3.2.1.
Browse files Browse the repository at this point in the history
Closes #33
  • Loading branch information
mp911de committed Apr 13, 2021
1 parent 047aced commit 3571c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
7 changes: 1 addition & 6 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<plugin>
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<version>2.7.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>build-info</id>
Expand Down Expand Up @@ -393,11 +393,6 @@
<id>spring-libs-release</id>
<url>https://repo.spring.io/libs-release</url>
</pluginRepository>
<pluginRepository>
<id>bintray-plugins</id>
<name>bintray-plugins</name>
<url>https://jcenter.bintray.com</url>
</pluginRepository>
</pluginRepositories>

</project>
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,6 @@
</modules>
</profile>
</profiles>

<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray</id>
<name>bintray-plugins</name>
<url>https://jcenter.bintray.com</url>
</pluginRepository>
</pluginRepositories>


</project>

0 comments on commit 3571c93

Please sign in to comment.