Skip to content

Commit 9123b6a

Browse files
committed
Prepare for v1.0.0 release
1 parent 840d57a commit 9123b6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.microsoft.openai.samples.rag</groupId>
1212
<artifactId>search-demo-java</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>1.0.0</version>
1414
<name>openai-search-demo-java</name>
1515
<description>This sample demonstrates a few approaches for creating ChatGPT-like experiences over your own data using the Retrieval Augmented Generation pattern</description>
1616
<properties>

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
name: azure-search-openai-demo
44
metadata:
5-
template: azure-search-openai-demo-java@0.0.3-beta
5+
template: azure-search-openai-demo-java@1.0.0
66
services:
77
backend:
88
project: ./app/backend

0 commit comments

Comments
 (0)