Skip to content

Commit

Permalink
Prepare for 1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dantelmomsft committed May 16, 2024
1 parent 1e9e7f2 commit 851a190
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion app/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.microsoft.openai.samples.rag</groupId>
<artifactId>search-demo-java</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>openai-search-demo-java</name>
<description>This sample demonstrates a few approaches for creating ChatGPT-like experiences over your own data using the Retrieval Augmented Generation pattern</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "1.3.0-alpha",
"version": "1.3.0",
"type": "module",
"engines": {
"node": ">=14.0.0"
Expand Down
2 changes: 1 addition & 1 deletion app/indexer/cli/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>indexer-parent</artifactId>
<groupId>com.microsoft.openai.samples</groupId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>indexer-cli</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions app/indexer/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.openai.samples</groupId>
<artifactId>indexer-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.microsoft.openai.samples</groupId>
<artifactId>indexer-core</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion app/indexer/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.microsoft.openai.samples</groupId>
<artifactId>indexer-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions app/indexer/functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.microsoft.openai.samples</groupId>
<artifactId>indexer-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.microsoft.openai.samples</groupId>
<artifactId>indexer-core</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions app/indexer/microservice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.microsoft.openai.samples</groupId>
<artifactId>indexer-microservice</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>


<properties>
Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.microsoft.openai.samples</groupId>
<artifactId>indexer-core</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion app/indexer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microsoft.openai.samples</groupId>
<artifactId>indexer-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion deploy/aca/azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: azure-search-openai-demo-java-aca
metadata:
template: [email protected].alpha
template: [email protected]
services:
api:
project: ../../app/backend
Expand Down
2 changes: 1 addition & 1 deletion deploy/aks/azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: azure-search-openai-demo-java-aks
metadata:
template: [email protected].alpha
template: [email protected]
services:
api:
project: ../../app/backend
Expand Down
2 changes: 1 addition & 1 deletion deploy/app-service/azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: azure-search-openai-demo-java-app-service
metadata:

template: [email protected].alpha
template: [email protected]
services:
backend:
project: ../../app/backend
Expand Down

0 comments on commit 851a190

Please sign in to comment.