You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/07/02 11:46:06 UTC

svn commit: r1498860 - in /onami/trunk: scheduler/pom.xml spi/pom.xml test/pom.xml

Author: simonetripodi
Date: Tue Jul  2 09:46:05 2013
New Revision: 1498860

URL: http://svn.apache.org/r1498860
Log:
`incubator` no longer belong to Onami

Modified:
    onami/trunk/scheduler/pom.xml
    onami/trunk/spi/pom.xml
    onami/trunk/test/pom.xml

Modified: onami/trunk/scheduler/pom.xml
URL: http://svn.apache.org/viewvc/onami/trunk/scheduler/pom.xml?rev=1498860&r1=1498859&r2=1498860&view=diff
==============================================================================
--- onami/trunk/scheduler/pom.xml (original)
+++ onami/trunk/scheduler/pom.xml Tue Jul  2 09:46:05 2013
@@ -32,7 +32,7 @@
 
   <name>Apache Onami-Scheduler</name>
   <description>Apache Onami-Scheduler is the Google Guice extension for Quartz Scheduler</description>
-  <url>http://onami.incubator.apache.org/scheduler</url>
+  <url>http://onami.apache.org/scheduler</url>
   <inceptionYear>2011</inceptionYear>
 
   <scm>
@@ -55,7 +55,7 @@
         <sendOnSuccess>false</sendOnSuccess>
         <sendOnWarning>false</sendOnWarning>
         <configuration>
-          <address>dev@onami.incubator.apache.org</address>
+          <address>dev@onami.apache.org</address>
         </configuration>
       </notifier>
     </notifiers>
@@ -63,7 +63,7 @@
   <distributionManagement>
     <site>
       <id>apache.website.svnpub</id>
-      <url>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/site/scheduler</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/onami/site/scheduler</url>
     </site>
   </distributionManagement>
 

Modified: onami/trunk/spi/pom.xml
URL: http://svn.apache.org/viewvc/onami/trunk/spi/pom.xml?rev=1498860&r1=1498859&r2=1498860&view=diff
==============================================================================
--- onami/trunk/spi/pom.xml (original)
+++ onami/trunk/spi/pom.xml Tue Jul  2 09:46:05 2013
@@ -34,7 +34,7 @@
   <name>Apache Onami-SPI</name>
   <description>Apache Onami-SPI is a Java5 compatible small collection of reusable tools to make easier the integration
   with the Service Provider Interface pattern.</description>
-  <url>http://onami.incubator.apache.org/spi/</url>
+  <url>http://onami.apache.org/spi/</url>
   <inceptionYear>2012</inceptionYear>
 
   <modules>
@@ -45,9 +45,9 @@
   </modules>
 
   <scm>
-    <url>https://svn.apache.org/viewvc/incubator/onami/trunk/spi</url>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/trunk/spi</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/trunk/spi</developerConnection>
+    <url>https://svn.apache.org/viewvc/onami/trunk/spi</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/onami/trunk/spi</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/onami/trunk/spi</developerConnection>
     <tag>HEAD</tag>
   </scm>
   <issueManagement>
@@ -65,7 +65,7 @@
         <sendOnSuccess>false</sendOnSuccess>
         <sendOnWarning>false</sendOnWarning>
         <configuration>
-          <address>dev@onami.incubator.apache.org</address>
+          <address>dev@onami.apache.org</address>
         </configuration>
       </notifier>
     </notifiers>
@@ -73,7 +73,7 @@
   <distributionManagement>
     <site>
       <id>apache.website.svnpub</id>
-      <url>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/site/spi</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/onami/site/spi</url>
     </site>
   </distributionManagement>
 
@@ -111,7 +111,7 @@
           <artifactId>maven-scm-publish-plugin</artifactId>
           <configuration>
             <checkoutDirectory>${onami.spi.scmPubCheckoutDirectory}</checkoutDirectory>
-            <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/site/spi</pubScmUrl>
+            <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/onami/site/spi</pubScmUrl>
             <checkinComment>Onami SPI site deployment</checkinComment>
             <content>${onami.spi.siteFilePath}</content>
             <tryUpdate>true</tryUpdate>

Modified: onami/trunk/test/pom.xml
URL: http://svn.apache.org/viewvc/onami/trunk/test/pom.xml?rev=1498860&r1=1498859&r2=1498860&view=diff
==============================================================================
--- onami/trunk/test/pom.xml (original)
+++ onami/trunk/test/pom.xml Tue Jul  2 09:46:05 2013
@@ -32,13 +32,13 @@
 
   <name>Apache Onami-Test</name>
   <description>Apache Onami-Test is a simple library to inject a Junit4 test classess via Google-Guice.</description>
-  <url>http://onami.incubator.apache.org/test</url>
+  <url>http://onami.apache.org/test</url>
   <inceptionYear>2010</inceptionYear>
 
   <scm>
-    <url>https://svn.apache.org/viewvc/incubator/onami/trunk/test</url>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/trunk/test</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/trunk/test</developerConnection>
+    <url>https://svn.apache.org/viewvc/onami/trunk/test</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/onami/trunk/test</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/onami/trunk/test</developerConnection>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -55,7 +55,7 @@
         <sendOnSuccess>false</sendOnSuccess>
         <sendOnWarning>false</sendOnWarning>
         <configuration>
-          <address>dev@onami.incubator.apache.org</address>
+          <address>dev@onami.apache.org</address>
         </configuration>
       </notifier>
     </notifiers>
@@ -63,7 +63,7 @@
   <distributionManagement>
     <site>
       <id>apache.website.svnpub</id>
-      <url>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/site/test</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/onami/site/test</url>
     </site>
   </distributionManagement>