Skip to content

Commit 947585c

Browse files
Konstantin PavlovKonstantin Pavlov
Konstantin Pavlov
authored and
Konstantin Pavlov
committed
[maven-release-plugin] prepare release v0.1.0
1 parent 282c46d commit 947585c

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

langchain4j-core-kotlin/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>me.kpavlov.langchain4j.kotlin</groupId>
86
<artifactId>langchain4j-kotlin-aggregator</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
108
</parent>
119

1210
<artifactId>langchain4j-core-kotlin</artifactId>

pom.xml

Lines changed: 3 additions & 4 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>langchain4j-kotlin-aggregator</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
98
<packaging>pom</packaging>
109
<name>LangChain4j-Kotlin :: Aggregator</name>
1110
<description>Kotlin enhancements for LangChain4j</description>
@@ -288,7 +287,7 @@
288287
<connection>scm:git:git://github.com/kpavlov/langchain4j-kotlin.git</connection>
289288
<developerConnection>scm:git:ssh://github.com/kpavlov/langchain4j-kotlin.git</developerConnection>
290289
<url>https://github.com/kpavlov/langchain4j-kotlin/tree/main</url>
291-
<tag>HEAD</tag>
290+
<tag>v0.1.0</tag>
292291
</scm>
293292

294293
<licenses>

reports/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>me.kpavlov.langchain4j.kotlin</groupId>
86
<artifactId>langchain4j-kotlin-aggregator</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
7+
<version>0.1.0</version>
108
</parent>
119

1210
<artifactId>reports</artifactId>

0 commit comments

Comments
 (0)