Skip to content

Commit a744b50

Browse files
authored
Update pom.xml
1 parent cdcab21 commit a744b50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

neo4j-example/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.langchain4j</groupId>
88
<artifactId>neo4j-example</artifactId>
9-
<version>1.0.0-beta4</version>
9+
<version>1.0.0-beta7</version>
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
@@ -29,12 +29,12 @@
2929
<dependency>
3030
<groupId>dev.langchain4j</groupId>
3131
<artifactId>langchain4j-spring-boot-starter</artifactId>
32-
<version>1.1.0-beta7</version>
32+
<version>${project.version}</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>dev.langchain4j</groupId>
3636
<artifactId>langchain4j-community-neo4j</artifactId>
37-
<version>1.1.0-beta7</version>
37+
<version>${project.version}</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>dev.langchain4j</groupId>
@@ -45,13 +45,13 @@
4545
<dependency>
4646
<groupId>dev.langchain4j</groupId>
4747
<artifactId>langchain4j-community-neo4j-retriever</artifactId>
48-
<version>1.1.0-beta7</version>
48+
<version>${project.version}</version>
4949
</dependency>
5050

5151
<dependency>
5252
<groupId>dev.langchain4j</groupId>
5353
<artifactId>langchain4j-embeddings-all-minilm-l6-v2</artifactId>
54-
<version>1.1.0-beta7</version>
54+
<version>${project.version}</version>
5555
</dependency>
5656

5757
<dependency>
@@ -73,4 +73,4 @@
7373

7474
</dependencies>
7575

76-
</project>
76+
</project>

0 commit comments

Comments
 (0)