Skip to content

Commit

Permalink
[Release] Prepare for release 0.8.1.BETA-JDK11
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanyonkov committed Jan 10, 2024
1 parent 5a615d3 commit ac71a87
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ In the next chapters you will see an explanation of all key concepts.
<dependency>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api-sdk</artifactId>
<version>0.8.1.BETA-JDK11-SNAPSHOT</version>
<version>0.8.1.BETA-JDK11</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions openai-api-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api</artifactId>
<version>0.8.1.BETA-JDK11-SNAPSHOT</version>
<version>0.8.1.BETA-JDK11</version>
</parent>

<artifactId>openai-api-coverage</artifactId>
Expand All @@ -15,7 +15,7 @@
<description>Codexio Ltd. Open AI API SDK Test Coverage Aggregate Module</description>

<properties>
<internal.modules.version>0.8.1.BETA-JDK11-SNAPSHOT</internal.modules.version>
<internal.modules.version>0.8.1.BETA-JDK11</internal.modules.version>
<skipDeploy>false</skipDeploy>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions openai-api-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api</artifactId>
<version>0.8.1.BETA-JDK11-SNAPSHOT</version>
<version>0.8.1.BETA-JDK11</version>
</parent>

<artifactId>openai-api-examples</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api-sdk</artifactId>
<version>0.8.1.BETA-JDK11-SNAPSHOT</version>
<version>0.8.1.BETA-JDK11</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions openai-api-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api</artifactId>
<version>0.8.1.BETA-JDK11-SNAPSHOT</version>
<version>0.8.1.BETA-JDK11</version>
</parent>

<artifactId>openai-api-http</artifactId>
Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api-models</artifactId>
<version>0.8.1.BETA-JDK11-SNAPSHOT</version>
<version>0.8.1.BETA-JDK11</version>
</dependency>

<dependency>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api-payload</artifactId>
<version>0.8.1.BETA-JDK11-SNAPSHOT</version>
<version>0.8.1.BETA-JDK11</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion openai-api-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api</artifactId>
<version>0.8.1.BETA-JDK11-SNAPSHOT</version>
<version>0.8.1.BETA-JDK11</version>
</parent>

<artifactId>openai-api-models</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openai-api-payload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api</artifactId>
<version>0.8.1.BETA-JDK11-SNAPSHOT</version>
<version>0.8.1.BETA-JDK11</version>
</parent>

<artifactId>openai-api-payload</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions openai-api-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api</artifactId>
<version>0.8.1.BETA-JDK11-SNAPSHOT</version>
<version>0.8.1.BETA-JDK11</version>
</parent>

<artifactId>openai-api-sdk</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api-http</artifactId>
<version>0.8.1.BETA-JDK11-SNAPSHOT</version>
<version>0.8.1.BETA-JDK11</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api</artifactId>
<version>0.8.1.BETA-JDK11-SNAPSHOT</version>
<version>0.8.1.BETA-JDK11</version>
<packaging>pom</packaging>

<name>Codexio Ltd. OpenAI API</name>
Expand Down

0 comments on commit ac71a87

Please sign in to comment.