File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 112
112
<maven-javadoc-plugin .version>2.10.3</maven-javadoc-plugin .version>
113
113
<maven-jar-plugin .version>2.6</maven-jar-plugin .version>
114
114
<maven-jarsigner-plugin .version>1.4</maven-jarsigner-plugin .version>
115
+ <maven-release-plugin .version>2.5.2</maven-release-plugin .version>
115
116
<maven-resources-plugin .version>2.7</maven-resources-plugin .version>
116
117
<maven-source-plugin .version>2.4</maven-source-plugin .version>
117
118
<maven-surefire-plugin .version>2.18.1</maven-surefire-plugin .version>
217
218
<artifactId >maven-jarsigner-plugin</artifactId >
218
219
<version >${maven-jarsigner-plugin.version} </version >
219
220
</plugin >
221
+ <plugin >
222
+ <groupId >org.apache.maven.plugins</groupId >
223
+ <artifactId >maven-release-plugin</artifactId >
224
+ <version >${maven-release-plugin.version} </version >
225
+ </plugin >
220
226
<plugin >
221
227
<groupId >org.apache.maven.plugins</groupId >
222
228
<artifactId >maven-resources-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments