You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2007/05/25 15:50:37 UTC

svn commit: r541652 - in /jackrabbit/trunk/jackrabbit-core: pom.xml src/main/resources/org/apache/jackrabbit/core/repository.properties

Author: mreutegg
Date: Fri May 25 06:50:36 2007
New Revision: 541652

URL: http://svn.apache.org/viewvc?view=rev&rev=541652
Log:
JCR-945: Use correct version number in repository descriptor

Modified:
    jackrabbit/trunk/jackrabbit-core/pom.xml
    jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/repository.properties

Modified: jackrabbit/trunk/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/pom.xml?view=diff&rev=541652&r1=541651&r2=541652
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/pom.xml Fri May 25 06:50:36 2007
@@ -237,6 +237,12 @@
         </executions>
       </plugin>
     </plugins>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
   </build>
 
   <dependencies>

Modified: jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/repository.properties
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/repository.properties?view=diff&rev=541652&r1=541651&r2=541652
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/repository.properties (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/repository.properties Fri May 25 06:50:36 2007
@@ -28,13 +28,13 @@
 jcr.repository.vendor = Apache Software Foundation
 
 # The descriptor for the URL of the repository vendor.
-jcr.repository.vendor.url = http://www.apache.org/
+jcr.repository.vendor.url = http://jackrabbit.apache.org/
 
 # The descriptor for the name of this repository implementation.
 jcr.repository.name = Jackrabbit
 
 # The descriptor for the version of this repository implementation.
-jcr.repository.version = 1.0-dev
+jcr.repository.version = ${pom.version}
 
 ################################################################################
 # Repository features and support information