Skip to content

Commit 1a6e690

Browse files
Konstantin PavlovKonstantin Pavlov
Konstantin Pavlov
authored and
Konstantin Pavlov
committed
[maven-release-plugin] prepare release v0.1.3
1 parent 1e9b886 commit 1a6e690

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.3-SNAPSHOT</version>
7+
<version>0.1.3</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.3-SNAPSHOT</version>
7+
<version>0.1.3</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.3</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>
@@ -236,17 +236,17 @@
236236
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
237237
<ratchetFrom>origin/main</ratchetFrom>
238238
<java>
239-
<palantirJavaFormat/>
239+
<palantirJavaFormat />
240240
</java>
241241
<kotlin>
242-
<ktlint/>
242+
<ktlint />
243243
</kotlin>
244244
<markdown>
245245
<includes>
246246
<!-- You have to set the target manually -->
247247
<include>**/*.md</include>
248248
</includes>
249-
<flexmark/>
249+
<flexmark />
250250
</markdown>
251251
<pom>
252252
<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.3-SNAPSHOT</version>
7+
<version>0.1.3</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)