Skip to content

Commit

Permalink
Update maven version to 12.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Nov 28, 2024
1 parent 6547e96 commit 7399912
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.17-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions 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.17-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.22.0</version>
<version>0.24.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions openai-connector-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.openai</groupId>
<artifactId>openai-connector-demo</artifactId>
<version>10.0.17-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
</properties>
<pluginRepositories>
<pluginRepository>
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.17-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions openai-connector-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.openai</groupId>
<artifactId>openai-connector-test</artifactId>
<version>10.0.17-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
<tester.version>10.0.16</tester.version>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
<tester.version>12.0.0</tester.version>
</properties>
<pluginRepositories>
<pluginRepository>
Expand Down
4 changes: 2 additions & 2 deletions openai-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.openai</groupId>
<artifactId>openai-connector</artifactId>
<version>10.0.17-SNAPSHOT</version>
<version>12.0.0-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
</properties>
<pluginRepositories>
<pluginRepository>
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.17-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<version>12.0.0-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 7399912

Please sign in to comment.