You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/09/04 08:07:09 UTC

[1/3] syncope git commit: Updating CHANGES for release

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 76030a130 -> 51d80d750


Updating CHANGES for release


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/d649dbbd
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/d649dbbd
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/d649dbbd

Branch: refs/heads/2_0_X
Commit: d649dbbdb1d8b865a002cdc0c69b04f6efe74544
Parents: 76030a1
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Sep 4 10:03:07 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Sep 4 10:03:07 2017 +0200

----------------------------------------------------------------------
 CHANGES | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/d649dbbd/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 2be43e4..4c69d58 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,75 @@ Apache Syncope - CHANGES
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
+Release Notes - Syncope - Version 2.0.5
+================================================================================
+
+** Bug
+    * [SYNCOPE-1139] - StackOverflowError while serializing AuditEntry after propagation
+    * [SYNCOPE-1140] - Error when trying to assign a relationship
+    * [SYNCOPE-1141] - Error when getting /numbers with application/xml
+    * [SYNCOPE-1149] - Access token still required for the third party JWT SSO integration scenario
+    * [SYNCOPE-1150] - Invalid property set for propagation task modal page header
+    * [SYNCOPE-1151] -  Glinch in the root realm information
+    * [SYNCOPE-1158] - Misleading Push Task reports
+    * [SYNCOPE-1162] - Change to Connector's display name not reflected by contextual menu
+    * [SYNCOPE-1163] - External Resource priority is never NULL
+    * [SYNCOPE-1166] - No propagation task is created for resources where the password is not propagated
+    * [SYNCOPE-1168] - Encryptor pads short secret keys with "0" instead of random characters
+    * [SYNCOPE-1169] - Operation not supported error when trying to run a bulk action for users 
+    * [SYNCOPE-1170] - Can't remove a "Dynamic USER assignment"
+    * [SYNCOPE-1174] - NPE in AccessTokenDataBinderImpl if no 'jwt.lifetime.minutes' schema is present
+    * [SYNCOPE-1175] - Password Reset Token Generation Not Working After Upgrading to 2.0.4
+    * [SYNCOPE-1178] - PlainSchema page empty while self update on Enduser 
+    * [SYNCOPE-1179] - JWT "Date" claims are interpreted using milliseconds instead of seconds
+    * [SYNCOPE-1180] - No e-mail debug output
+    * [SYNCOPE-1184] - In the "Attributes to be displayed" sellection show the ones already displayed by default
+    * [SYNCOPE-1188] - NPE Message while saving Dynamic Realm with empty key
+    * [SYNCOPE-1189] - Realms page not accessible when user has permissions on dynamic realms
+    * [SYNCOPE-1190] - Username not refreshed on toggle menu after user update
+    * [SYNCOPE-1193] - Add the option to update a user via REST by using the username as key
+
+** Improvement
+    * [SYNCOPE-1096] - Download button should be disabled while populating for the first time a binary attribute
+    * [SYNCOPE-1097] - Downloaded file for binary attribute better naming
+    * [SYNCOPE-1115] - Display attributes for propagation tasks
+    * [SYNCOPE-1143] - Fine-grained administration rights for Connector and Resources
+    * [SYNCOPE-1146] - On-the-fly creation of unmatched users logging via SAML 2.0
+    * [SYNCOPE-1147] - Extend SAML 2.0 IdP mapping to Roles
+    * [SYNCOPE-1152] - Clear out unneeded anonymous authenticated services
+    * [SYNCOPE-1153] - Push Tasks result to show "no operation" when operation is not enabled 
+    * [SYNCOPE-1154] - Edit resource to show always in the same order in list of object provision rules
+    * [SYNCOPE-1155] - Hard-coded /syncope-enduser HTTP subcontext
+    * [SYNCOPE-1159] - Allow to set Realm for Push Tasks
+    * [SYNCOPE-1164] - Complete mapping for Realm provisioning
+    * [SYNCOPE-1167] - Preliminary AnyType selection when adding new provision rule
+    * [SYNCOPE-1171] - Skip Relationships page when no relationship types exist
+    * [SYNCOPE-1172] - Error message of "Malformed Path" could be made a little clearer
+    * [SYNCOPE-1173] - Replace List<String> dynGroups with List<MembershipTO> dynMemberships
+    * [SYNCOPE-1176] - Edit provisioning rules menu is flat and not toggle
+    * [SYNCOPE-1177] - Configuration Parameter deletion should ask for confirmation
+    * [SYNCOPE-1182] - Use Remote Key in the Mapping to fetch external entities
+    * [SYNCOPE-1183] - Realm attribute available (as a detail) to use as a column in the "realm view" object list
+    * [SYNCOPE-1185] - Further validate SAML responses with CXF's SAMLSSOResponseValidator
+    * [SYNCOPE-1192] - Provide latest GIT commit hash alongside with version number
+    * [SYNCOPE-1194] - Sign the SAML SSO Service Provider Metadata
+    * [SYNCOPE-1196] - Binary previewer also for configuration parameters
+    * [SYNCOPE-1197] - Enduser console doesn't specify "SAML 2.0" as per the admin console
+    * [SYNCOPE-1198] - Make the signature algorithm configurable for SAML SSO
+    * [SYNCOPE-1200] - Allow to update user data during approval
+    * [SYNCOPE-1201] - Allow AnyType-based conditions for DynRealms
+    * [SYNCOPE-1202] - Support IdP Initiated SAML SSO
+
+** New Feature
+    * [SYNCOPE-1144] - Customizable Audit appender
+    * [SYNCOPE-1145] - Connector and Resource configuration versioning
+
+** Task
+    * [SYNCOPE-1195] - Remove copy of OpenSAMLUtil when WSS4J 2.1.11 is out
+
+** Wish
+    * [SYNCOPE-1161] - Option to clone a resource
+
 Release Notes - Syncope - Version 2.0.4
 ================================================================================
 


