File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 6868 </includes >
6969 </configuration >
7070 </plugin >
71+ <plugin >
72+ <groupId >org.apache.maven.plugins</groupId >
73+ <artifactId >maven-release-plugin</artifactId >
74+ <version >${maven-release-plugin.version} </version >
75+ <configuration >
76+ <completionGoals >clean</completionGoals >
77+ <preparationGoals >clean</preparationGoals >
78+ <useReleaseProfile >false</useReleaseProfile >
79+ <autoVersionSubmodules >true</autoVersionSubmodules >
80+ </configuration >
81+ </plugin >
7182 <plugin >
7283 <groupId >org.codehaus.mojo</groupId >
7384 <artifactId >buildnumber-maven-plugin</artifactId >
119130 </execution >
120131 </executions >
121132 </plugin >
122- <plugin >
123- <groupId >org.apache.maven.plugins</groupId >
124- <artifactId >maven-release-plugin</artifactId >
125- <version >${maven-release-plugin.version} </version >
126- <configuration >
127- <completionGoals >clean</completionGoals >
128- <preparationGoals >clean</preparationGoals >
129- <useReleaseProfile >false</useReleaseProfile >
130- <autoVersionSubmodules >true</autoVersionSubmodules >
131- </configuration >
132- </plugin >
133133 <plugin >
134134 <groupId >org.codehaus.mojo</groupId >
135135 <artifactId >versions-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments