File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 26
26
<groupId >org.thymeleaf</groupId >
27
27
<artifactId >thymeleaf</artifactId >
28
28
<packaging >jar</packaging >
29
- <version >3.0.12-SNAPSHOT </version >
29
+ <version >3.0.12.RELEASE </version >
30
30
<name >thymeleaf</name >
31
31
<url >http://www.thymeleaf.org</url >
32
32
49
49
<
url >scm:git:
[email protected] :thymeleaf/thymeleaf.git</
url >
50
50
<
connection >scm:git:
[email protected] :thymeleaf/thymeleaf.git</
connection >
51
51
<
developerConnection >scm:git:
[email protected] :thymeleaf/thymeleaf.git</
developerConnection >
52
- <tag >HEAD </tag >
52
+ <tag >thymeleaf-3.0.12.RELEASE </tag >
53
53
</scm >
54
54
55
55
<developers >
240
240
<version >3.0.0</version >
241
241
<executions >
242
242
<!-- Copy javadoc's "element-list" file to "package-list" in order to allow projects -->
243
- <!-- using versions of the javadoc tool < JDK9 to properly link to Thymeleaf's javadoc -->
243
+ <!-- using versions of the javadoc tool < JDK9 to properly link to Thymeleaf's javadoc -->
244
244
<!-- as an external link. -->
245
245
<!-- NOTE this modifies the javadoc AFTER the creation of the jar as it is not possible -->
246
246
<!-- to do so by previously configuring javadoc:javadoc in the prepare-package phase -->
254
254
</goals >
255
255
<configuration >
256
256
<target name =" copy javadocs element-list to package-list" >
257
- <copy file =" ${project.build.directory}/apidocs/element-list"
258
- tofile =" ${project.build.directory}/apidocs/package-list"
259
- failonerror =" false" />
257
+ <copy file =" ${project.build.directory}/apidocs/element-list" tofile =" ${project.build.directory}/apidocs/package-list" failonerror =" false" />
260
258
</target >
261
259
</configuration >
262
260
</execution >
You can’t perform that action at this time.
0 commit comments