Skip to content

Commit f56ce46

Browse files
committed
[maven-release-plugin] prepare release v0.3.0
1 parent c2b0263 commit f56ce46

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
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.2.1-SNAPSHOT</version>
7+
<version>0.3.0</version>
98
<relativePath>../pom.xml</relativePath>
109
</parent>
1110

pom.xml

Lines changed: 8 additions & 9 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

65
<groupId>me.kpavlov.langchain4j.kotlin</groupId>
76
<artifactId>root</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.3.0</version>
98
<packaging>pom</packaging>
109
<name>LangChain4j-Kotlin :: Root</name>
1110
<description>Kotlin enhancements for LangChain4j</description>
@@ -36,12 +35,12 @@
3635
<scm>
3736
<connection>scm:git:git://github.com/kpavlov/langchain4j-kotlin.git</connection>
3837
<developerConnection>scm:git:ssh://github.com/kpavlov/langchain4j-kotlin.git</developerConnection>
39-
<tag>HEAD</tag>
38+
<tag>v0.3.0</tag>
4039
<url>https://github.com/kpavlov/langchain4j-kotlin/tree/main</url>
4140
</scm>
4241

4342
<properties>
44-
<argLine/>
43+
<argLine />
4544
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4645
<kotlin.code.style>official</kotlin.code.style>
4746
<java.version>17</java.version>
@@ -220,7 +219,7 @@
220219
<groupId>com.github.ozsie</groupId>
221220
<artifactId>detekt-maven-plugin</artifactId>
222221
<version>1.23.8</version>
223-
<configuration/>
222+
<configuration />
224223
</plugin>
225224
<plugin>
226225
<groupId>org.jetbrains.kotlinx</groupId>
@@ -274,17 +273,17 @@
274273
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
275274
<ratchetFrom>origin/main</ratchetFrom>
276275
<java>
277-
<palantirJavaFormat/>
276+
<palantirJavaFormat />
278277
</java>
279278
<kotlin>
280-
<ktlint/>
279+
<ktlint />
281280
</kotlin>
282281
<markdown>
283282
<includes>
284283
<!-- You have to set the target manually -->
285284
<include>**/*.md</include>
286285
</includes>
287-
<flexmark/>
286+
<flexmark />
288287
</markdown>
289288
<pom>
290289
<includes>

0 commit comments

Comments
 (0)