[java-idp-jetty-base] branch dev/IDP-2285 updated: Minor typos

Rod Widdowson rdw at steadingsoftware.com
Fri Jun 28 10:16:36 UTC 2024


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/IDP-2285
in repository java-idp-jetty-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=837fd827ccd49a786eca1b9306f8fe055538581e

The following commit(s) were added to refs/heads/dev/IDP-2285 by this push:
     new 837fd82  Minor typos
837fd82 is described below

commit 837fd827ccd49a786eca1b9306f8fe055538581e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jun 28 10:57:37 2024 +0100

    Minor typos
---
 pom.xml                       | 2 +-
 src/main/bin/SetVariables.bat | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2e0a48a..800f8a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
         <procrun.classifier>bin-windows</procrun.classifier>
         <jetty.version>12.0.8</jetty.version>
 	<!-- Control for building the MSI -->
-        <jetty.revision>5</jetty.revision>
+        <jetty.revision>0</jetty.revision>
         <supress.validation>false</supress.validation>
     </properties>
 
diff --git a/src/main/bin/SetVariables.bat b/src/main/bin/SetVariables.bat
index 09f3eb1..83efdab 100644
--- a/src/main/bin/SetVariables.bat
+++ b/src/main/bin/SetVariables.bat
@@ -17,7 +17,7 @@ for /f "tokens=* USEBACKQ" %%F in (`type version.txt`) do (set JETTY_REVISION=%%
 SET XVersion=%JETTY_VERSION%.%JETTY_REVISION%
 
 echo Derived Version = %xVersion%
-echo Version FromPon = %Version%
+echo Version FromPom = %Version%
 
 if NOT "%VERSION%" == "%XVERSION%" (
 ECHO "VERSION MISMACTH"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list