You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by al...@apache.org on 2014/10/22 10:45:38 UTC

svn commit: r1633562 - in /jackrabbit/oak/trunk: oak-run/pom.xml oak-tarmk-standby/pom.xml pom.xml

Author: alexparvulescu
Date: Wed Oct 22 08:45:38 2014
New Revision: 1633562

URL: http://svn.apache.org/r1633562
Log:
OAK-1915 TarMK Cold Standby
 - renaming missing bits


Modified:
    jackrabbit/oak/trunk/oak-run/pom.xml
    jackrabbit/oak/trunk/oak-tarmk-standby/pom.xml
    jackrabbit/oak/trunk/pom.xml

Modified: jackrabbit/oak/trunk/oak-run/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-run/pom.xml?rev=1633562&r1=1633561&r2=1633562&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-run/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-run/pom.xml Wed Oct 22 08:45:38 2014
@@ -243,7 +243,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>oak-tarmk-failover</artifactId>
+      <artifactId>oak-tarmk-standby</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>

Modified: jackrabbit/oak/trunk/oak-tarmk-standby/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-tarmk-standby/pom.xml?rev=1633562&r1=1633561&r2=1633562&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-tarmk-standby/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-tarmk-standby/pom.xml Wed Oct 22 08:45:38 2014
@@ -21,10 +21,10 @@
     <relativePath>../oak-parent/pom.xml</relativePath>
   </parent>
 
-  <artifactId>oak-tarmk-failover</artifactId>
-  <name>Oak TarMK Failover</name>
+  <artifactId>oak-tarmk-standby</artifactId>
+  <name>Oak TarMK Standby</name>
   <packaging>bundle</packaging>
-  <description>Oak TarMK failover module</description>
+  <description>Oak TarMK standby module</description>
 
   <properties>
       <netty-version>4.0.23.Final</netty-version>
@@ -72,7 +72,7 @@
             <phase>process-test-resources</phase>
             <configuration>
               <portNames>
-                <portName>failover.server.port</portName>
+                <portName>standby.server.port</portName>
               </portNames>
             </configuration>
           </execution>
@@ -82,7 +82,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <systemPropertyVariables combine.children="append">
-            <failover.server.port>${failover.server.port}</failover.server.port>
+            <standby.server.port>${standby.server.port}</standby.server.port>
           </systemPropertyVariables>
           <excludes>
             <!-- excluding long running tests -->

Modified: jackrabbit/oak/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/pom.xml?rev=1633562&r1=1633561&r2=1633562&view=diff
==============================================================================
--- jackrabbit/oak/trunk/pom.xml (original)
+++ jackrabbit/oak/trunk/pom.xml Wed Oct 22 08:45:38 2014
@@ -54,7 +54,7 @@
     <module>oak-run</module>
     <module>oak-it</module>
     <module>oak-pojosr</module>
-    <module>oak-tarmk-failover</module>
+    <module>oak-tarmk-standby</module>
     <module>oak-authorization-cug</module>
   </modules>