From 6141e6004c350b7b4e9c381944153c626bec8682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Mon, 25 May 2020 15:24:55 +0200 Subject: [PATCH] Fix jetty version --- scm-packaging/deb/src/main/fs/opt/scm-server/bin/scm-server | 2 +- scm-packaging/rpm/src/main/fs/opt/scm-server/bin/scm-server | 2 +- scm-packaging/unix/src/main/bin/scm-server | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scm-packaging/deb/src/main/fs/opt/scm-server/bin/scm-server b/scm-packaging/deb/src/main/fs/opt/scm-server/bin/scm-server index 9ccaafb188..15cc41e124 100644 --- a/scm-packaging/deb/src/main/fs/opt/scm-server/bin/scm-server +++ b/scm-packaging/deb/src/main/fs/opt/scm-server/bin/scm-server @@ -95,7 +95,7 @@ then REPO="$BASEDIR"/lib fi -CLASSPATH=$CLASSPATH_PREFIX:"$BASEDIR"/conf:"$REPO"/scm-server-2.0.0-SNAPSHOT.jar:"$REPO"/commons-daemon-1.2.2.jar:"$REPO"/jetty-server-9.4.27.v20200227.jar:"$REPO"/javax.servlet-api-3.1.0.jar:"$REPO"/jetty-http-9.4.27.v20200227.jar:"$REPO"/jetty-io-9.4.27.v20200227.jar:"$REPO"/jetty-webapp-9.4.27.v20200227.jar:"$REPO"/jetty-xml-9.4.27.v20200227.jar:"$REPO"/jetty-servlet-9.4.27.v20200227.jar:"$REPO"/jetty-security-9.4.27.v20200227.jar:"$REPO"/jetty-jmx-9.4.27.v20200227.jar:"$REPO"/jetty-util-9.4.27.v20200227.jar +CLASSPATH=$CLASSPATH_PREFIX:"$BASEDIR"/conf:"$REPO"/scm-server-2.0.0-SNAPSHOT.jar:"$REPO"/commons-daemon-1.2.2.jar:"$REPO"/jetty-server-9.4.28.v20200408.jar:"$REPO"/javax.servlet-api-3.1.0.jar:"$REPO"/jetty-http-9.4.28.v20200408.jar:"$REPO"/jetty-io-9.4.28.v20200408.jar:"$REPO"/jetty-webapp-9.4.28.v20200408.jar:"$REPO"/jetty-xml-9.4.28.v20200408.jar:"$REPO"/jetty-servlet-9.4.28.v20200408.jar:"$REPO"/jetty-security-9.4.28.v20200408.jar:"$REPO"/jetty-jmx-9.4.28.v20200408.jar:"$REPO"/jetty-util-9.4.28.v20200408.jar # For Cygwin, switch paths to Windows format before running java if $cygwin; then diff --git a/scm-packaging/rpm/src/main/fs/opt/scm-server/bin/scm-server b/scm-packaging/rpm/src/main/fs/opt/scm-server/bin/scm-server index 9ccaafb188..15cc41e124 100644 --- a/scm-packaging/rpm/src/main/fs/opt/scm-server/bin/scm-server +++ b/scm-packaging/rpm/src/main/fs/opt/scm-server/bin/scm-server @@ -95,7 +95,7 @@ then REPO="$BASEDIR"/lib fi -CLASSPATH=$CLASSPATH_PREFIX:"$BASEDIR"/conf:"$REPO"/scm-server-2.0.0-SNAPSHOT.jar:"$REPO"/commons-daemon-1.2.2.jar:"$REPO"/jetty-server-9.4.27.v20200227.jar:"$REPO"/javax.servlet-api-3.1.0.jar:"$REPO"/jetty-http-9.4.27.v20200227.jar:"$REPO"/jetty-io-9.4.27.v20200227.jar:"$REPO"/jetty-webapp-9.4.27.v20200227.jar:"$REPO"/jetty-xml-9.4.27.v20200227.jar:"$REPO"/jetty-servlet-9.4.27.v20200227.jar:"$REPO"/jetty-security-9.4.27.v20200227.jar:"$REPO"/jetty-jmx-9.4.27.v20200227.jar:"$REPO"/jetty-util-9.4.27.v20200227.jar +CLASSPATH=$CLASSPATH_PREFIX:"$BASEDIR"/conf:"$REPO"/scm-server-2.0.0-SNAPSHOT.jar:"$REPO"/commons-daemon-1.2.2.jar:"$REPO"/jetty-server-9.4.28.v20200408.jar:"$REPO"/javax.servlet-api-3.1.0.jar:"$REPO"/jetty-http-9.4.28.v20200408.jar:"$REPO"/jetty-io-9.4.28.v20200408.jar:"$REPO"/jetty-webapp-9.4.28.v20200408.jar:"$REPO"/jetty-xml-9.4.28.v20200408.jar:"$REPO"/jetty-servlet-9.4.28.v20200408.jar:"$REPO"/jetty-security-9.4.28.v20200408.jar:"$REPO"/jetty-jmx-9.4.28.v20200408.jar:"$REPO"/jetty-util-9.4.28.v20200408.jar # For Cygwin, switch paths to Windows format before running java if $cygwin; then diff --git a/scm-packaging/unix/src/main/bin/scm-server b/scm-packaging/unix/src/main/bin/scm-server index 9ccaafb188..15cc41e124 100755 --- a/scm-packaging/unix/src/main/bin/scm-server +++ b/scm-packaging/unix/src/main/bin/scm-server @@ -95,7 +95,7 @@ then REPO="$BASEDIR"/lib fi -CLASSPATH=$CLASSPATH_PREFIX:"$BASEDIR"/conf:"$REPO"/scm-server-2.0.0-SNAPSHOT.jar:"$REPO"/commons-daemon-1.2.2.jar:"$REPO"/jetty-server-9.4.27.v20200227.jar:"$REPO"/javax.servlet-api-3.1.0.jar:"$REPO"/jetty-http-9.4.27.v20200227.jar:"$REPO"/jetty-io-9.4.27.v20200227.jar:"$REPO"/jetty-webapp-9.4.27.v20200227.jar:"$REPO"/jetty-xml-9.4.27.v20200227.jar:"$REPO"/jetty-servlet-9.4.27.v20200227.jar:"$REPO"/jetty-security-9.4.27.v20200227.jar:"$REPO"/jetty-jmx-9.4.27.v20200227.jar:"$REPO"/jetty-util-9.4.27.v20200227.jar +CLASSPATH=$CLASSPATH_PREFIX:"$BASEDIR"/conf:"$REPO"/scm-server-2.0.0-SNAPSHOT.jar:"$REPO"/commons-daemon-1.2.2.jar:"$REPO"/jetty-server-9.4.28.v20200408.jar:"$REPO"/javax.servlet-api-3.1.0.jar:"$REPO"/jetty-http-9.4.28.v20200408.jar:"$REPO"/jetty-io-9.4.28.v20200408.jar:"$REPO"/jetty-webapp-9.4.28.v20200408.jar:"$REPO"/jetty-xml-9.4.28.v20200408.jar:"$REPO"/jetty-servlet-9.4.28.v20200408.jar:"$REPO"/jetty-security-9.4.28.v20200408.jar:"$REPO"/jetty-jmx-9.4.28.v20200408.jar:"$REPO"/jetty-util-9.4.28.v20200408.jar # For Cygwin, switch paths to Windows format before running java if $cygwin; then