Skip to content

Commit ab04567

Browse files
committed
[maven-release-plugin] prepare release 1.4.4
1 parent 6a267e1 commit ab04567

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

astra-db-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.datastax.astra</groupId>
1111
<artifactId>astra-db-java-parent</artifactId>
12-
<version>1.4.4-SNAPSHOT</version>
12+
<version>1.4.4</version>
1313
</parent>
1414

1515
<properties>

langchain4j-astradb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.datastax.astra</groupId>
1111
<artifactId>astra-db-java-parent</artifactId>
12-
<version>1.4.4-SNAPSHOT</version>
12+
<version>1.4.4</version>
1313
</parent>
1414

1515
<properties>

pom.xml

Lines changed: 3 additions & 5 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
<groupId>com.datastax.astra</groupId>
75
<artifactId>astra-db-java-parent</artifactId>
86
<name>Data API Client</name>
9-
<version>1.4.4-SNAPSHOT</version>
7+
<version>1.4.4</version>
108
<packaging>pom</packaging>
119
<url>https://github.com/datastax/astra-db-java</url>
1210
<inceptionYear>2024</inceptionYear>
@@ -328,7 +326,7 @@
328326
<connection>scm:git:[email protected]:datastax/astra-db-java.git</connection>
329327
<developerConnection>scm:git:[email protected]:datastax/astra-db-java.git</developerConnection>
330328
<url>https://github.com/datastax/astra-db-java</url>
331-
<tag>1.0.0-beta1</tag>
329+
<tag>1.4.4</tag>
332330
</scm>
333331

334332
<developers>

0 commit comments

Comments
 (0)