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