Skip to content

Commit

Permalink
Release (#75)
Browse files Browse the repository at this point in the history
* Changing the version to reflect the pom versions for the release

* [maven-release-plugin] prepare release v10.0.15

* Changing the version to reflect the pom versions for the release

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: linhpd-axonivy <[email protected]>
  • Loading branch information
github-actions[bot] and linhpd-axonivy authored Aug 7, 2024
1 parent 728124d commit 965cc9b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion openai-assistant-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.openai</groupId>
<artifactId>openai-assistant-product</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.16-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion openai-assistant/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Axon Ivy OpenAI assistant
Bundle-SymbolicName: openai-assistant;singleton:=true
Bundle-Version: 10.0.15.qualifier
Bundle-Version: 10.0.16.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.commands,
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion openai-assistant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.axonivy.connector.openai</groupId>
<artifactId>openai-assistant</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.16-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion openai-connector-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.openai</groupId>
<artifactId>openai-connector-demo</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.16-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion openai-connector-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.openai</groupId>
<artifactId>openai-connector-product</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.16-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion openai-connector-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.openai</groupId>
<artifactId>openai-connector-test</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.16-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion openai-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.openai</groupId>
<artifactId>openai-connector</artifactId>
<version>10.0.15-SNAPSHOT</version>
<version>10.0.16-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.axonivy.connector.openai</groupId><!-- your group id: e.g. com.axonivy.connector.<myconnector> or com.axonivy.utils.<myutil> -->
<name>openai-connector</name><!-- fill your product name -->
<artifactId>openai-connector-modules</artifactId><!-- fill your product name + a "-modules" postfix -->
<version>10.0.15-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<version>10.0.16-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 965cc9b

Please sign in to comment.