File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
artifactory-maven-plugin-example Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments