From d2958b1e67f0ae55a3b7d51d3cc142c9b421bb2e Mon Sep 17 00:00:00 2001 From: mgrumbach Date: Thu, 31 Mar 2022 11:10:02 -0700 Subject: [PATCH] Update wsc version numbers --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c701ef09..6d9f5867 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To skip the gpg signing, run the following command mvn clean package -Dgpg.skip ## Generating Stubs From WSDLs - java -jar target/force-wsc-54.0.0-uber.jar + java -jar target/force-wsc-55.0.0-uber.jar * `inputwsdlfile` is the name of the WSDL to generate stubs for. * `outputjarfile` is the name of the jar file to create from the WSDL. diff --git a/pom.xml b/pom.xml index 85c079e4..5e619bbd 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.force.api force-wsc jar - 54.0.0 + 55.0.0 force-wsc Force.com Web Service Connector http://www.force.com