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/04/15 05:44:12 UTC

[1/7] syncope git commit: Various upgrades

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 8b1cb556b -> 5c89e3a3d
  refs/heads/master 9cc238c97 -> c89dc8f61


Various upgrades


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

Branch: refs/heads/2_0_X
Commit: 5c89e3a3dc99b0b375af3c6fdabf167a2c014cc8
Parents: 8b1cb55
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Sat Apr 15 07:42:25 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Sat Apr 15 07:42:25 2017 +0200

----------------------------------------------------------------------
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/5c89e3a3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aa54589..b6bdb56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -386,7 +386,7 @@ under the License.
     <commons-io.version>2.5</commons-io.version>
     <commons-email.version>1.4</commons-email.version>
     <commons-codec.version>1.10</commons-codec.version>
-    <commons-jexl.version>3.0</commons-jexl.version>
+    <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.5</commons-lang.version>
     <commons-collection.version>4.1</commons-collection.version>
     <commons-logging.version>1.1.3</commons-logging.version>
@@ -987,7 +987,7 @@ under the License.
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>fop</artifactId>
-        <version>2.1</version>
+        <version>2.2</version>
         <exclusions>
           <exclusion>
             <groupId>xalan</groupId>
@@ -1667,7 +1667,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.19.1</version>
+          <version>2.20</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1678,7 +1678,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.19.1</version>
+          <version>2.20</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -2125,7 +2125,7 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>1.5.0-alpha.14</version>
+                <version>1.5.0-alpha.15</version>
               </dependency>
               <dependency>
                 <groupId>org.asciidoctor</groupId>


[6/7] syncope git commit: Fix typo

Posted by il...@apache.org.
Fix typo


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

Branch: refs/heads/master
Commit: cd699bcfc57dc1a524a3978d136e07fe75039529
Parents: ea0adcb
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Apr 14 20:54:35 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Sat Apr 15 07:43:50 2017 +0200

----------------------------------------------------------------------
 archetype/src/main/resources/archetype-resources/enduser/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/cd699bcf/archetype/src/main/resources/archetype-resources/enduser/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/src/main/resources/archetype-resources/enduser/pom.xml b/archetype/src/main/resources/archetype-resources/enduser/pom.xml
index 6060283..38ae43d 100644
--- a/archetype/src/main/resources/archetype-resources/enduser/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/enduser/pom.xml
@@ -247,7 +247,7 @@ under the License.
                           todir="${project.build.directory}/${project.build.finalName}/WEB-INF/classes" 
                           overwrite="true"/>
                     
-                    <copy file="${project.build.directory}/test-classes/customForm..json" 
+                    <copy file="${project.build.directory}/test-classes/customForm.json" 
                           todir="${project.build.directory}/${project.build.finalName}/WEB-INF/classes" 
                           overwrite="true"/>
                   </target>


[3/7] syncope git commit: Upgrading JAX-RS spec

Posted by il...@apache.org.
Upgrading JAX-RS spec


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

Branch: refs/heads/master
Commit: 705eb41c3030d835a81ff580225fa64a2cf5b37d
Parents: 28c2e4a
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Sat Apr 15 07:43:11 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Sat Apr 15 07:43:11 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/705eb41c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2f20487..e1dada5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -501,7 +501,7 @@ under the License.
       <dependency>
         <groupId>javax.ws.rs</groupId>
         <artifactId>javax.ws.rs-api</artifactId>
-        <version>2.1-m04</version>
+        <version>2.1-m06</version>
       </dependency>
       <dependency>
         <groupId>org.apache.geronimo.javamail</groupId>


[4/7] syncope git commit: Updating CHANGES for release

Posted by il...@apache.org.
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/49e9637d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/49e9637d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/49e9637d

Branch: refs/heads/master
Commit: 49e9637dc0279eba629657ca6e9b7242508c480c
Parents: 705eb41
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Apr 14 14:44:16 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Sat Apr 15 07:43:32 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/49e9637d/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index e0fa5e9..a116e40 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,68 @@ Apache Syncope - CHANGES
 Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 --------------------------------------------------------------------------------
 
