Skip to content

Commit

Permalink
Changing the version to reflect the pom versions for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
linhpd-axonivy committed Jul 4, 2024
1 parent 65f12d7 commit e40b3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.11.qualifier
Bundle-Version: 10.0.11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: excel.importer
Export-Package: com.axonivy.util.excel.importer
Expand Down
4 changes: 2 additions & 2 deletions 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.11-SNAPSHOT</version>
<version>10.0.11</version>
<packaging>pom</packaging>
<name>excel-importer</name>

Expand All @@ -14,7 +14,7 @@

<scm>
<developerConnection>scm:git:https://github.com/axonivy-market/${project.name}.git</developerConnection>
<tag>HEAD</tag>
<tag>v10.0.11</tag>
</scm>

<properties>
Expand Down

0 comments on commit e40b3bf

Please sign in to comment.