Skip to content

Commit

Permalink
[After Release] Prepare next snapshots 0.8.1.BETA-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanyonkov committed Dec 30, 2023
1 parent 83327b2 commit e984dd1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
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.0.BETA</version>
<version>0.8.1.BETA-SNAPSHOT</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.0.BETA</internal.modules.version>
<internal.modules.version>0.8.1.BETA-SNAPSHOT</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.0.BETA</version>
<version>0.8.1.BETA-SNAPSHOT</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.0.BETA</version>
<version>0.8.1.BETA-SNAPSHOT</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.BETA</version>
<version>0.8.1.BETA-SNAPSHOT</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.BETA</version>
<version>0.8.1.BETA-SNAPSHOT</version>
</dependency>

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

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

0 comments on commit e984dd1

Please sign in to comment.