Skip to content

Commit 4c617e1

Browse files
committed
Prepare next development iteration
1 parent 490f3cd commit 4c617e1

File tree

48 files changed

+48
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+48
-48
lines changed

document-readers/pdf-reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>0.8.1</version>
8+
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-pdf-document-reader</artifactId>

document-readers/tika-reader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>0.8.1</version>
8+
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-tika-document-reader</artifactId>

models/spring-ai-azure-openai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.ai</groupId>
66
<artifactId>spring-ai</artifactId>
7-
<version>0.8.1</version>
7+
<version>1.0.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-azure-openai</artifactId>

models/spring-ai-bedrock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>0.8.1</version>
8+
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-bedrock</artifactId>

models/spring-ai-huggingface/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.ai</groupId>
66
<artifactId>spring-ai</artifactId>
7-
<version>0.8.1</version>
7+
<version>1.0.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-huggingface</artifactId>

models/spring-ai-mistral-ai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>0.8.1</version>
8+
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-mistral-ai</artifactId>

models/spring-ai-ollama/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>0.8.1</version>
8+
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

models/spring-ai-openai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.ai</groupId>
66
<artifactId>spring-ai</artifactId>
7-
<version>0.8.1</version>
7+
<version>1.0.0-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>spring-ai-openai</artifactId>

models/spring-ai-postgresml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>0.8.1</version>
8+
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-postgresml</artifactId>

models/spring-ai-stability-ai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.ai</groupId>
77
<artifactId>spring-ai</artifactId>
8-
<version>0.8.1</version>
8+
<version>1.0.0-SNAPSHOT</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>spring-ai-stability-ai</artifactId>

0 commit comments

Comments
 (0)