Skip to content

Commit

Permalink
fix: maven-build module names
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Oct 19, 2023
1 parent a3cc878 commit fcfe5a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion importer/excel-importer-product/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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>
<artifactId>excel-importer-product</artifactId>
<version>10.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion importer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>excel-importer-modules</artifactId>
<version>10.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>excel-connector</name>
<name>excel-importer</name>

<modules>
<module>${project.name}</module>
Expand Down

0 comments on commit fcfe5a9

Please sign in to comment.