[3/3] syncope git commit: Updating downloads site page for release

Posted by il...@apache.org.
Updating downloads site page for release


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/51d80d75
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/51d80d75
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/51d80d75

Branch: refs/heads/2_0_X
Commit: 51d80d750799d9119d1d5be6f736f6a8e68b3b1c
Parents: f6408df
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Sep 4 10:06:59 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Sep 4 10:06:59 2017 +0200

----------------------------------------------------------------------
 src/site/xdoc/downloads.xml | 76 ++++++++++++++++++++--------------------
 1 file changed, 38 insertions(+), 38 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/51d80d75/src/site/xdoc/downloads.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index 7c1084d..3b22fde 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -49,8 +49,8 @@ under the License.
         </div>
       </div>
 
-      <subsection name="2.0.4 Jazz">
-        <p>Release date: July 3rd 2017</p>
+      <subsection name="2.0.5 Jazz">
+        <p>Release date: September 4th 2017</p>
         <p>
           <a href="https://cwiki.apache.org/confluence/display/SYNCOPE/Jazz">Release notes</a>
         </p>
@@ -64,92 +64,92 @@ under the License.
           <tbody>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.4/syncope-2.0.4-source-release.zip">syncope-2.0.4-source-release.zip</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.5/syncope-2.0.5-source-release.zip">syncope-2.0.5-source-release.zip</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-2.0.4-source-release.zip.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-2.0.4-source-release.zip.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-2.0.4-source-release.zip.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-2.0.5-source-release.zip.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-2.0.5-source-release.zip.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-2.0.5-source-release.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.4/syncope-standalone-2.0.4-distribution.zip">syncope-standalone-2.0.4-distribution.zip</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.5/syncope-standalone-2.0.5-distribution.zip">syncope-standalone-2.0.5-distribution.zip</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-standalone-2.0.4-distribution.zip.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-standalone-2.0.4-distribution.zip.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-standalone-2.0.4-distribution.zip.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-standalone-2.0.5-distribution.zip.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-standalone-2.0.5-distribution.zip.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-standalone-2.0.5-distribution.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.4/apache-syncope-2.0.4.deb">apache-syncope-2.0.4.deb</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.5/apache-syncope-2.0.5.deb">apache-syncope-2.0.5.deb</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.4/apache-syncope-2.0.4.deb.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/apache-syncope-2.0.4.deb.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/apache-syncope-2.0.4.deb.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.5/apache-syncope-2.0.5.deb.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/apache-syncope-2.0.5.deb.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/apache-syncope-2.0.5.deb.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.4/apache-syncope-console-2.0.4.deb">apache-syncope-console-2.0.4.deb</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.5/apache-syncope-console-2.0.5.deb">apache-syncope-console-2.0.5.deb</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.4/apache-syncope-console-2.0.4.deb.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/apache-syncope-console-2.0.4.deb.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/apache-syncope-console-2.0.4.deb.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.5/apache-syncope-console-2.0.5.deb.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/apache-syncope-console-2.0.5.deb.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/apache-syncope-console-2.0.5.deb.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.4/apache-syncope-enduser-2.0.4.deb">apache-syncope-enduser-2.0.4.deb</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.5/apache-syncope-enduser-2.0.5.deb">apache-syncope-enduser-2.0.5.deb</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.4/apache-syncope-enduser-2.0.4.deb.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/apache-syncope-enduser-2.0.4.deb.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/apache-syncope-enduser-2.0.4.deb.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.5/apache-syncope-enduser-2.0.5.deb.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/apache-syncope-enduser-2.0.5.deb.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/apache-syncope-enduser-2.0.5.deb.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.4/syncope-installer-2.0.4-uber.jar">syncope-installer-2.0.4.jar</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.5/syncope-installer-2.0.5-uber.jar">syncope-installer-2.0.5.jar</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-installer-2.0.4-uber.jar.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-installer-2.0.4-uber.jar.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-installer-2.0.4-uber.jar.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-installer-2.0.5-uber.jar.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-installer-2.0.5-uber.jar.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-installer-2.0.5-uber.jar.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.4/syncope-client-cli-2.0.4.zip">syncope-client-cli-2.0.4.zip</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.5/syncope-client-cli-2.0.5.zip">syncope-client-cli-2.0.5.zip</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-client-cli-2.0.4.zip.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-client-cli-2.0.4.zip.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-client-cli-2.0.4.zip.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-client-cli-2.0.5.zip.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-client-cli-2.0.5.zip.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-client-cli-2.0.5.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.4/org.apache.syncope.ide.eclipse.site-2.0.4.zip">org.apache.syncope.ide.eclipse.site-2.0.4.zip</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.5/org.apache.syncope.ide.eclipse.site-2.0.5.zip">org.apache.syncope.ide.eclipse.site-2.0.5.zip</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.4/org.apache.syncope.ide.eclipse.site-2.0.4.zip.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/org.apache.syncope.ide.eclipse.site-2.0.4.zip.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/org.apache.syncope.ide.eclipse.site-2.0.4.zip.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.5/org.apache.syncope.ide.eclipse.site-2.0.5.zip.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/org.apache.syncope.ide.eclipse.site-2.0.5.zip.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/org.apache.syncope.ide.eclipse.site-2.0.5.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.4/syncope-ide-netbeans-2.0.4.nbm">syncope-ide-netbeans-2.0.4.nbm</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.5/syncope-ide-netbeans-2.0.5.nbm">syncope-ide-netbeans-2.0.5.nbm</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-ide-netbeans-2.0.4.nbm.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-ide-netbeans-2.0.4.nbm.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.4/syncope-ide-netbeans-2.0.4.nbm.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-ide-netbeans-2.0.5.nbm.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-ide-netbeans-2.0.5.nbm.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.5/syncope-ide-netbeans-2.0.5.nbm.sha1">sha1</a>
               </td>
             </tr>
           </tbody>


