Skip to content

Commit a6b884a

Browse files
committed
release 0.1.5
1 parent 6982a1e commit a6b884a

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

pom.xml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
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>
@@ -42,7 +37,7 @@
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>
@@ -167,6 +162,15 @@
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>

0 commit comments

Comments
 (0)