Skip to content

Commit

Permalink
Release (#84)
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 v12.0.0

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

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

---------

Co-authored-by: ndkhanh-axonivy <[email protected]>
  • Loading branch information
github-actions[bot] and ndkhanh-axonivy authored Dec 13, 2024
1 parent b6d191f commit ccf5ee5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 20 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>12.0.0-SNAPSHOT</version>
<version>12.0.1-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: 12.0.0.qualifier
Bundle-Version: 12.0.1.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>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions openai-connector-demo/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.openai</groupId>
<artifactId>openai-connector-demo</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</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>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions openai-connector-test/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.openai</groupId>
<artifactId>openai-connector-test</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
Expand Down
6 changes: 2 additions & 4 deletions openai-connector/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.connector.openai</groupId>
<artifactId>openai-connector</artifactId>
<version>12.0.0-SNAPSHOT</version>
<version>12.0.1-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<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>12.0.0-SNAPSHOT</version><!-- identicate your minimal compliant ivy
<version>12.0.1-SNAPSHOT</version><!-- identicate your minimal compliant ivy
version with the first 2 digits -->
<packaging>pom</packaging>

Expand Down

0 comments on commit ccf5ee5

Please sign in to comment.