File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments