Skip to content

Commit 8bc7e33

Browse files
committed
Add Scala version to central deployment name
1 parent fb5fff5 commit 8bc7e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
<extensions>true</extensions>
355355
<configuration>
356356
<autoPublish>true</autoPublish>
357-
<deploymentName>geomesa-${project.version}</deploymentName>
357+
<deploymentName>geomesa-${project.version}_${scala.binary.version}</deploymentName>
358358
<!-- handles non-scala duplicate modules between 2.12/2.13 -->
359359
<ignorePublishedComponents>true</ignorePublishedComponents>
360360
<!-- used to lookup credentials in ~/.m2/settings.xml -->

0 commit comments

Comments
 (0)