File tree 3 files changed +6
-8
lines changed 3 files changed +6
-8
lines changed 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.1-SNAPSHOT </version >
7
+ <version >0.1.1</version >
9
8
<relativePath >../pom.xml</relativePath >
10
9
</parent >
11
10
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
6
5
<groupId >me.kpavlov.langchain4j.kotlin</groupId >
7
6
<artifactId >root</artifactId >
8
- <version >0.1.1-SNAPSHOT </version >
7
+ <version >0.1.1</version >
9
8
<packaging >pom</packaging >
10
9
<name >LangChain4j-Kotlin :: Aggregator</name >
11
10
<description >Kotlin enhancements for LangChain4j</description >
38
37
<connection >scm:git:git://github.com/kpavlov/langchain4j-kotlin.git</connection >
39
38
<developerConnection >scm:git:ssh://github.com/kpavlov/langchain4j-kotlin.git</developerConnection >
40
39
<url >https://github.com/kpavlov/langchain4j-kotlin/tree/main</url >
41
- <tag >HEAD </tag >
40
+ <tag >v0.1.1 </tag >
42
41
</scm >
43
42
44
43
<properties >
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.1-SNAPSHOT </version >
7
+ <version >0.1.1</version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
You can’t perform that action at this time.
0 commit comments