Skip to content

Commit ab0d11e

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

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

66
<groupId>com.mindee.sdk</groupId>
77
<artifactId>mindee-api-java</artifactId>
8-
<version>4.33.0-rc1</version>
8+
<version>${revision}</version>
99
<modelVersion>4.0.0</modelVersion>
1010
<name>Mindee Java Helper Library</name>
1111
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
@@ -135,11 +135,12 @@
135135
<plugin>
136136
<groupId>org.sonatype.central</groupId>
137137
<artifactId>central-publishing-maven-plugin</artifactId>
138-
<version>0.7.0</version>
138+
<version>0.8.0</version>
139139
<extensions>true</extensions>
140140
<configuration>
141141
<publishingServerId>central</publishingServerId>
142142
<autoPublish>false</autoPublish>
143+
<deploymentName>mindee-${revision}</deploymentName>
143144
</configuration>
144145
</plugin>
145146
</plugins>
@@ -381,6 +382,9 @@
381382
</scm>
382383

383384
<properties>
385+
<!-- MINDEE VERSION GOES HERE -->
386+
<revision>4.33.0-rc1</revision>
387+
384388
<com.fasterxml.jackson.version>2.15.4</com.fasterxml.jackson.version>
385389
<com.fasterxml.jackson.datatype.version>2.15.4</com.fasterxml.jackson.datatype.version>
386390
<com.squareup.okhttp3.version>4.12.0</com.squareup.okhttp3.version>

0 commit comments

Comments
 (0)