Skip to content

Commit

Permalink
Drop inclusion of "Automatic-Module-Name"
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 12, 2023
1 parent a2d59d4 commit b679601
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions VERSION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Release notes:
1.7.0 (not yet released)

#75: Move JDK baseline to Java 8
- Remove `Automatic-Module-Name` since we provide proper module-info

1.6.0 (10-Oct-2023)

Expand Down
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
com.fasterxml.classmate.*;version=${project.version}
</osgi.export>
<osgi.private>com.fasterxml.classmate.util.*</osgi.private>

<jdk.module.name>com.fasterxml.classmate</jdk.module.name>
</properties>

<!-- Licensing -->
Expand Down Expand Up @@ -89,17 +87,6 @@ com.fasterxml.classmate.*;version=${project.version}
</configuration>
</plugin>

<!-- As per [#38] add `Automatic-Module-Name` -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions combine.children="merge">
<Automatic-Module-Name>${jdk.module.name}</Automatic-Module-Name>
</instructions>
</configuration>
</plugin>

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit b679601

Please sign in to comment.