Skip to content

Commit 318c6aa

Browse files
committed
[maven-release-plugin] prepare release 6.2.3.RELEASE
1 parent 50e5cb9 commit 318c6aa

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

pom.xml

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-v4_0_0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<groupId>io.lettuce</groupId>
75
<artifactId>lettuce-core</artifactId>
8-
<version>6.2.3.BUILD-SNAPSHOT</version>
6+
<version>6.2.3.RELEASE</version>
97
<packaging>jar</packaging>
108

119
<name>Lettuce</name>
@@ -84,7 +82,7 @@
8482
<developerConnection>scm:git:https://github.com/lettuce-io/lettuce-core.git
8583
</developerConnection>
8684
<url>http://github.com/lettuce-io/lettuce-core</url>
87-
<tag>HEAD</tag>
85+
<tag>6.2.3.RELEASE</tag>
8886
</scm>
8987

9088
<distributionManagement>
@@ -1066,7 +1064,7 @@
10661064
<arguments>
10671065
<argument>-Xmx2G</argument>
10681066
<argument>-classpath</argument>
1069-
<classpath/>
1067+
<classpath />
10701068
<argument>org.openjdk.jmh.Main</argument>
10711069
<argument>.*</argument>
10721070
<argument>-tu</argument>
@@ -1142,9 +1140,7 @@
11421140
<phase>process-resources</phase>
11431141
<configuration>
11441142
<target>
1145-
<copy failonerror="false"
1146-
file="${project.build.directory}/generated-docs/index.pdf"
1147-
tofile="target/site/reference/pdf/lettuce-reference.pdf"/>
1143+
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="target/site/reference/pdf/lettuce-reference.pdf" />
11481144
</target>
11491145
</configuration>
11501146
<goals>
@@ -1214,9 +1210,9 @@
12141210
<ext-doc>
12151211
https://raw.githubusercontent.com/wiki/lettuce-io/lettuce-core/
12161212
</ext-doc>
1217-
<allow-uri-read/>
1218-
<docinfo/>
1219-
<toc2/>
1213+
<allow-uri-read />
1214+
<docinfo />
1215+
<toc2 />
12201216
<icons>font</icons>
12211217
<source-highlighter>coderay</source-highlighter>
12221218
</attributes>

0 commit comments

Comments
 (0)