Updated links to snapshot repositories jersey and shoal
diff --git a/snapshots/jersey/pom.xml b/snapshots/jersey/pom.xml
index 0443249..6a28b05 100644
--- a/snapshots/jersey/pom.xml
+++ b/snapshots/jersey/pom.xml
@@ -31,8 +31,8 @@
<packaging>pom</packaging>
<properties>
- <snapshots.sources.url>https://github.com/dmatej/jersey/archive/refs/heads/grizzly4.zip</snapshots.sources.url>
- <snapshots.sources.directory>${project.build.directory}/jersey-grizzly4</snapshots.sources.directory>
+ <snapshots.sources.url>https://github.com/eclipse-ee4j/jersey/archive/refs/heads/3.1.zip</snapshots.sources.url>
+ <snapshots.sources.directory>${project.build.directory}/jersey-3.1</snapshots.sources.directory>
</properties>
<build>
diff --git a/snapshots/pom.xml b/snapshots/pom.xml
index c875f49..e363812 100644
--- a/snapshots/pom.xml
+++ b/snapshots/pom.xml
@@ -61,6 +61,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
+ <version>1.6.8</version>
<inherited>true</inherited>
<executions>
<execution>
diff --git a/snapshots/shoal/pom.xml b/snapshots/shoal/pom.xml
index 55ffb66..b926086 100644
--- a/snapshots/shoal/pom.xml
+++ b/snapshots/shoal/pom.xml
@@ -31,8 +31,8 @@
<packaging>pom</packaging>
<properties>
- <snapshots.sources.url>https://github.com/dmatej/glassfish-shoal/archive/refs/heads/jakartaee-10.zip</snapshots.sources.url>
- <snapshots.sources.directory>${project.build.directory}/glassfish-shoal-jakartaee-10</snapshots.sources.directory>
+ <snapshots.sources.url>https://github.com/eclipse-ee4j/glassfish-shoal/archive/refs/heads/master.zip</snapshots.sources.url>
+ <snapshots.sources.directory>${project.build.directory}/glassfish-shoal-master</snapshots.sources.directory>
</properties>
<build>