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 2, 2024
1 parent b963edf commit 29e263e
Show file tree
Hide file tree
Showing 9 changed files with 325 additions and 524 deletions.
355 changes: 0 additions & 355 deletions bundles/pom.xml

This file was deleted.

51 changes: 0 additions & 51 deletions export-package-generator/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 4 additions & 4 deletions bundles/org.apache.poi/pom.xml → org.apache.poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<parent>
<groupId>ch.sbb.polarion.thirdparty.bundles</groupId>
<artifactId>bundles</artifactId>
<version>1.1.0</version>
<relativePath>..</relativePath>
<version>1.1.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>Custom Apache POI OSGi bundle</name>
Expand All @@ -29,9 +29,9 @@
</dependency>

<dependency>
<groupId>ch.sbb.polarion.thirdparty.bundles</groupId>
<groupId>online.grigoriev.tools</groupId>
<artifactId>export-package-generator</artifactId>
<version>${project.parent.version}</version>
<version>1.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit 29e263e

Please sign in to comment.