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