Skip to content

Commit ee0225b

Browse files
committed
update
1 parent 9181bf2 commit ee0225b

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.jsoniter</groupId>
7-
<version>0.9.1</version>
7+
<version>0.9.1-SNAPSHOT</version>
88
<artifactId>jsoniter</artifactId>
99
<name>json iterator</name>
1010
<description>jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go</description>
@@ -133,6 +133,17 @@
133133
<autoReleaseAfterClose>true</autoReleaseAfterClose>
134134
</configuration>
135135
</plugin>
136+
<plugin>
137+
<groupId>org.apache.maven.plugins</groupId>
138+
<artifactId>maven-release-plugin</artifactId>
139+
<version>2.5.3</version>
140+
<configuration>
141+
<autoVersionSubmodules>true</autoVersionSubmodules>
142+
<useReleaseProfile>false</useReleaseProfile>
143+
<releaseProfiles>release</releaseProfiles>
144+
<goals>deploy</goals>
145+
</configuration>
146+
</plugin>
136147
</plugins>
137148
</build>
138149

0 commit comments

Comments
 (0)