Skip to content

Commit

Permalink
Release (#73)
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.14

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

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

---------

Co-authored-by: nntthuy-axonivy <[email protected]>
  • Loading branch information
github-actions[bot] and nntthuy-axonivy authored Dec 18, 2024
1 parent f53691f commit fa2b9a5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions excel-importer-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.util.excel</groupId>
<artifactId>excel-importer-product</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.15-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 excel-importer-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.util.excel</groupId>
<artifactId>excel-importer-test</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.15-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 excel-importer/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: excel-importer
Bundle-SymbolicName: excel-importer;singleton:=true
Bundle-Version: 10.0.14.qualifier
Bundle-Version: 10.0.15.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: excel.importer
Export-Package: com.axonivy.util.excel.importer
Expand Down
2 changes: 1 addition & 1 deletion excel-importer/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.util.excel</groupId>
<artifactId>excel-importer</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.15-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion 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.util.excel</groupId>
<artifactId>excel-importer-modules</artifactId>
<version>10.0.14-SNAPSHOT</version>
<version>10.0.15-SNAPSHOT</version>
<packaging>pom</packaging>
<name>excel-importer</name>

Expand Down

0 comments on commit fa2b9a5

Please sign in to comment.