Skip to content

Commit b246f48

Browse files
committed
[maven-release-plugin] prepare release v0.1.10
1 parent a68a2aa commit b246f48

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

langchain4j-kotlin/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>me.kpavlov.langchain4j.kotlin</groupId>
76
<artifactId>root</artifactId>
8-
<version>0.1.10-SNAPSHOT</version>
7+
<version>0.1.10</version>
98
<relativePath>../pom.xml</relativePath>
109
</parent>
1110

pom.xml

Lines changed: 7 additions & 7 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.10-SNAPSHOT</version>
7+
<version>0.1.10</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.10</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>
@@ -209,7 +209,7 @@
209209
<groupId>com.github.ozsie</groupId>
210210
<artifactId>detekt-maven-plugin</artifactId>
211211
<version>1.23.8</version>
212-
<configuration/>
212+
<configuration />
213213
</plugin>
214214
<plugin>
215215
<groupId>org.jetbrains.kotlinx</groupId>
@@ -246,17 +246,17 @@
246246
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
247247
<ratchetFrom>origin/main</ratchetFrom>
248248
<java>
249-
<palantirJavaFormat/>
249+
<palantirJavaFormat />
250250
</java>
251251
<kotlin>
252-
<ktlint/>
252+
<ktlint />
253253
</kotlin>
254254
<markdown>
255255
<includes>
256256
<!-- You have to set the target manually -->
257257
<include>**/*.md</include>
258258
</includes>
259-
<flexmark/>
259+
<flexmark />
260260
</markdown>
261261
<pom>
262262
<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.10-SNAPSHOT</version>
7+
<version>0.1.10</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)