From 6097ba531deda356062cf3636bed5c4a03e79750 Mon Sep 17 00:00:00 2001
From: Bobby Hirst <robert.hirst@rocc.co.uk>
Date: Thu, 13 Jun 2024 13:09:52 +0100
Subject: [PATCH] chore: Update snapshot repo

---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index adf5ed2f46..41d334f358 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,10 +47,12 @@
       <id>github</id>
       <name>ROCC GitHub Packages</name>
       <url>https://maven.pkg.github.com/BobbyHirstROCC/Resolution</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
     </repository>
+    <snapshotRepository>
+      <id>github</id>
+      <name>ROCC GitHub Packages</name>
+      <url>https://maven.pkg.github.com/BobbyHirstROCC/Resolution</url>
+    </snapshotRepository>
   </distributionManagement>
 
   <pluginRepositories>