diff --git a/CHANGELOG.md b/CHANGELOG.md
index a02cefc31bc68929730eb1f320c8083c6014ec24..c107a2b4427ce4a0c185e1eb42e0bedbed5d1766 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,12 @@ Toutes les modifications apportées au projet seront documentées dans ce fichie
 Le format est basé sur le modèle [Keep a Changelog](http://keepachangelog.com/)
 et adhère aux principes du [Semantic Versioning](http://semver.org/).
 
+## [4.7.26] - 25-03-25
+
+### Corrections
+
+- Problème de transactions empêchant la bonne création de dossiers via webservice
+
 ## [4.7.25] - 25-01-31
 
 ### Corrections
diff --git a/iparapheur-amp/pom.xml b/iparapheur-amp/pom.xml
index e17329567490d6f9616c78fd562894133023dcbc..88eac9dd75edee0959af8bac478de98172647c9b 100644
--- a/iparapheur-amp/pom.xml
+++ b/iparapheur-amp/pom.xml
@@ -6,13 +6,13 @@
     <parent>
         <groupId>org.adullact.iparapheur</groupId>
         <artifactId>iparapheur</artifactId>
-        <version>4.7.26-rc.2</version>
+        <version>4.7.26</version>
     </parent>
     <groupId>org.adullact.iparapheur</groupId>
     <artifactId>iparapheur-amp</artifactId>
     <description>Parapheur electronique</description>
     <packaging>war</packaging>
-    <version>4.7.26-rc.2-for-Alf3.4.c</version>
+    <version>4.7.26-for-Alf3.4.c</version>
     <name>i-Parapheur AMP packaging</name>
     <url>http://maven.apache.org</url>
     <properties>
@@ -65,13 +65,13 @@
         <dependency>
             <groupId>org.adullact.iparapheur</groupId>
             <artifactId>iparapheur-core</artifactId>
-            <version>4.7.26-rc.2</version>
+            <version>4.7.26</version>
         </dependency>
 
         <dependency>
             <groupId>org.adullact.iparapheur</groupId>
             <artifactId>iparapheur-mobile-webscripts</artifactId>
-            <version>4.7.26-rc.2</version>
+            <version>4.7.26</version>
         </dependency>
 
         <dependency>
diff --git a/iparapheur-core/pom.xml b/iparapheur-core/pom.xml
index ca885a83a6adf9631e6c7bce8b68b2a61f3f2884..6c6cecee9f0fdb06942d773a04fa37741e745f18 100644
--- a/iparapheur-core/pom.xml
+++ b/iparapheur-core/pom.xml
@@ -5,14 +5,14 @@
 	<parent>
 		<groupId>org.adullact.iparapheur</groupId>
 		<artifactId>iparapheur</artifactId>
-		<version>4.7.26-rc.2</version>
+		<version>4.7.26</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.adullact.iparapheur</groupId>
 	<artifactId>iparapheur-core</artifactId>
 	<packaging>jar</packaging>
 	<name>iparapheur core module</name>
-	<version>4.7.26-rc.2</version>
+	<version>4.7.26</version>
 	<description>Parapheur electronique</description>
 	<!-- General Info -->
 	<url>https://adullact.net/projects/paraphelec/</url>
@@ -294,7 +294,7 @@
 		<dependency>
 			<groupId>org.adullact.iparapheur</groupId>
 			<artifactId>iparapheur-rules</artifactId>
-			<version>4.7.26-rc.2</version>
+			<version>4.7.26</version>
 			<!-- exclusions>
 			 <exclusion>
 			 <artifactId>asm</artifactId>
diff --git a/iparapheur-mobile-webscripts/pom.xml b/iparapheur-mobile-webscripts/pom.xml
index d61ca12a1e501d57d1965f356f7a00f3eda61306..28f6afc322c91ae4eb7bfc08e4ba79ff1182e6b2 100644
--- a/iparapheur-mobile-webscripts/pom.xml
+++ b/iparapheur-mobile-webscripts/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>iparapheur</artifactId>
         <groupId>org.adullact.iparapheur</groupId>
-        <version>4.7.26-rc.2</version>
+        <version>4.7.26</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -94,7 +94,7 @@
         <dependency>
             <groupId>org.adullact.iparapheur</groupId>
             <artifactId>iparapheur-core</artifactId>
-            <version>4.7.26-rc.2</version>
+            <version>4.7.26</version>
             <scope>provided</scope>
         </dependency>
 
diff --git a/iparapheur-rules/pom.xml b/iparapheur-rules/pom.xml
index 12a7920ac154cc920580c1ca983d6749c98bd409..4b94f65cb48ce59684282889c4189e297ba26b56 100644
--- a/iparapheur-rules/pom.xml
+++ b/iparapheur-rules/pom.xml
@@ -5,10 +5,10 @@
     <parent>
         <groupId>org.adullact.iparapheur</groupId>
         <artifactId>iparapheur</artifactId>
-        <version>4.7.26-rc.2</version>
+        <version>4.7.26</version>
     </parent>
     <artifactId>iparapheur-rules</artifactId>
-    <version>4.7.26-rc.2</version>
+    <version>4.7.26</version>
     <name>iparapheur-rules</name>
     <url>http://maven.apache.org</url>
     <properties>
diff --git a/pom.xml b/pom.xml
index f7513ceee2adffd0c8e80b0a3c4577bac1a5166f..8ad94ac5d12504abd32f23cd3a6a9c93171ec195 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <artifactId>iparapheur</artifactId>
     <packaging>pom</packaging>
     <name>iparapheur</name>
-    <version>4.7.26-rc.2</version>
+    <version>4.7.26</version>
     <description>Parapheur electronique</description>
 
     <url>https://adullact.net/projects/paraphelec/</url>