Skip to content

Commit

Permalink
Merge pull request #5 from axonivy-market/new-release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ivy-rew committed Oct 23, 2023
2 parents 7807cad + 2fbf80c commit 104d857
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion excel-importer-product/pom.xml
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.1-SNAPSHOT</version>
<version>10.0.2-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
5 changes: 2 additions & 3 deletions excel-importer-test/pom.xml
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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.util.excel</groupId>
<artifactId>excel-importer-test</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.2-SNAPSHOT</version>
<packaging>iar</packaging>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion excel-importer/META-INF/MANIFEST.MF
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.1.qualifier
Bundle-Version: 10.0.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: excel.importer
Export-Package: com.axonivy.util.excel.importer
Expand Down
5 changes: 2 additions & 3 deletions excel-importer/pom.xml
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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.util.excel</groupId>
<artifactId>excel-importer</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.2-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
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.1-SNAPSHOT</version>
<version>10.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>excel-importer</name>

Expand Down

0 comments on commit 104d857

Please sign in to comment.