Skip to content

Commit

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

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

---------

Co-authored-by: quanpham-axonivy <[email protected]>
  • Loading branch information
github-actions[bot] and quanpham-axonivy authored Nov 13, 2024
1 parent f5911e4 commit 01fcadb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion google-translate-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.google.translate</groupId>
<artifactId>google-translate-connector-demo</artifactId>
<version>10.0.2-SNAPSHOT</version>
<version>10.0.3-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>10.0.16</project.build.plugin.version>
Expand Down
6 changes: 3 additions & 3 deletions google-translate-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.google.translate</groupId>
<artifactId>google-translate-connector-product</artifactId>
<version>10.0.2-SNAPSHOT</version>
<version>10.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -45,8 +45,8 @@
<copy file="README.md" tofile="${project.build.directory}/README.md" />
<loadfile property="variables.yaml" srcFile="${variables.yaml.file}" encoding="UTF-8" failonerror="false" />
<replace file="${project.build.directory}/README.md" token="@variables.yaml@" value="${variables.yaml}" />
<copy file="README_DE.md" tofile="${project.build.directory}/README_DE.md"/>
<replace file="${project.build.directory}/README_DE.md" token="@variables.yaml@" value="${variables.yaml}"/>
<copy file="README_DE.md" tofile="${project.build.directory}/README_DE.md" />
<replace file="${project.build.directory}/README_DE.md" token="@variables.yaml@" value="${variables.yaml}" />
</target>
</configuration>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion google-translate-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.google.translate</groupId>
<artifactId>google-translate-connector-test</artifactId>
<version>10.0.2-SNAPSHOT</version>
<version>10.0.3-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 google-translate-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.google.translate</groupId>
<artifactId>google-translate-connector</artifactId>
<version>10.0.2-SNAPSHOT</version>
<version>10.0.3-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.google.translate</groupId><!-- your group id: e.g. com.axonivy.connector.<myconnector> or com.axonivy.utils.<myutil> -->
<name>google-translate-connector</name><!-- fill your product name -->
<artifactId>google-translate-connector-modules</artifactId><!-- fill your product name + a "-modules" postfix -->
<version>10.0.2-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<version>10.0.3-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 01fcadb

Please sign in to comment.