Skip to content

Commit

Permalink
[MRESOLVER-27] Turn resolver api, spi and utils into Java 9 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
iils-hwellmann committed Jun 21, 2024
1 parent 4e670e8 commit 8a77977
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maven-resolver-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<bnd.extra.instructions><![CDATA[
Bundle-SymbolicName: org.apache.maven.resolver.api
Automatic-Module-Name: org.apache.maven.resolver
-jpms-module-info: org.apache.maven.resolver
]]></bnd.extra.instructions>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion maven-resolver-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<bnd.extra.instructions><![CDATA[
Bundle-SymbolicName: org.apache.maven.resolver.spi
Automatic-Module-Name: ${Bundle-SymbolicName}
-jpms-module-info
]]></bnd.extra.instructions>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion maven-resolver-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<properties>
<bnd.extra.instructions><![CDATA[
Bundle-SymbolicName: org.apache.maven.resolver.util
Automatic-Module-Name: ${Bundle-SymbolicName}
-jpms-module-info
]]></bnd.extra.instructions>
</properties>

Expand Down

0 comments on commit 8a77977

Please sign in to comment.