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 2016/07/18 10:44:47 UTC

[2/3] syncope git commit: It appears latest JRebel version still does not work with Tomcat 8.5

It appears latest JRebel version still does not work with Tomcat 8.5


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

Branch: refs/heads/master
Commit: 8347a702b08b1c782dbaefd66b15a9914f7a4fca
Parents: 03c47ef
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Jul 18 12:44:25 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Jul 18 12:44:25 2016 +0200

----------------------------------------------------------------------
 fit/console-reference/pom.xml | 4 ++++
 fit/core-reference/pom.xml    | 6 +++++-
 fit/enduser-reference/pom.xml | 4 ++++
 3 files changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/8347a702/fit/console-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index cf80996..ba82e05 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -359,6 +359,10 @@ under the License.
     <profile>
       <id>jrebel</id>
       
+      <properties>
+        <tomcat.version>8.0.36</tomcat.version>
+      </properties>
+      
       <build>
         <defaultGoal>clean verify cargo:run</defaultGoal>
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/8347a702/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 22360e9..08ad663 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -856,7 +856,11 @@ under the License.
     
     <profile>
       <id>jrebel</id>
-
+      
+      <properties>
+        <tomcat.version>8.0.36</tomcat.version>
+      </properties>
+      
       <build>
         <defaultGoal>clean verify cargo:run</defaultGoal>
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/8347a702/fit/enduser-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/enduser-reference/pom.xml b/fit/enduser-reference/pom.xml
index a09825b..3fbf0eb 100644
--- a/fit/enduser-reference/pom.xml
+++ b/fit/enduser-reference/pom.xml
@@ -321,6 +321,10 @@ under the License.
     
     <profile>
       <id>jrebel</id>
+      
+      <properties>
+        <tomcat.version>8.0.36</tomcat.version>
+      </properties>      
 
       <build>
         <defaultGoal>clean verify cargo:run</defaultGoal>