Skip to content

Commit

Permalink
feat: structure of the project is changed to simplify cognitive compl…
Browse files Browse the repository at this point in the history
…exity
  • Loading branch information
grigoriev committed Jul 3, 2024
1 parent fcc0dbe commit 34400b6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.apache.poi/pom.xml → bundles/org.apache.poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>ch.sbb.polarion.thirdparty.bundles</groupId>
<artifactId>bundles</artifactId>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>

<name>Custom Apache POI OSGi bundle</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</distributionManagement>

<modules>
<module>org.apache.poi</module>
<module>bundles/org.apache.poi</module>
</modules>

<properties>
Expand Down

0 comments on commit 34400b6

Please sign in to comment.