Skip to content

Commit 2201390

Browse files
Konstantin PavlovKonstantin Pavlov
authored andcommitted
[maven-release-plugin] prepare release v0.1.8
1 parent 5788fb1 commit 2201390

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

langchain4j-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>
@@ -36,12 +36,12 @@
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>
@@ -251,17 +251,17 @@
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>

reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

0 commit comments

Comments
 (0)