Patched Hibernate Validator to support CDI 4

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
diff --git a/snapshots/hibernate-validator/pom.xml b/snapshots/hibernate-validator/pom.xml
index e8e86d1..c756519 100644
--- a/snapshots/hibernate-validator/pom.xml
+++ b/snapshots/hibernate-validator/pom.xml
@@ -31,7 +31,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <snapshots.sources.url>https://github.com/jakartaredhat/hibernate-validator/archive/refs/heads/main.zip</snapshots.sources.url>
+        <snapshots.sources.url>https://github.com/omnifaces/hibernate-validator/archive/refs/heads/main.zip</snapshots.sources.url>
         <snapshots.sources.directory>${project.build.directory}/hibernate-validator-main</snapshots.sources.directory>
     </properties>
 
diff --git a/snapshots/pom.xml b/snapshots/pom.xml
index 4f5aa66..964aefb 100644
--- a/snapshots/pom.xml
+++ b/snapshots/pom.xml
@@ -83,7 +83,7 @@
                                 <pomIncludes>
                                     <pomInclude>pom.xml</pomInclude>
                                 </pomIncludes>
-                                <goals>clean install -Pstaging -DskipTests -Dmaven.test.skip=true</goals>
+                                <goals>clean source:jar install -Pstaging -DskipTests -Dmaven.test.skip=true</goals>
                             </configuration>
                         </execution>
                     </executions>