File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/convertapi/examples Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 <dependency >
1616 <groupId >com.convertapi.client</groupId >
1717 <artifactId >convertapi</artifactId >
18- <version >2.1-dev </version >
18+ <version >2.2 </version >
1919 </dependency >
2020 </dependencies >
2121
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ public static void main(String[] args) throws IOException {
1717 String tmpDir = System .getProperty ("java.io.tmpdir" ) + "/" ;
1818
1919 // Simplified file to file conversion example
20- ConvertApi .convert (resourcePath , tmpDir + "/result.pdf" );
20+ ConvertApi .convertFile (resourcePath , tmpDir + "/result.pdf" );
2121 }
2222}
Original file line number Diff line number Diff line change 22
33# Usage: ./maven-release.sh v2.0 2.1-SNAPSHOT 2.0
44
5- branch_to_release=" develop "
5+ branch_to_release=" master "
66
77echo " Switching to the release branch..."
88git fetch
You can’t perform that action at this time.
0 commit comments