diff --git a/jetty-home/pom.xml b/jetty-home/pom.xml index efecc5310f9b..dd9e4f0f4bb2 100644 --- a/jetty-home/pom.xml +++ b/jetty-home/pom.xml @@ -15,7 +15,7 @@ ${basedir}/target/jetty-home ${basedir}/target/jetty-home-sources ${basedir}/target/jetty-home-with-docs - 1.0.4 + 2.0.0-SNAPSHOT true @@ -111,6 +111,7 @@ ${assembly-directory}/lib/setuid libsetuid-linux.so + diff --git a/jetty-home/src/main/resources/modules/setuid.mod b/jetty-home/src/main/resources/modules/setuid.mod index 977cbb818690..1c056fb5cde8 100644 --- a/jetty-home/src/main/resources/modules/setuid.mod +++ b/jetty-home/src/main/resources/modules/setuid.mod @@ -9,7 +9,7 @@ changing to a restricted user (e.g. Jetty). server [lib] -lib/setuid/jetty-setuid-java-1.0.4.jar +lib/setuid/jetty-setuid-java-2.0.0-SNAPSHOT.jar [xml] etc/jetty-setuid.xml diff --git a/pom.xml b/pom.xml index a31e616a2074..4d787f9378f0 100644 --- a/pom.xml +++ b/pom.xml @@ -2402,4 +2402,18 @@ + + + + jetty-snapshots + https://oss.sonatype.org/content/repositories/jetty-snapshots/ + + false + + + true + + + +