File tree 3 files changed +8
-8
lines changed 3 files changed +8
-8
lines changed 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.6-SNAPSHOT </version >
7
+ <version >0.1.6</version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
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.6-SNAPSHOT </version >
7
+ <version >0.1.6</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.6 </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>
239
239
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
240
240
<ratchetFrom >origin/main</ratchetFrom >
241
241
<java >
242
- <palantirJavaFormat />
242
+ <palantirJavaFormat />
243
243
</java >
244
244
<kotlin >
245
- <ktlint />
245
+ <ktlint />
246
246
</kotlin >
247
247
<markdown >
248
248
<includes >
249
249
<!-- You have to set the target manually -->
250
250
<include >**/*.md</include >
251
251
</includes >
252
- <flexmark />
252
+ <flexmark />
253
253
</markdown >
254
254
<pom >
255
255
<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.6-SNAPSHOT </version >
7
+ <version >0.1.6</version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
You can’t perform that action at this time.
0 commit comments