File tree Expand file tree Collapse file tree 1 file changed +10
-18
lines changed Expand file tree Collapse file tree 1 file changed +10
-18
lines changed Original file line number Diff line number Diff line change 173173 </executions >
174174 </plugin >
175175
176- <plugin >
177- <groupId >org.codehaus.mojo</groupId >
178- <artifactId >build-helper-maven-plugin</artifactId >
179- <version >3.6.1</version >
180- <executions >
181- <execution >
182- <id >parse-version</id >
183- <goals >
184- <goal >parse-version</goal >
185- </goals >
186- <phase >validate</phase >
187- <configuration >
188- <propertyPrefix >parsedVersion</propertyPrefix >
189- </configuration >
190- </execution >
191- </executions >
192- </plugin >
193-
194176 <plugin >
195177 <groupId >org.codehaus.mojo</groupId >
196178 <artifactId >build-helper-maven-plugin</artifactId >
210192 </artifacts >
211193 </configuration >
212194 </execution >
195+ <execution >
196+ <id >parse-version</id >
197+ <goals >
198+ <goal >parse-version</goal >
199+ </goals >
200+ <phase >validate</phase >
201+ <configuration >
202+ <propertyPrefix >parsedVersion</propertyPrefix >
203+ </configuration >
204+ </execution >
213205 </executions >
214206 </plugin >
215207 <plugin >
You can’t perform that action at this time.
0 commit comments