File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
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" xsi : schemaLocation =" http ://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" https ://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" https ://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44
55 <parent >
1717 <java .level>8</java .level>
1818 <java .level.test>8</java .level.test>
1919 <findbugs .failOnError>false</findbugs .failOnError>
20+ <enforcer .skip>true</enforcer .skip>
2021 </properties >
2122
2223 <name >Jenkins Gogs plugin</name >
2627 <licenses >
2728 <license >
2829 <name >The MIT license</name >
29- <url >http ://www.opensource.org/licenses/mit-license.php</url >
30+ <url >https ://www.opensource.org/licenses/mit-license.php</url >
3031 <distribution >repo</distribution >
3132 </license >
3233 </licenses >
You can’t perform that action at this time.
0 commit comments