From ef06729cda992ae45df9bc23bf77f7b62b064b83 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Fri, 7 Jul 2023 14:41:36 +0000
Subject: [PATCH] chore: epic-23.07.0, eicrecon-1.3.1

---
 .gitlab-ci.yml | 2 +-
 detectors.yaml | 8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ee002528..e50167de1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ variables:
   ## Application versions used for the main release 
   ## note: nightly builds will always use the master/main branch
   JUGGLER_VERSION: "v9.4.0"
-  EICRECON_VERSION: "v1.2.1"
+  EICRECON_VERSION: "v1.3.1"
 
   ## Local registry
   CI_PUSH: 1
diff --git a/detectors.yaml b/detectors.yaml
index c9082d961..b3379ec4a 100644
--- a/detectors.yaml
+++ b/detectors.yaml
@@ -7,11 +7,6 @@ detectors:
     main:
       version: main
       cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type
-    22.12.0:
-      version: 22.12.0
-      patches:
-      - https://github.com/eic/epic/pull/449.patch
-      cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type
     23.01.0:
       version: 23.01.0
       patches:
@@ -47,3 +42,6 @@ detectors:
       patches:
       - https://github.com/eic/epic/pull/449.patch
       cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type
+    23.07.0:
+      version: 23.07.0
+      cxxflags: -DDD4HEP_FIELD_TYPE_OVERRIDE=field_type
-- 
GitLab