File tree 3 files changed +6
-7
lines changed 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >me.kpavlov.langchain4j.kotlin</groupId >
6
6
<artifactId >root</artifactId >
7
- <version >0.1.2-SNAPSHOT </version >
7
+ <version >0.1.2</version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >me.kpavlov.langchain4j.kotlin</groupId >
6
6
<artifactId >root</artifactId >
7
- <version >0.1.2-SNAPSHOT </version >
7
+ <version >0.1.2</version >
8
8
<packaging >pom</packaging >
9
9
<name >LangChain4j-Kotlin :: Root</name >
10
10
<description >Kotlin enhancements for LangChain4j</description >
37
37
<connection >scm:git:git://github.com/kpavlov/langchain4j-kotlin.git</connection >
38
38
<developerConnection >scm:git:ssh://github.com/kpavlov/langchain4j-kotlin.git</developerConnection >
39
39
<url >https://github.com/kpavlov/langchain4j-kotlin/tree/main</url >
40
- <tag >HEAD </tag >
40
+ <tag >v0.1.2 </tag >
41
41
</scm >
42
42
43
43
<properties >
44
- <argLine />
44
+ <argLine />
45
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
46
46
<kotlin .code.style>official</kotlin .code.style>
47
47
<java .version>17</java .version>
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<parent >
6
5
<groupId >me.kpavlov.langchain4j.kotlin</groupId >
7
6
<artifactId >root</artifactId >
8
- <version >0.1.2-SNAPSHOT </version >
7
+ <version >0.1.2</version >
9
8
<relativePath >../pom.xml</relativePath >
10
9
</parent >
11
10
You can’t perform that action at this time.
0 commit comments