File tree Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Expand file tree Collapse file tree 1 file changed +22
-3
lines changed Original file line number Diff line number Diff line change 4141 <html .rel.file.prefix></html .rel.file.prefix>
4242 <mq .docs.url>https://eclipse-ee4j.github.io/openmq/guides/</mq .docs.url>
4343 <bookDirectory >${project.build.directory}/book</bookDirectory >
44- <productMajorVersion >${parsedVersion .majorVersion}</productMajorVersion >
45- <productCurrentVersion >${project.version}</productCurrentVersion >
44+ <productMajorVersion >${product .majorVersion}</productMajorVersion >
45+ <product .currentVersion >${project.version} </product .currentVersion >
4646 </properties >
4747
4848 <build >
173173 </executions >
174174 </plugin >
175175
176+ <plugin >
177+ <groupId >org.apache.maven.plugins</groupId >
178+ <artifactId >maven-antrun-plugin</artifactId >
179+ <version >3.0.0</version >
180+ <executions >
181+ <execution >
182+ <phase >initialize</phase >
183+ <goals >
184+ <goal >run</goal >
185+ </goals >
186+ <configuration >
187+ <target >
188+ <property name =" productMajorVersion" value =" ${product.majorVersion}" />
189+ </target >
190+ </configuration >
191+ </execution >
192+ </executions >
193+ </plugin >
194+
176195 <plugin >
177196 <groupId >org.codehaus.mojo</groupId >
178197 <artifactId >build-helper-maven-plugin</artifactId >
199218 </goals >
200219 <phase >validate</phase >
201220 <configuration >
202- <propertyPrefix >parsedVersion </propertyPrefix >
221+ <propertyPrefix >product </propertyPrefix >
203222 </configuration >
204223 </execution >
205224 </executions >
You can’t perform that action at this time.
0 commit comments