Skip to content

Commit 4556c07

Browse files
committed
[pom] Remove old hack to track parent on versions plugin as maven supports now
1 parent 61438ba commit 4556c07

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,6 @@
306306
<!-- Due to maven bug, fix timestamp -->
307307
<timestamp>${maven.build.timestamp}</timestamp>
308308

309-
<!-- Parent Tracking on site -->
310-
<mybatis-parent.version>42-SNAPSHOT</mybatis-parent.version>
311-
312309
<!-- Dependency versions -->
313310
<asm.version>9.6</asm.version>
314311
<base-bundle.version>11</base-bundle.version>
@@ -802,12 +799,6 @@
802799
<artifactId>maven-fluido-skin</artifactId>
803800
<version>${fluido.version}</version>
804801
</dependency>
805-
<dependency>
806-
<groupId>org.mybatis</groupId>
807-
<artifactId>mybatis-parent</artifactId>
808-
<version>${mybatis-parent.version}</version>
809-
<type>pom</type>
810-
</dependency>
811802
</dependencies>
812803
<!-- Execution like this will pick up in the normal site cycle -->
813804
<executions>

0 commit comments

Comments
 (0)