Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 6.3.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Nov 15, 2023
1 parent 14fa0b0 commit 9bb1669
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 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.3.0.BUILD-SNAPSHOT</version>
<version>6.3.0.RELEASE</version>
<packaging>jar</packaging>

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

<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -1141,7 +1140,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 @@ -1217,9 +1216,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 @@ -1289,9 +1286,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 9bb1669

Please sign in to comment.