Skip to content

Commit c930331

Browse files
committed
♻️ add a deployement name
1 parent fe8f809 commit c930331

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
<groupId>com.mindee.sdk</groupId>
77
<artifactId>mindee-api-java</artifactId>
8-
<version>4.33.0-rc1</version>
8+
<version>${revision}</version>
9+
<packaging>pom</packaging>
910
<modelVersion>4.0.0</modelVersion>
1011
<name>Mindee Java Helper Library</name>
1112
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
@@ -135,11 +136,12 @@
135136
<plugin>
136137
<groupId>org.sonatype.central</groupId>
137138
<artifactId>central-publishing-maven-plugin</artifactId>
138-
<version>0.7.0</version>
139+
<version>0.8.0</version>
139140
<extensions>true</extensions>
140141
<configuration>
141142
<publishingServerId>central</publishingServerId>
142143
<autoPublish>false</autoPublish>
144+
<deploymentName>mindee-${revision}</deploymentName>
143145
</configuration>
144146
</plugin>
145147
</plugins>
@@ -381,6 +383,9 @@
381383
</scm>
382384

383385
<properties>
386+
<!-- MINDEE VERSION GOES HERE -->
387+
<revision>4.33.0-rc1</revision>
388+
384389
<com.fasterxml.jackson.version>2.15.4</com.fasterxml.jackson.version>
385390
<com.fasterxml.jackson.datatype.version>2.15.4</com.fasterxml.jackson.datatype.version>
386391
<com.squareup.okhttp3.version>4.12.0</com.squareup.okhttp3.version>

0 commit comments

Comments
 (0)