Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 6.2.3.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Feb 16, 2023
1 parent 50e5cb9 commit 318c6aa
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.2.3.BUILD-SNAPSHOT</version>
<version>6.2.3.RELEASE</version>
<packaging>jar</packaging>

<name>Lettuce</name>
Expand Down Expand Up @@ -84,7 +82,7 @@
<developerConnection>scm:git:https://github.com/lettuce-io/lettuce-core.git
</developerConnection>
<url>http://github.com/lettuce-io/lettuce-core</url>
<tag>HEAD</tag>
<tag>6.2.3.RELEASE</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -1066,7 +1064,7 @@
<arguments>
<argument>-Xmx2G</argument>
<argument>-classpath</argument>
<classpath/>
<classpath />
<argument>org.openjdk.jmh.Main</argument>
<argument>.*</argument>
<argument>-tu</argument>
Expand Down Expand Up @@ -1142,9 +1140,7 @@
<phase>process-resources</phase>
<configuration>
<target>
<copy failonerror="false"
file="${project.build.directory}/generated-docs/index.pdf"
tofile="target/site/reference/pdf/lettuce-reference.pdf"/>
<copy failonerror="false" file="${project.build.directory}/generated-docs/index.pdf" tofile="target/site/reference/pdf/lettuce-reference.pdf" />
</target>
</configuration>
<goals>
Expand Down Expand Up @@ -1214,9 +1210,9 @@
<ext-doc>
https://raw.githubusercontent.com/wiki/lettuce-io/lettuce-core/
</ext-doc>
<allow-uri-read/>
<docinfo/>
<toc2/>
<allow-uri-read />
<docinfo />
<toc2 />
<icons>font</icons>
<source-highlighter>coderay</source-highlighter>
</attributes>
Expand Down

0 comments on commit 318c6aa

Please sign in to comment.