Skip to content

Commit 9d284c6

Browse files
committed
[maven-release-plugin] prepare release 1.4.1
1 parent b0dd6c9 commit 9d284c6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

langchain4j-astradb/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
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
<groupId>com.datastax.astra</groupId>
75
<artifactId>langchain4j-astradb</artifactId>
86
<name>LangChain4j :: Integration :: AstraDB</name>
97
<description>Some dependencies have a "Public Domain" license</description>
10-
<version>1.4.0-SNAPSHOT</version>
8+
<version>1.4.1</version>
119

1210
<properties>
1311
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -132,7 +130,7 @@
132130
<connection>scm:git:[email protected]:datastax/astra-db-java.git</connection>
133131
<developerConnection>scm:git:[email protected]:datastax/astra-db-java.git</developerConnection>
134132
<url>https://github.com/datastax/astra-db-java</url>
135-
<tag>1.0.0-beta1</tag>
133+
<tag>1.4.1</tag>
136134
</scm>
137135

138136
</project>

0 commit comments

Comments
 (0)