Skip to content

Commit d8a4ac9

Browse files
committed
Update Maven Artifactory plugin version
1 parent 5dc9e29 commit d8a4ac9

File tree

1 file changed

+3
-11
lines changed
  • artifactory-maven-plugin-example

1 file changed

+3
-11
lines changed

artifactory-maven-plugin-example/pom.xml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.jfrog.test</groupId>
66
<artifactId>multi</artifactId>
@@ -20,14 +20,6 @@
2020
<maven.compiler.target>1.8</maven.compiler.target>
2121
</properties>
2222

23-
<pluginRepositories>
24-
<pluginRepository>
25-
<id>jfrog-plugins-release</id>
26-
<name>plugins-release</name>
27-
<url>https://oss.jfrog.org/artifactory/plugins-release</url>
28-
</pluginRepository>
29-
</pluginRepositories>
30-
3123
<dependencies>
3224
<dependency>
3325
<groupId>junit</groupId>
@@ -61,7 +53,7 @@
6153
<plugin>
6254
<groupId>org.jfrog.buildinfo</groupId>
6355
<artifactId>artifactory-maven-plugin</artifactId>
64-
<version>3.2.3</version>
56+
<version>3.6.0</version>
6557
<executions>
6658
<execution>
6759
<id>build-info</id>

0 commit comments

Comments
 (0)