Skip to content

Commit 27a6e3b

Browse files
Konstantin PavlovKonstantin Pavlov
Konstantin Pavlov
authored and
Konstantin Pavlov
committed
[maven-release-plugin] prepare release v0.1.7
1 parent fd0011d commit 27a6e3b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.7-SNAPSHOT</version>
7+
<version>0.1.7</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 2 additions & 2 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.7-SNAPSHOT</version>
7+
<version>0.1.7</version>
88
<packaging>pom</packaging>
99
<name>LangChain4j-Kotlin :: Root</name>
1010
<description>Kotlin enhancements for LangChain4j</description>
@@ -36,7 +36,7 @@
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.7</tag>
4040
<url>https://github.com/kpavlov/langchain4j-kotlin/tree/main</url>
4141
</scm>
4242

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.7-SNAPSHOT</version>
7+
<version>0.1.7</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)