Skip to content

Commit 498a310

Browse files
committed
Merge pull request #59 from hazendaz/master
[pom] Revert parent 27 and add temp patch for velocity license headers
2 parents c244fcf + 7447ec3 commit 498a310

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.mybatis</groupId>
2424
<artifactId>mybatis-parent</artifactId>
25-
<version>28-SNAPSHOT</version>
25+
<version>27</version>
2626
<relativePath />
2727
</parent>
2828

@@ -82,4 +82,19 @@
8282
</dependencies>
8383
</dependencyManagement>
8484

85+
<!-- TODO: Temporary until parent 28 released -->
86+
<build>
87+
<plugins>
88+
<plugin>
89+
<groupId>com.mycila</groupId>
90+
<artifactId>license-maven-plugin</artifactId>
91+
<configuration>
92+
<mapping>
93+
<xml.vm>XML_STYLE</xml.vm>
94+
</mapping>
95+
</configuration>
96+
</plugin>
97+
</plugins>
98+
</build>
99+
85100
</project>

0 commit comments

Comments
 (0)