Remove Expressly snapshot, re-add Hibernate

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
diff --git a/snapshots/expressly/pom.xml b/snapshots/hibernate-validator/pom.xml
similarity index 86%
rename from snapshots/expressly/pom.xml
rename to snapshots/hibernate-validator/pom.xml
index b2d46c0..e8e86d1 100644
--- a/snapshots/expressly/pom.xml
+++ b/snapshots/hibernate-validator/pom.xml
@@ -27,12 +27,12 @@
         <version>0.0.0-SNAPSHOT</version>
     </parent>
 
-    <artifactId>expressly-snapshot</artifactId>
+    <artifactId>hibernate-validator-snapshot</artifactId>
     <packaging>pom</packaging>
 
     <properties>
-        <snapshots.sources.url>https://github.com/eclipse-ee4j/expressly/archive/refs/heads/master.zip</snapshots.sources.url>
-        <snapshots.sources.directory>${project.build.directory}/expressly-master</snapshots.sources.directory>
+        <snapshots.sources.url>https://github.com/jakartaredhat/hibernate-validator/archive/refs/heads/main.zip</snapshots.sources.url>
+        <snapshots.sources.directory>${project.build.directory}/hibernate-validator-main</snapshots.sources.directory>
     </properties>
 
     <build>
diff --git a/snapshots/pom.xml b/snapshots/pom.xml
index e6f97ef..7fdab79 100644
--- a/snapshots/pom.xml
+++ b/snapshots/pom.xml
@@ -34,7 +34,7 @@
 
     <modules>
         <module>jbatch</module>
-        <module>expressly</module>
+        <module>hibernate-validator</module>
     </modules>
 
     <build>