File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed
Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 77
88 <groupId >io.github.pquiring</groupId >
99 <artifactId >javaforce</artifactId >
10- <version >87.1 </version >
10+ <version >88.0 </version >
1111
1212 <scm >
1313 <url >https://github.com/pquiring/javaforce</url >
Original file line number Diff line number Diff line change 11JavaForce SDK
22=============
33
4- Version 87.1
4+ Version 88.0
55
66Description
77===========
@@ -46,7 +46,7 @@ Before checking out the source make sure to configure line endings:
4646Checkout Javaforce and a specific version:
4747 git clone http://github.com/pquiring/javaforce
4848 cd javaforce
49- git checkout tags/87.1
49+ git checkout tags/88.0
5050 ant
5151Next build the native loaders.
5252
Original file line number Diff line number Diff line change 2121public class JF {
2222
2323 public static String getVersion () {
24- return "87.1 " ;
24+ return "88.0 " ;
2525 }
2626
2727 public static void main (String [] args ) {
Original file line number Diff line number Diff line change 11# JavaForce version properties
22
33# JavaForce version
4- javaforce-version =87.1
4+ javaforce-version =88.0
55
66# Java JDK version (version that is targetted in compiling)
77java-version =17
Original file line number Diff line number Diff line change 11What's new...
22
3+ Sept 22/2025 : JF/88.0
4+ - jfKVM/6.0
5+ - new : backup VM to remote hosts
6+ - backup is similar to rsync
7+ - VM must be powered off or have active snapshot
8+ - added API to perform backup operation
9+
310Sept 10/2025 : JF/87.1
411 - jfKVM/5.1
512 - fix : snapshots : add name to xml
You can’t perform that action at this time.
0 commit comments