From e75c5b57031629bd81f5951f910e7ca5507e830b Mon Sep 17 00:00:00 2001
From: Shinsuke Sugaya <shinsuke@apache.org>
Date: Thu, 3 Feb 2022 20:46:47 +0900
Subject: [PATCH] fix #2623 replace with fess-14

---
 deps.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deps.xml b/deps.xml
index 1742fa146..4840c420a 100644
--- a/deps.xml
+++ b/deps.xml
@@ -6,7 +6,7 @@
 	<property name="suggest.dir" value="${basedir}/src/main/webapp/WEB-INF/env/suggest" />
 	<property name="thumbnail.dir" value="${basedir}/src/main/webapp/WEB-INF/env/thumbnail" />
 	<property name="site.dir" value="${basedir}/src/main/webapp/WEB-INF/site" />
-	<property name="kopf.branch" value="fess-7.0" />
+	<property name="kopf.branch" value="fess-14" />
 
 	<!-- Maven Repository -->
 	<property name="maven.snapshot.repo.url" value="https://oss.sonatype.org/content/repositories/snapshots" />
-- 
GitLab