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 44 <parent >
55 <groupId >me.kpavlov.langchain4j.kotlin</groupId >
66 <artifactId >root</artifactId >
7- <version >0.1.8-SNAPSHOT </version >
7+ <version >0.1.8</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
Original file line number Diff line number Diff line change 44
55 <groupId >me.kpavlov.langchain4j.kotlin</groupId >
66 <artifactId >root</artifactId >
7- <version >0.1.8-SNAPSHOT </version >
7+ <version >0.1.8</version >
88 <packaging >pom</packaging >
99 <name >LangChain4j-Kotlin :: Root</name >
1010 <description >Kotlin enhancements for LangChain4j</description >
3636 <scm >
3737 <connection >scm:git:git://github.com/kpavlov/langchain4j-kotlin.git</connection >
3838 <developerConnection >scm:git:ssh://github.com/kpavlov/langchain4j-kotlin.git</developerConnection >
39- <tag >HEAD </tag >
39+ <tag >v0.1.8 </tag >
4040 <url >https://github.com/kpavlov/langchain4j-kotlin/tree/main</url >
4141 </scm >
4242
4343 <properties >
44- <argLine />
44+ <argLine />
4545 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4646 <kotlin .code.style>official</kotlin .code.style>
4747 <java .version>17</java .version>
251251 <!-- optional: limit format enforcement to just the files changed by this feature branch -->
252252 <ratchetFrom >origin/main</ratchetFrom >
253253 <java >
254- <palantirJavaFormat />
254+ <palantirJavaFormat />
255255 </java >
256256 <kotlin >
257- <ktlint />
257+ <ktlint />
258258 </kotlin >
259259 <markdown >
260260 <includes >
261261 <!-- You have to set the target manually -->
262262 <include >**/*.md</include >
263263 </includes >
264- <flexmark />
264+ <flexmark />
265265 </markdown >
266266 <pom >
267267 <includes >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >me.kpavlov.langchain4j.kotlin</groupId >
66 <artifactId >root</artifactId >
7- <version >0.1.8-SNAPSHOT </version >
7+ <version >0.1.8</version >
88 <relativePath >../pom.xml</relativePath >
99 </parent >
1010
You can’t perform that action at this time.
0 commit comments