Skip to content

Commit 1c0d7ca

Browse files
committed
Configured the productMajorVersion with codehaus.mojo
Signed-off-by: Atwijukire Ariho Seth <[email protected]>
1 parent 35a5c5d commit 1c0d7ca

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

docs/parent/pom.xml

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -173,24 +173,6 @@
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>
@@ -210,6 +192,16 @@
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>

0 commit comments

Comments
 (0)