[2/3] syncope git commit: Updating Eclipse files for release

Posted by il...@apache.org.
Updating Eclipse files for release


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/f6408df9
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/f6408df9
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/f6408df9

Branch: refs/heads/2_0_X
Commit: f6408df9efa6097114c568c4b461daa0317245b2
Parents: d649dbb
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Sep 4 10:03:44 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Sep 4 10:03:44 2017 +0200

----------------------------------------------------------------------
 .../org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF     | 2 +-
 .../org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF      | 2 +-
 .../releng/org.apache.syncope.ide.eclipse.site/category.xml        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/f6408df9/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
index c2741ff..2c08a07 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Apache Syncope Eclipse Plugin
 Bundle-SymbolicName: org.apache.syncope.ide.eclipse.plugin;singleton:=true
-Bundle-Version: 2.0.5.qualifier
+Bundle-Version: 2.0.5
 Bundle-Activator: org.apache.syncope.ide.eclipse.plugin.Activator
 Require-Bundle: org.eclipse.ui,
       org.eclipse.core.runtime,

http://git-wip-us.apache.org/repos/asf/syncope/blob/f6408df9/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
index 3716934..e441a19 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: org.apache.syncope.ide.eclipse.tests
 Bundle-SymbolicName: org.apache.syncope.ide.eclipse.tests;singleton:=true
-Bundle-Version: 2.0.5.qualifier
+Bundle-Version: 2.0.5
 Bundle-ActivationPolicy: lazy
 Bundle-Vendor: 
 Bundle-RequiredExecutionEnvironment: J2SE-1.5

http://git-wip-us.apache.org/repos/asf/syncope/blob/f6408df9/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
----------------------------------------------------------------------
diff --git a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
index a3f24d1..5449072 100644
--- a/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
+++ b/ide/eclipse/releng/org.apache.syncope.ide.eclipse.site/category.xml
@@ -18,7 +18,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 <site>
-   <bundle id="org.apache.syncope.ide.eclipse.plugin" version="2.0.5.qualifier">
+   <bundle id="org.apache.syncope.ide.eclipse.plugin" version="2.0.5">
       <category name="apachesyncope"/>
    </bundle>
    <category-def name="apachesyncope" label="Apache Syncope">