Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Pavlov authored and Konstantin Pavlov committed Jan 13, 2025
1 parent 7047352 commit 800d869
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion langchain4j-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>me.kpavlov.langchain4j.kotlin</groupId>
<artifactId>root</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>me.kpavlov.langchain4j.kotlin</groupId>
<artifactId>root</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<packaging>pom</packaging>
<name>LangChain4j-Kotlin :: Root</name>
<description>Kotlin enhancements for LangChain4j</description>
Expand Down Expand Up @@ -36,12 +36,12 @@
<scm>
<connection>scm:git:git://github.com/kpavlov/langchain4j-kotlin.git</connection>
<developerConnection>scm:git:ssh://github.com/kpavlov/langchain4j-kotlin.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.1.6</tag>
<url>https://github.com/kpavlov/langchain4j-kotlin/tree/main</url>
</scm>

<properties>
<argLine/>
<argLine />
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
<java.version>17</java.version>
Expand Down Expand Up @@ -239,17 +239,17 @@
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
<ratchetFrom>origin/main</ratchetFrom>
<java>
<palantirJavaFormat/>
<palantirJavaFormat />
</java>
<kotlin>
<ktlint/>
<ktlint />
</kotlin>
<markdown>
<includes>
<!-- You have to set the target manually -->
<include>**/*.md</include>
</includes>
<flexmark/>
<flexmark />
</markdown>
<pom>
<includes>
Expand Down
2 changes: 1 addition & 1 deletion reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>me.kpavlov.langchain4j.kotlin</groupId>
<artifactId>root</artifactId>
<version>0.1.6-SNAPSHOT</version>
<version>0.1.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 800d869

Please sign in to comment.