Skip to content

Commit

Permalink
[Release] Prepare for release 0.8.0.BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanyonkov committed Dec 30, 2023
1 parent 55cd50c commit 83327b2
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
5 changes: 3 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.0-SNAPSHOT</version>
<version>0.8.0.BETA</version>
</parent>

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

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

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

<artifactId>openai-api-examples</artifactId>
<packaging>jar</packaging>

<properties>
<skipDeploy>false</skipDeploy>
</properties>

<dependencies>

<dependency>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api-sdk</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0.BETA</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.0-SNAPSHOT</version>
<version>0.8.0.BETA</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.0-SNAPSHOT</version>
<version>0.8.0.BETA</version>
</dependency>

<dependency>
<groupId>bg.codexio.ai</groupId>
<artifactId>openai-api-payload</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.8.0.BETA</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.0-SNAPSHOT</version>
<version>0.8.0.BETA</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.0-SNAPSHOT</version>
<version>0.8.0.BETA</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.0-SNAPSHOT</version>
<version>0.8.0.BETA</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.0-SNAPSHOT</version>
<version>0.8.0.BETA</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions 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.0-SNAPSHOT</version>
<version>0.8.0.BETA</version>
<packaging>pom</packaging>

<name>Codexio Ltd. OpenAI API</name>
Expand Down Expand Up @@ -68,7 +68,7 @@
<source.plugin.version>3.3.0</source.plugin.version>
<jacoco.plugin.version>0.8.11</jacoco.plugin.version>

<skipDeploy>true</skipDeploy>
<skipDeploy>false</skipDeploy>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 83327b2

Please sign in to comment.