File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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>
You can’t perform that action at this time.
0 commit comments