File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 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.8-SNAPSHOT </version >
7
+ <version >0.1.8</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.8-SNAPSHOT </version >
7
+ <version >0.1.8</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.8 </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>
251
251
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
252
252
<ratchetFrom >origin/main</ratchetFrom >
253
253
<java >
254
- <palantirJavaFormat />
254
+ <palantirJavaFormat />
255
255
</java >
256
256
<kotlin >
257
- <ktlint />
257
+ <ktlint />
258
258
</kotlin >
259
259
<markdown >
260
260
<includes >
261
261
<!-- You have to set the target manually -->
262
262
<include >**/*.md</include >
263
263
</includes >
264
- <flexmark />
264
+ <flexmark />
265
265
</markdown >
266
266
<pom >
267
267
<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.8-SNAPSHOT </version >
7
+ <version >0.1.8</version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
You can’t perform that action at this time.
0 commit comments