You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2009/06/15 17:20:48 UTC

svn commit: r784807 - in /directory/apacheds/trunk/server-xml/src/main/resources: server.xml serverAuthenticatorInAuthenticationInterceptor.xml serverJdbmPartition.xml

Author: elecharny
Date: Mon Jun 15 15:20:48 2009
New Revision: 784807

URL: http://svn.apache.org/viewvc?rev=784807&view=rev
Log:
Replaced the 1.5.5-SNAPSHOT by ${pom.version} to avoid having to change that when we will bump up the version.

Modified:
    directory/apacheds/trunk/server-xml/src/main/resources/server.xml
    directory/apacheds/trunk/server-xml/src/main/resources/serverAuthenticatorInAuthenticationInterceptor.xml
    directory/apacheds/trunk/server-xml/src/main/resources/serverJdbmPartition.xml

Modified: directory/apacheds/trunk/server-xml/src/main/resources/server.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-xml/src/main/resources/server.xml?rev=784807&r1=784806&r2=784807&view=diff
==============================================================================
--- directory/apacheds/trunk/server-xml/src/main/resources/server.xml (original)
+++ directory/apacheds/trunk/server-xml/src/main/resources/server.xml Mon Jun 15 15:20:48 2009
@@ -20,7 +20,7 @@
 -->
 
 
-<spring:beans xmlns="http://apacheds.org/config/1.5.5-SNAPSHOT"
+<spring:beans xmlns="http://apacheds.org/config/${pom.version}"
        xmlns:spring="http://xbean.apache.org/schemas/spring/1.0"
        xmlns:s="http://www.springframework.org/schema/beans">
 

Modified: directory/apacheds/trunk/server-xml/src/main/resources/serverAuthenticatorInAuthenticationInterceptor.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-xml/src/main/resources/serverAuthenticatorInAuthenticationInterceptor.xml?rev=784807&r1=784806&r2=784807&view=diff
==============================================================================
--- directory/apacheds/trunk/server-xml/src/main/resources/serverAuthenticatorInAuthenticationInterceptor.xml (original)
+++ directory/apacheds/trunk/server-xml/src/main/resources/serverAuthenticatorInAuthenticationInterceptor.xml Mon Jun 15 15:20:48 2009
@@ -20,7 +20,7 @@
 -->
 
 
-<spring:beans xmlns="http://apacheds.org/config/1.5.5-SNAPSHOT"
+<spring:beans xmlns="http://apacheds.org/config/${pom.version}"
        xmlns:spring="http://xbean.apache.org/schemas/spring/1.0"
        xmlns:s="http://www.springframework.org/schema/beans">
               

Modified: directory/apacheds/trunk/server-xml/src/main/resources/serverJdbmPartition.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-xml/src/main/resources/serverJdbmPartition.xml?rev=784807&r1=784806&r2=784807&view=diff
==============================================================================
--- directory/apacheds/trunk/server-xml/src/main/resources/serverJdbmPartition.xml (original)
+++ directory/apacheds/trunk/server-xml/src/main/resources/serverJdbmPartition.xml Mon Jun 15 15:20:48 2009
@@ -20,7 +20,7 @@
 -->
 
 
-<spring:beans xmlns="http://apacheds.org/config/1.5.5-SNAPSHOT"
+<spring:beans xmlns="http://apacheds.org/config/${pom.version}"
        xmlns:spring="http://xbean.apache.org/schemas/spring/1.0"
        xmlns:s="http://www.springframework.org/schema/beans">