You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by ol...@apache.org on 2013/05/23 06:06:52 UTC

svn commit: r1485557 - /onami/trunk/site/pom.xml

Author: olamy
Date: Thu May 23 04:06:52 2013
New Revision: 1485557

URL: http://svn.apache.org/r1485557
Log:
fix path

Modified:
    onami/trunk/site/pom.xml

Modified: onami/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/onami/trunk/site/pom.xml?rev=1485557&r1=1485556&r2=1485557&view=diff
==============================================================================
--- onami/trunk/site/pom.xml (original)
+++ onami/trunk/site/pom.xml Thu May 23 04:06:52 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.onami</groupId>
     <artifactId>org.apache.onami.parent</artifactId>
-    <version>3-incubating</version>
+    <version>4-SNAPSHOT</version>
   </parent>
 
   <artifactId>org.apache.onami.site</artifactId>
@@ -33,16 +33,16 @@
 
   <name>Apache Onami</name>
   <description>Apache Onami is a project focused on the development and maintenance of a set of Google Guice extensions.</description>
-  <url>http://onami.incubator.apache.org</url>
+  <url>http://onami.apache.org</url>
 
   <scm>
-    <url>https://svn.apache.org/viewvc/incubator/onami/trunk/site</url>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/trunk/site</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/onami/trunk/site</developerConnection>
+    <url>https://svn.apache.org/viewvc/onami/trunk/site</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/onami/trunk/site</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/onami/trunk/site</developerConnection>
   </scm>
 
   <properties>
-    <svnUrl>https://svn.apache.org/repos/asf/incubator/onami/site/</svnUrl>
+    <svnUrl>https://svn.apache.org/repos/asf/onami/site/</svnUrl>
     <checkoutDirectory>site-publish</checkoutDirectory>
   </properties>