From 25884475949f1c372dbc409bd35276ad59579ff4 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Wed, 31 May 2017 00:07:06 +0200
Subject: [PATCH] Always build all client bundles, when releasing

---
 duniter4j-client/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/duniter4j-client/pom.xml b/duniter4j-client/pom.xml
index e59287d5..d559dbae 100644
--- a/duniter4j-client/pom.xml
+++ b/duniter4j-client/pom.xml
@@ -344,7 +344,7 @@
             <id>linux-x64-bundle</id>
             <activation>
                 <property>
-                    <name>performFullRelease64</name>
+                    <name>performRelease</name>
                     <value>true</value>
                 </property>
             </activation>
@@ -410,7 +410,7 @@
             <id>linux-i586-bundle</id>
             <activation>
                 <property>
-                    <name>performFullRelease</name>
+                    <name>performRelease</name>
                     <value>true</value>
                 </property>
             </activation>
@@ -476,7 +476,7 @@
             <id>windows-i586-bundle</id>
             <activation>
                 <property>
-                    <name>performFullRelease</name>
+                    <name>performRelease</name>
                     <value>true</value>
                 </property>
             </activation>
@@ -561,7 +561,7 @@
             <id>windows-x64-bundle</id>
             <activation>
                 <property>
-                    <name>performFullRelease</name>
+                    <name>performRelease</name>
                     <value>true</value>
                 </property>
             </activation>
-- 
GitLab