You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by sc...@apache.org on 2014/05/27 07:30:02 UTC

svn commit: r1597702 - in /onami/trunk: persist/pom.xml persist/src/site/site.xml pom.xml

Author: sclassen
Date: Tue May 27 05:30:01 2014
New Revision: 1597702

URL: http://svn.apache.org/r1597702
Log:
onami-persist: updated references and site theme for onami persist in trunk

Modified:
    onami/trunk/persist/pom.xml
    onami/trunk/persist/src/site/site.xml
    onami/trunk/pom.xml

Modified: onami/trunk/persist/pom.xml
URL: http://svn.apache.org/viewvc/onami/trunk/persist/pom.xml?rev=1597702&r1=1597701&r2=1597702&view=diff
==============================================================================
--- onami/trunk/persist/pom.xml (original)
+++ onami/trunk/persist/pom.xml Tue May 27 05:30:01 2014
@@ -36,9 +36,9 @@
   <inceptionYear>2013</inceptionYear>
 
   <scm>
-    <url>https://svn.apache.org/viewvc/onami/sandbox/persist</url>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/onami/sandbox/persist</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/onami/sandbox/persist</developerConnection>
+    <url>https://svn.apache.org/viewvc/onami/trunk/persist</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/onami/trunk/persist</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/onami/trunk/persist</developerConnection>
     <tag>HEAD</tag>
   </scm>
 

Modified: onami/trunk/persist/src/site/site.xml
URL: http://svn.apache.org/viewvc/onami/trunk/persist/src/site/site.xml?rev=1597702&r1=1597701&r2=1597702&view=diff
==============================================================================
--- onami/trunk/persist/src/site/site.xml (original)
+++ onami/trunk/persist/src/site/site.xml Tue May 27 05:30:01 2014
@@ -21,12 +21,6 @@
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
   name="${project.name}">
 
-  <custom>
-    <fluidoSkin>
-      <profile>sandbox</profile>
-    </fluidoSkin>
-  </custom>
-
   <body>
     <head>
       <link rel="meta" title="DOAP" href="${project.url}/doap.rdf" type="application/rdf+xml" />

Modified: onami/trunk/pom.xml
URL: http://svn.apache.org/viewvc/onami/trunk/pom.xml?rev=1597702&r1=1597701&r2=1597702&view=diff
==============================================================================
--- onami/trunk/pom.xml (original)
+++ onami/trunk/pom.xml Tue May 27 05:30:01 2014
@@ -43,6 +43,7 @@
     <module>guava</module>
     <module>lifecycle</module>
     <module>logging</module>
+    <module>persist</module>
     <module>scheduler</module>
     <module>scopes</module>
     <module>spi</module>