You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2013/01/30 16:43:41 UTC

svn commit: r1440479 - in /oltu/trunk: oauth-2.0/pom.xml pom.xml

Author: simonetripodi
Date: Wed Jan 30 15:43:41 2013
New Revision: 1440479

URL: http://svn.apache.org/viewvc?rev=1440479&view=rev
Log:
(re)configured ciManagement for configured modules

Modified:
    oltu/trunk/oauth-2.0/pom.xml
    oltu/trunk/pom.xml

Modified: oltu/trunk/oauth-2.0/pom.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/oauth-2.0/pom.xml?rev=1440479&r1=1440478&r2=1440479&view=diff
==============================================================================
--- oltu/trunk/oauth-2.0/pom.xml (original)
+++ oltu/trunk/oauth-2.0/pom.xml Wed Jan 30 15:43:41 2013
@@ -44,6 +44,21 @@
     <module>integration-tests</module>
   </modules>
 
+  <ciManagement>
+    <system>Jenkins</system>
+    <url>https://builds.apache.org/job/Oltu-OAuth-2.0/</url>
+    <notifiers>
+     <notifier>
+       <type>mail</type>
+       <sendOnError>true</sendOnError>
+       <sendOnFailure>true</sendOnFailure>
+       <sendOnSuccess>false</sendOnSuccess>
+       <sendOnWarning>false</sendOnWarning>
+       <configuration><address>dev@oltu.apache.org</address></configuration> 
+     </notifier>
+   </notifiers>
+  </ciManagement>
+
   <properties>
     <cxf.version>2.2.10</cxf.version>
     <org.springframework.version>3.0.3.RELEASE</org.springframework.version>

Modified: oltu/trunk/pom.xml
URL: http://svn.apache.org/viewvc/oltu/trunk/pom.xml?rev=1440479&r1=1440478&r2=1440479&view=diff
==============================================================================
--- oltu/trunk/pom.xml (original)
+++ oltu/trunk/pom.xml Wed Jan 30 15:43:41 2013
@@ -266,7 +266,7 @@
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>
-    <url>https://builds.apache.org/job/Amber/</url>
+    <url>https://builds.apache.org/job/Oltu/</url>
     <notifiers>
      <notifier>
        <type>mail</type>