File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 11<project xmlns =" http://maven.apache.org/POM/4.0.0"
22 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3- <parent >
4- <groupId >org.sonatype.oss</groupId >
5- <artifactId >oss-parent</artifactId >
6- <version >9</version >
7- </parent >
83
94 <modelVersion >4.0.0</modelVersion >
105 <groupId >com.alibaba</groupId >
4237
4338
4439 <properties >
45- <revision >0.1.4 </revision >
40+ <revision >0.1.5 </revision >
4641 <maven .compiler.target>1.8</maven .compiler.target>
4742 <maven .compiler.source>1.8</maven .compiler.source>
4843 <java .version>1.8</java .version>
167162 </execution >
168163 </executions >
169164 </plugin >
165+ <plugin >
166+ <groupId >org.sonatype.central</groupId >
167+ <artifactId >central-publishing-maven-plugin</artifactId >
168+ <version >0.9.0</version >
169+ <extensions >true</extensions >
170+ <configuration >
171+ <publishingServerId >central</publishingServerId >
172+ </configuration >
173+ </plugin >
170174 </plugins >
171175 </build >
172176 </profile >
You can’t perform that action at this time.
0 commit comments