move to 0.8.0-SNAPSHOT

This commit is contained in:
Mark Pollack
2023-12-11 11:53:06 -05:00
parent 5f7e78bd1b
commit 8cc941d5ad
36 changed files with 190 additions and 146 deletions

View File

@@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.experimental.ai</groupId>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai</artifactId>
<version>0.7.1-SNAPSHOT</version>
<version>0.8.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-ai-pinecone</artifactId>
@@ -27,7 +27,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.experimental.ai</groupId>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -46,14 +46,14 @@
<!-- TESTING -->
<dependency>
<groupId>org.springframework.experimental.ai</groupId>
<groupId>org.springframework.ai</groupId>
<artifactId>transformers-embedding</artifactId>
<version>${parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.experimental.ai</groupId>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-test</artifactId>
<version>${parent.version}</version>
<scope>test</scope>