Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 26e053e

Browse files
committed
Set the package prefix
This populates the Package and Automatic-Module-Name values properly in the JAR manifest. However, it will not work as a module yet, due to the packageless MacAdapter class.
1 parent a22b6fc commit 26e053e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>net.imagej</groupId>
1616
<artifactId>ij</artifactId>
17-
<version>1.52k</version>
17+
<version>1.52l-SNAPSHOT</version>
1818

1919
<name>ImageJ</name>
2020
<description>ImageJ is an open source Java image processing program inspired by NIH Image for the Macintosh.</description>
@@ -82,6 +82,7 @@
8282
</ciManagement>
8383

8484
<properties>
85+
<package-name>ij</package-name>
8586
<main-class>ij.ImageJ</main-class>
8687
<license.licenseName>N/A</license.licenseName>
8788
<license.copyrightOwners>N/A</license.copyrightOwners>

0 commit comments

Comments
 (0)