Skip to content

Commit 9a9dec1

Browse files
[maven-release-plugin] prepare release thymeleaf-3.0.12.RELEASE
1 parent 2dc77bb commit 9a9dec1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<groupId>org.thymeleaf</groupId>
2727
<artifactId>thymeleaf</artifactId>
2828
<packaging>jar</packaging>
29-
<version>3.0.12-SNAPSHOT</version>
29+
<version>3.0.12.RELEASE</version>
3030
<name>thymeleaf</name>
3131
<url>http://www.thymeleaf.org</url>
3232

@@ -49,7 +49,7 @@
4949
<url>scm:git:[email protected]:thymeleaf/thymeleaf.git</url>
5050
<connection>scm:git:[email protected]:thymeleaf/thymeleaf.git</connection>
5151
<developerConnection>scm:git:[email protected]:thymeleaf/thymeleaf.git</developerConnection>
52-
<tag>HEAD</tag>
52+
<tag>thymeleaf-3.0.12.RELEASE</tag>
5353
</scm>
5454

5555
<developers>
@@ -240,7 +240,7 @@
240240
<version>3.0.0</version>
241241
<executions>
242242
<!-- 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 -->
244244
<!-- as an external link. -->
245245
<!-- NOTE this modifies the javadoc AFTER the creation of the jar as it is not possible -->
246246
<!-- to do so by previously configuring javadoc:javadoc in the prepare-package phase -->
@@ -254,9 +254,7 @@
254254
</goals>
255255
<configuration>
256256
<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" />
260258
</target>
261259
</configuration>
262260
</execution>

0 commit comments

Comments
 (0)