Skip to content

Commit 351f808

Browse files
Konstantin PavlovKonstantin Pavlov
Konstantin Pavlov
authored and
Konstantin Pavlov
committed
[maven-release-plugin] prepare release v0.1.2
1 parent e2755fa commit 351f808

File tree

3 files changed

+6
-7
lines changed

3 files changed

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

pom.xml

Lines changed: 3 additions & 3 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.2-SNAPSHOT</version>
7+
<version>0.1.2</version>
88
<packaging>pom</packaging>
99
<name>LangChain4j-Kotlin :: Root</name>
1010
<description>Kotlin enhancements for LangChain4j</description>
@@ -37,11 +37,11 @@
3737
<connection>scm:git:git://github.com/kpavlov/langchain4j-kotlin.git</connection>
3838
<developerConnection>scm:git:ssh://github.com/kpavlov/langchain4j-kotlin.git</developerConnection>
3939
<url>https://github.com/kpavlov/langchain4j-kotlin/tree/main</url>
40-
<tag>HEAD</tag>
40+
<tag>v0.1.2</tag>
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>

reports/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.2-SNAPSHOT</version>
7+
<version>0.1.2</version>
98
<relativePath>../pom.xml</relativePath>
109
</parent>
1110

0 commit comments

Comments
 (0)