Skip to content

Commit d9ed359

Browse files
authored
Declare "com.esri.geometry.api" as Java Module Name. (#303)
Also set version number to 2.2.5-SNAPSHOT on the assumption that other changes may be added before release.
1 parent e237fc0 commit d9ed359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.esri.geometry</groupId>
55
<artifactId>esri-geometry-api</artifactId>
6-
<version>2.2.4</version>
6+
<version>2.2.5-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<name>Esri Geometry API for Java</name>
@@ -179,6 +179,7 @@
179179
<configuration>
180180
<bnd>
181181
<![CDATA[
182+
Automatic-Module-Name: com.esri.geometry.api
182183
Bundle-Copyright: Copyright (c) (${now;YYYY}) Esri
183184
Bundle-Description: ${project.description}
184185
Bundle-SymbolicName: ${project.groupId}.${project.artifactId}

0 commit comments

Comments
 (0)