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 2013/04/23 16:48:50 UTC

svn commit: r1470987 - in /syncope/trunk: ./ .travis.yml pom.xml

Author: ilgrosso
Date: Tue Apr 23 14:48:50 2013
New Revision: 1470987

URL: http://svn.apache.org/r1470987
Log:
Merge from 1_1_X

Modified:
    syncope/trunk/   (props changed)
    syncope/trunk/.travis.yml
    syncope/trunk/pom.xml

Propchange: syncope/trunk/
------------------------------------------------------------------------------
  Merged /syncope/branches/1_0_X:r1469877-1470983
  Merged /syncope/branches/1_1_X:r1470974-1470986

Modified: syncope/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/syncope/trunk/.travis.yml?rev=1470987&r1=1470986&r2=1470987&view=diff
==============================================================================
--- syncope/trunk/.travis.yml (original)
+++ syncope/trunk/.travis.yml Tue Apr 23 14:48:50 2013
@@ -20,11 +20,6 @@ jdk:
 install: mvn --show-version --errors -P skipTests
 #invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console
 script: mvn --show-version --errors clean install -Dinvoker.streamLogs=true
-branches:
-  only:
-    - trunk
-    - 1_1_X
-    - 1_0_X
 notifications:
   email:
     - dev@syncope.apache.org

Modified: syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1470987&r1=1470986&r2=1470987&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Tue Apr 23 14:48:50 2013
@@ -306,7 +306,7 @@ under the License.
     <velocity.version>1.7</velocity.version>
     <quartz.version>2.1.7</quartz.version>
 
-    <openjpa.version>2.2.1</openjpa.version>
+    <openjpa.version>2.2.2</openjpa.version>
     <bval.version>0.5</bval.version>
         
     <cocoon.version>3.0.0-alpha-3</cocoon.version>