Commit 318c6aa 1 parent 50e5cb9 commit 318c6aa Copy full SHA for 318c6aa
File tree 1 file changed +8
-12
lines changed
1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 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" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
6
4
<groupId >io.lettuce</groupId >
7
5
<artifactId >lettuce-core</artifactId >
8
- <version >6.2.3.BUILD-SNAPSHOT </version >
6
+ <version >6.2.3.RELEASE </version >
9
7
<packaging >jar</packaging >
10
8
11
9
<name >Lettuce</name >
84
82
<developerConnection >scm:git:https://github.com/lettuce-io/lettuce-core.git
85
83
</developerConnection >
86
84
<url >http://github.com/lettuce-io/lettuce-core</url >
87
- <tag >HEAD </tag >
85
+ <tag >6.2.3.RELEASE </tag >
88
86
</scm >
89
87
90
88
<distributionManagement >
1066
1064
<arguments >
1067
1065
<argument >-Xmx2G</argument >
1068
1066
<argument >-classpath</argument >
1069
- <classpath />
1067
+ <classpath />
1070
1068
<argument >org.openjdk.jmh.Main</argument >
1071
1069
<argument >.*</argument >
1072
1070
<argument >-tu</argument >
1142
1140
<phase >process-resources</phase >
1143
1141
<configuration >
1144
1142
<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" />
1148
1144
</target >
1149
1145
</configuration >
1150
1146
<goals >
1214
1210
<ext-doc >
1215
1211
https://raw.githubusercontent.com/wiki/lettuce-io/lettuce-core/
1216
1212
</ext-doc >
1217
- <allow-uri-read />
1218
- <docinfo />
1219
- <toc2 />
1213
+ <allow-uri-read />
1214
+ <docinfo />
1215
+ <toc2 />
1220
1216
<icons >font</icons >
1221
1217
<source-highlighter >coderay</source-highlighter >
1222
1218
</attributes >
You can’t perform that action at this time.
0 commit comments