File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.1.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.1.0 https://maven.apache.org/xsd/maven-4.1.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.1.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.1.0 https://maven.apache.org/xsd/maven-4.1.0.xsd" >
34 <groupId >io.github.helpermethod</groupId >
45 <artifactId >zip-forge</artifactId >
56 <version >${revision} </version >
138139 <deploy >
139140 <maven >
140141 <maven-central >
141- <active >ALWAYS</active >
142- <url >https://central.sonatype.com/api/v1/publisher</url >
143- <closeRepository >true</closeRepository >
144- <releaseRepository >true</releaseRepository >
145- <stagingRepositories >target/staging-deploy</stagingRepositories >
142+ <sonatype >
143+ <active >ALWAYS</active >
144+ <url >https://central.sonatype.com/api/v1/publisher</url >
145+ <closeRepository >true</closeRepository >
146+ <releaseRepository >true</releaseRepository >
147+ <stagingRepositories >target/staging-deploy</stagingRepositories >
148+ </sonatype >
146149 </maven-central >
147150 </maven >
148151 </deploy >
You can’t perform that action at this time.
0 commit comments