Skip to content

Commit

Permalink
Release (#19)
Browse files Browse the repository at this point in the history
* [maven-release-plugin] prepare release v10.0.23

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

---------

Co-authored-by: linhpd-axonivy <linhpd-axonivy@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and linhpd-axonivy authored Sep 12, 2024
1 parent d2b9741 commit 197d046
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
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.vertexai</groupId>
<name>vertexai-google</name>
<artifactId>vertexai-google-modules</artifactId>
<version>10.0.23-SNAPSHOT</version>
<version>10.0.24-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion vertexai-google-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.vertexai</groupId>
<artifactId>vertexai-google-demo</artifactId>
<version>10.0.23-SNAPSHOT</version>
<version>10.0.24-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 vertexai-google-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.vertexai</groupId>
<artifactId>vertexai-google-product</artifactId>
<version>10.0.23-SNAPSHOT</version>
<version>10.0.24-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion vertexai-google-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.vertexai</groupId>
<artifactId>vertexai-google-test</artifactId>
<version>10.0.23-SNAPSHOT</version>
<version>10.0.24-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
6 changes: 2 additions & 4 deletions vertexai-google/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.vertexai</groupId>
<artifactId>vertexai-google</artifactId>
<version>10.0.23-SNAPSHOT</version>
<version>10.0.24-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down

0 comments on commit 197d046

Please sign in to comment.