File tree 3 files changed +7
-12
lines changed 3 files changed +7
-12
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"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- 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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >me.kpavlov.langchain4j.kotlin</groupId >
8
6
<artifactId >langchain4j-kotlin-aggregator</artifactId >
9
- <version >0.1.0-SNAPSHOT </version >
7
+ <version >0.1.0</version >
10
8
</parent >
11
9
12
10
<artifactId >langchain4j-core-kotlin</artifactId >
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 >langchain4j-kotlin-aggregator</artifactId >
8
- <version >0.1.0-SNAPSHOT </version >
7
+ <version >0.1.0</version >
9
8
<packaging >pom</packaging >
10
9
<name >LangChain4j-Kotlin :: Aggregator</name >
11
10
<description >Kotlin enhancements for LangChain4j</description >
288
287
<connection >scm:git:git://github.com/kpavlov/langchain4j-kotlin.git</connection >
289
288
<developerConnection >scm:git:ssh://github.com/kpavlov/langchain4j-kotlin.git</developerConnection >
290
289
<url >https://github.com/kpavlov/langchain4j-kotlin/tree/main</url >
291
- <tag >HEAD </tag >
290
+ <tag >v0.1.0 </tag >
292
291
</scm >
293
292
294
293
<licenses >
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"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- 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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
<parent >
7
5
<groupId >me.kpavlov.langchain4j.kotlin</groupId >
8
6
<artifactId >langchain4j-kotlin-aggregator</artifactId >
9
- <version >0.1.0-SNAPSHOT </version >
7
+ <version >0.1.0</version >
10
8
</parent >
11
9
12
10
<artifactId >reports</artifactId >
You can’t perform that action at this time.
0 commit comments