Skip to content

Commit 583bedb

Browse files
Konstantin PavlovKonstantin Pavlov
Konstantin Pavlov
authored and
Konstantin Pavlov
committed
[maven-release-plugin] prepare release v0.1.1
1 parent e8de04f commit 583bedb

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

langchain4j-kotlin/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.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
98
<relativePath>../pom.xml</relativePath>
109
</parent>
1110

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>root</artifactId>
8-
<version>0.1.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
98
<packaging>pom</packaging>
109
<name>LangChain4j-Kotlin :: Aggregator</name>
1110
<description>Kotlin enhancements for LangChain4j</description>
@@ -38,7 +37,7 @@
3837
<connection>scm:git:git://github.com/kpavlov/langchain4j-kotlin.git</connection>
3938
<developerConnection>scm:git:ssh://github.com/kpavlov/langchain4j-kotlin.git</developerConnection>
4039
<url>https://github.com/kpavlov/langchain4j-kotlin/tree/main</url>
41-
<tag>HEAD</tag>
40+
<tag>v0.1.1</tag>
4241
</scm>
4342

4443
<properties>

reports/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.1-SNAPSHOT</version>
7+
<version>0.1.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)