+Release Notes - Syncope - Version 2.0.3
+================================================================================
+
+** Bug
+    * [SYNCOPE-1003] - Error when accessing notification tasks for a given user
+    * [SYNCOPE-1004] - Notification tasks generated for self read event not linked to user
+    * [SYNCOPE-1007] - NPE in Console when on an empty search term for user assignment
+    * [SYNCOPE-1008] - Maven home directory not trimmed of whitespace
+    * [SYNCOPE-1010] - Some PushActions methods not invoked even if assigned
+    * [SYNCOPE-1012] - Security answer not recognized during password reset
+    * [SYNCOPE-1013] - Password reset link generated by default notification template does not trigger Enduser UI features
+    * [SYNCOPE-1014] - The list of security questions is not refreshed after creating new one
+    * [SYNCOPE-1016] - Last change date not updated for users when attributes are updated via pull
+    * [SYNCOPE-1022] - UTF-8 characters in security questions not correctly encoded by Enduser UI
+    * [SYNCOPE-1023] - Maven projects from archetype deploy test content with 'all' profile
+    * [SYNCOPE-1024] - Enduser does not manages properly ENUM schema labels 
+    * [SYNCOPE-1025] - SYNCOPEAUDIT table not populated
+    * [SYNCOPE-1026] - Cannot remove group owner once set
+    * [SYNCOPE-1027] - Mapping errors cannot be fixed when defining provision rules for a new resource
+    * [SYNCOPE-1030] - Invalid DefaultAccountRule definition from Admin Console
+    * [SYNCOPE-1032] - Role key must be not modifiable during edit from Admin Console
+    * [SYNCOPE-1033] - NPE in Admin Console when working with Reconciliation Report
+    * [SYNCOPE-1034] - Assigned Auxiliary classes disappear in the Type Extensions panel when click on cancel
+    * [SYNCOPE-1036] - Notification icon does not refresh on new approval event
+    * [SYNCOPE-1037] - Pending approvals list is clickable
+    * [SYNCOPE-1038] - User create: finish button should remain clickable if the last step is reached
+    * [SYNCOPE-1039] - User attributes in user edit/create form are reset after validation error
+    * [SYNCOPE-1040] - Membership derived attributes cannot reference own plain attributes
+    * [SYNCOPE-1042] - Removal of all executed pull tasks via bulk action returns a missing resource exception
+    * [SYNCOPE-1043] - Improve JWT token expiration handling
+    * [SYNCOPE-1044] - By editing the provisioning rules, modal footer is not disabled
+    * [SYNCOPE-1045] - Activiti Modeler: log out from Admin Console in case of error
+    * [SYNCOPE-1046] - Console: task execution sort not working properly
+    * [SYNCOPE-1048] - Into the connector configuration page the same bundle appear more then once if different versions exist
+    * [SYNCOPE-1049] - Console returns an error if you try to explore Syncope as a remote object
+    * [SYNCOPE-1051] - It is possible to schedule task execution in the past
+    * [SYNCOPE-1052] - Enduser CAPTCHA not reloading
+    * [SYNCOPE-1057] - Type extensions cleared after group update during pull
+    * [SYNCOPE-1060] - Date in membership attribute is propagated as timestamp
+    * [SYNCOPE-1062] - Changes pulled from one resource not propagated externally
+
+** Improvement
+    * [SYNCOPE-991] - Improve user password management / resource management
+    * [SYNCOPE-1005] - Schema sorting should be done on JS side 
+    * [SYNCOPE-1009] - Enduser must provide an easy way to enable/disable visualization and sorting of USER attributes
+    * [SYNCOPE-1020] - Support for BPMN call activity
+    * [SYNCOPE-1028] - Improve usability of the modal window for provision rules
+    * [SYNCOPE-1029] - Change modal window title and button bars background
+    * [SYNCOPE-1031] - Hide key when creating / editing Security Questions from Admin Console
+    * [SYNCOPE-1050] - Allow easier extension of REST interface exposed to AngularJS
+    * [SYNCOPE-1058] - Do not show time picker and values for date-only schemas
+    * [SYNCOPE-1059] - Remove final landing page after user create/update
+    * [SYNCOPE-1061] - Support SAML 2.0 Redirect profile
+    * [SYNCOPE-1063] - Incomplete title for modal windows from Topology
+    * [SYNCOPE-1064] - Improve security of customization mechanism
+
+** New Feature
+    * [SYNCOPE-1015] - User Authentication using email
+    * [SYNCOPE-1035] - JWT-based access to REST services
+    * [SYNCOPE-1041] - SAML 2.0 Service Provider feature
+    * [SYNCOPE-1055] - Provide Flowable 5.X-based workflow adapter
+
 Release Notes - Syncope - Version 2.0.2
 ================================================================================
 


