File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" 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-4.0.0.xsd" >
2
+ <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-4.0.0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<parent >
6
5
<groupId >me.kpavlov.langchain4j.kotlin</groupId >
7
6
<artifactId >root</artifactId >
8
- <version >0.1.10-SNAPSHOT </version >
7
+ <version >0.1.10</version >
9
8
<relativePath >../pom.xml</relativePath >
10
9
</parent >
11
10
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >me.kpavlov.langchain4j.kotlin</groupId >
6
6
<artifactId >root</artifactId >
7
- <version >0.1.10-SNAPSHOT </version >
7
+ <version >0.1.10</version >
8
8
<packaging >pom</packaging >
9
9
<name >LangChain4j-Kotlin :: Root</name >
10
10
<description >Kotlin enhancements for LangChain4j</description >
36
36
<scm >
37
37
<connection >scm:git:git://github.com/kpavlov/langchain4j-kotlin.git</connection >
38
38
<developerConnection >scm:git:ssh://github.com/kpavlov/langchain4j-kotlin.git</developerConnection >
39
- <tag >HEAD </tag >
39
+ <tag >v0.1.10 </tag >
40
40
<url >https://github.com/kpavlov/langchain4j-kotlin/tree/main</url >
41
41
</scm >
42
42
43
43
<properties >
44
- <argLine />
44
+ <argLine />
45
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
46
46
<kotlin .code.style>official</kotlin .code.style>
47
47
<java .version>17</java .version>
209
209
<groupId >com.github.ozsie</groupId >
210
210
<artifactId >detekt-maven-plugin</artifactId >
211
211
<version >1.23.8</version >
212
- <configuration />
212
+ <configuration />
213
213
</plugin >
214
214
<plugin >
215
215
<groupId >org.jetbrains.kotlinx</groupId >
246
246
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
247
247
<ratchetFrom >origin/main</ratchetFrom >
248
248
<java >
249
- <palantirJavaFormat />
249
+ <palantirJavaFormat />
250
250
</java >
251
251
<kotlin >
252
- <ktlint />
252
+ <ktlint />
253
253
</kotlin >
254
254
<markdown >
255
255
<includes >
256
256
<!-- You have to set the target manually -->
257
257
<include >**/*.md</include >
258
258
</includes >
259
- <flexmark />
259
+ <flexmark />
260
260
</markdown >
261
261
<pom >
262
262
<includes >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >me.kpavlov.langchain4j.kotlin</groupId >
6
6
<artifactId >root</artifactId >
7
- <version >0.1.10-SNAPSHOT </version >
7
+ <version >0.1.10</version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
You can’t perform that action at this time.
0 commit comments