Skip to content

Commit b0dd6c9

Browse files
committed
[maven-release-plugin] rollback the release of 1.4.0
1 parent f1eec08 commit b0dd6c9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

langchain4j-astradb/pom.xml

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

1012
<properties>
1113
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -130,7 +132,7 @@
130132
<connection>scm:git:[email protected]:datastax/astra-db-java.git</connection>
131133
<developerConnection>scm:git:[email protected]:datastax/astra-db-java.git</developerConnection>
132134
<url>https://github.com/datastax/astra-db-java</url>
133-
<tag>1.4.0</tag>
135+
<tag>1.0.0-beta1</tag>
134136
</scm>
135137

136138
</project>

0 commit comments

Comments
 (0)