[2/7] syncope git commit: Various upgrades

Posted by il...@apache.org.
Various upgrades


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

Branch: refs/heads/master
Commit: 28c2e4a051eca1bde9e4eaddd4ad5c3eaba9dfb4
Parents: 9cc238c
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Sat Apr 15 07:42:25 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Sat Apr 15 07:42:43 2017 +0200

----------------------------------------------------------------------
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/28c2e4a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 91360cf..2f20487 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,7 +385,7 @@ under the License.
     <commons-io.version>2.5</commons-io.version>
     <commons-email.version>1.4</commons-email.version>
     <commons-codec.version>1.10</commons-codec.version>
-    <commons-jexl.version>3.0</commons-jexl.version>
+    <commons-jexl.version>3.1</commons-jexl.version>
     <commons-lang.version>3.5</commons-lang.version>
     <commons-collection.version>4.1</commons-collection.version>
     <commons-logging.version>1.1.3</commons-logging.version>
@@ -980,7 +980,7 @@ under the License.
       <dependency>
         <groupId>org.apache.xmlgraphics</groupId>
         <artifactId>fop</artifactId>
-        <version>2.1</version>
+        <version>2.2</version>
         <exclusions>
           <exclusion>
             <groupId>xalan</groupId>
@@ -1612,7 +1612,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.19.1</version>
+          <version>2.20</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -1623,7 +1623,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.19.1</version>
+          <version>2.20</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -2070,7 +2070,7 @@ under the License.
               <dependency>
                 <groupId>org.asciidoctor</groupId>
                 <artifactId>asciidoctorj-pdf</artifactId>
-                <version>1.5.0-alpha.14</version>
+                <version>1.5.0-alpha.15</version>
               </dependency>
               <dependency>
                 <groupId>org.asciidoctor</groupId>


[5/7] 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/ea0adcb9
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/ea0adcb9
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/ea0adcb9

Branch: refs/heads/master
Commit: ea0adcb9a8a8900890d36a5903f0a258d5b59750
Parents: 49e9637
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Apr 14 14:45:57 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Sat Apr 15 07:43:42 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/ea0adcb9/src/site/xdoc/downloads.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index f541821..eac2841 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -48,8 +48,8 @@ under the License.
         </div>
       </div>
 
-      <subsection name="2.0.2 Jazz">
-        <p>Release date: January 27th 2017</p>
+      <subsection name="2.0.3 Jazz">
+        <p>Release date: April 14th 2017</p>
         <p>
           <a href="https://cwiki.apache.org/confluence/display/SYNCOPE/Jazz">Release notes</a>
         </p>
