File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 4
4
xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.jsoniter</groupId >
7
- <version >0.9.1</version >
7
+ <version >0.9.1-SNAPSHOT </version >
8
8
<artifactId >jsoniter</artifactId >
9
9
<name >json iterator</name >
10
10
<description >jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go</description >
133
133
<autoReleaseAfterClose >true</autoReleaseAfterClose >
134
134
</configuration >
135
135
</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 >
136
147
</plugins >
137
148
</build >
138
149
You can’t perform that action at this time.
0 commit comments