Skip to content

Commit f7459d9

Browse files
committed
update examples to use 1.5.0
1 parent e5c86e1 commit f7459d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.datastax.astra</groupId>
1010
<artifactId>astra-db-java-parent</artifactId>
11-
<version>1.4.7-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
</parent>
1313

1414
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<modules>
1414
<module>astra-db-java</module>
1515
<module>langchain4j-astradb</module>
16-
<!--<module>examples</module>-->
17-
<!--<module>tools</module>-->
16+
<module>examples</module>
17+
<module>tools</module>
1818
</modules>
1919

2020
<properties>

tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.datastax.astra</groupId>
1010
<artifactId>astra-db-java-parent</artifactId>
11-
<version>1.4.7-SNAPSHOT</version>
11+
<version>1.5.0</version>
1212
</parent>
1313

1414
<dependencies>

0 commit comments

Comments
 (0)