You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2006/11/24 20:36:25 UTC

svn commit: r478956 - in /jackrabbit/branches/1.1: jackrabbit/project.xml jcr-rmi/project.xml

Author: jukka
Date: Fri Nov 24 11:36:24 2006
New Revision: 478956

URL: http://svn.apache.org/viewvc?view=rev&rev=478956
Log:
1.1: Merged revisions 470137 and 470138 (JCR-596)

Modified:
    jackrabbit/branches/1.1/jackrabbit/project.xml
    jackrabbit/branches/1.1/jcr-rmi/project.xml

Modified: jackrabbit/branches/1.1/jackrabbit/project.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/jackrabbit/project.xml?view=diff&rev=478956&r1=478955&r2=478956
==============================================================================
--- jackrabbit/branches/1.1/jackrabbit/project.xml (original)
+++ jackrabbit/branches/1.1/jackrabbit/project.xml Fri Nov 24 11:36:24 2006
@@ -17,7 +17,11 @@
    limitations under the License.
   -->
 
-<project>
+<project xmlns="http://maven.apache.org/POM/3.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
+                             http://maven.apache.org/maven-v3_0_0.xsd">
+
     <!-- ====================================================================== -->
     <!-- P R O J E C T  D E S C R I P T I O N                                   -->
     <!-- ====================================================================== -->
@@ -56,7 +60,6 @@
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/</developerConnection>
         <url>http://svn.apache.org/viewvc/jackrabbit/trunk/</url>
     </repository>
-    <versions/>
 
     <mailingLists>
         <mailingList>
@@ -574,7 +577,7 @@
                 </resource>
             </resources>
         </unitTest>
-        
+
         <!-- J A R  R E S O U R C E S -->
         <!-- Resources that are packaged up inside the JAR file -->
         <resources>

Modified: jackrabbit/branches/1.1/jcr-rmi/project.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/jcr-rmi/project.xml?view=diff&rev=478956&r1=478955&r2=478956
==============================================================================
--- jackrabbit/branches/1.1/jcr-rmi/project.xml (original)
+++ jackrabbit/branches/1.1/jcr-rmi/project.xml Fri Nov 24 11:36:24 2006
@@ -17,7 +17,11 @@
    limitations under the License.
   -->
 
-<project>
+<project xmlns="http://maven.apache.org/POM/3.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
+                             http://maven.apache.org/maven-v3_0_0.xsd">
+
   <pomVersion>3</pomVersion>
   <groupId>org.apache.jackrabbit</groupId>
   <artifactId>jackrabbit-jcr-rmi</artifactId>