@@ -63,82 +63,82 @@ under the License.
           <tbody>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.2/syncope-2.0.2-source-release.zip">syncope-2.0.2-source-release.zip</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.3/syncope-2.0.3-source-release.zip">syncope-2.0.3-source-release.zip</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.2/syncope-2.0.2-source-release.zip.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/syncope-2.0.2-source-release.zip.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/syncope-2.0.2-source-release.zip.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.3/syncope-2.0.3-source-release.zip.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/syncope-2.0.3-source-release.zip.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/syncope-2.0.3-source-release.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.2/syncope-standalone-2.0.2-distribution.zip">syncope-standalone-2.0.2-distribution.zip</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.3/syncope-standalone-2.0.3-distribution.zip">syncope-standalone-2.0.3-distribution.zip</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.2/syncope-standalone-2.0.2-distribution.zip.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/syncope-standalone-2.0.2-distribution.zip.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/syncope-standalone-2.0.2-distribution.zip.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.3/syncope-standalone-2.0.3-distribution.zip.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/syncope-standalone-2.0.3-distribution.zip.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/syncope-standalone-2.0.3-distribution.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.2/apache-syncope-2.0.2.deb">apache-syncope-2.0.2.deb</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.3/apache-syncope-2.0.3.deb">apache-syncope-2.0.3.deb</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.2/apache-syncope-2.0.2.deb.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/apache-syncope-2.0.2.deb.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/apache-syncope-2.0.2.deb.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.3/apache-syncope-2.0.3.deb.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/apache-syncope-2.0.3.deb.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/apache-syncope-2.0.3.deb.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.2/apache-syncope-console-2.0.2.deb">apache-syncope-console-2.0.2.deb</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.3/apache-syncope-console-2.0.3.deb">apache-syncope-console-2.0.3.deb</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.2/apache-syncope-console-2.0.2.deb.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/apache-syncope-console-2.0.2.deb.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/apache-syncope-console-2.0.2.deb.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.3/apache-syncope-console-2.0.3.deb.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/apache-syncope-console-2.0.3.deb.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/apache-syncope-console-2.0.3.deb.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.2/apache-syncope-enduser-2.0.2.deb">apache-syncope-enduser-2.0.2.deb</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.3/apache-syncope-enduser-2.0.3.deb">apache-syncope-enduser-2.0.3.deb</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.2/apache-syncope-enduser-2.0.2.deb.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/apache-syncope-enduser-2.0.2.deb.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/apache-syncope-enduser-2.0.2.deb.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.3/apache-syncope-enduser-2.0.3.deb.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/apache-syncope-enduser-2.0.3.deb.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/apache-syncope-enduser-2.0.3.deb.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.2/syncope-installer-2.0.2-uber.jar">syncope-installer-2.0.2.jar</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.3/syncope-installer-2.0.3-uber.jar">syncope-installer-2.0.3.jar</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.2/syncope-installer-2.0.2-uber.jar.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/syncope-installer-2.0.2-uber.jar.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/syncope-installer-2.0.2-uber.jar.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.3/syncope-installer-2.0.3-uber.jar.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/syncope-installer-2.0.3-uber.jar.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/syncope-installer-2.0.3-uber.jar.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.2/syncope-client-cli-2.0.2.zip">syncope-client-cli-2.0.2.zip</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.3/syncope-client-cli-2.0.3.zip">syncope-client-cli-2.0.3.zip</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.2/syncope-client-cli-2.0.2.zip.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/syncope-client-cli-2.0.2.zip.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/syncope-client-cli-2.0.2.zip.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.3/syncope-client-cli-2.0.3.zip.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/syncope-client-cli-2.0.3.zip.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/syncope-client-cli-2.0.3.zip.sha1">sha1</a>
               </td>
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.2/org.apache.syncope.ide.eclipse.site-2.0.2.zip">syncope-client-cli-2.0.2.zip</a>
+                <a href="http://www.apache.org/dyn/closer.lua/syncope/2.0.3/org.apache.syncope.ide.eclipse.site-2.0.3.zip">syncope-client-cli-2.0.3.zip</a>
               </td>
               <td>
-                <a href="https://www.apache.org/dist/syncope/2.0.2/org.apache.syncope.ide.eclipse.site-2.0.2.zip.asc">asc</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/org.apache.syncope.ide.eclipse.site-2.0.2.zip.md5">md5</a> 
-                <a href="https://www.apache.org/dist/syncope/2.0.2/org.apache.syncope.ide.eclipse.site-2.0.2.zip.sha1">sha1</a>
+                <a href="https://www.apache.org/dist/syncope/2.0.3/org.apache.syncope.ide.eclipse.site-2.0.3.zip.asc">asc</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/org.apache.syncope.ide.eclipse.site-2.0.3.zip.md5">md5</a> 
+                <a href="https://www.apache.org/dist/syncope/2.0.3/org.apache.syncope.ide.eclipse.site-2.0.3.zip.sha1">sha1</a>
               </td>
             </tr>
           </tbody>


[7/7] syncope git commit: Adjusting release date

Posted by il...@apache.org.
Adjusting release date


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

Branch: refs/heads/master
Commit: c89dc8f6182d8bfa85dabc1a4be5b7887d2e37fd
Parents: cd699bc
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Fri Apr 14 20:54:56 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Sat Apr 15 07:44:03 2017 +0200

----------------------------------------------------------------------
 src/site/xdoc/downloads.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/c89dc8f6/src/site/xdoc/downloads.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/downloads.xml b/src/site/xdoc/downloads.xml
index eac2841..09b7ea2 100644
--- a/src/site/xdoc/downloads.xml
+++ b/src/site/xdoc/downloads.xml
@@ -49,7 +49,7 @@ under the License.
       </div>
 
       <subsection name="2.0.3 Jazz">
-        <p>Release date: April 14th 2017</p>
+        <p>Release date: April 15th 2017</p>
         <p>
           <a href="https://cwiki.apache.org/confluence/display/SYNCOPE/Jazz">Release notes</a>
         </p>