You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/02/23 13:51:36 UTC

svn commit: r1292782 - in /directory/apacheds/trunk/core-shared: pom.xml src/main/resources/org/apache/directory/server/core/shared/partition/version.properties

Author: pamarcelot
Date: Thu Feb 23 12:51:35 2012
New Revision: 1292782

URL: http://svn.apache.org/viewvc?rev=1292782&view=rev
Log:
Fix for DIRSERVER-1700 (Version in Root DSE is reported as '${pom.version}').
(Also moved to the recommended ${project.version})

Modified:
    directory/apacheds/trunk/core-shared/pom.xml
    directory/apacheds/trunk/core-shared/src/main/resources/org/apache/directory/server/core/shared/partition/version.properties

Modified: directory/apacheds/trunk/core-shared/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-shared/pom.xml?rev=1292782&r1=1292781&r2=1292782&view=diff
==============================================================================
--- directory/apacheds/trunk/core-shared/pom.xml (original)
+++ directory/apacheds/trunk/core-shared/pom.xml Thu Feb 23 12:51:35 2012
@@ -80,6 +80,12 @@
   </dependencies>
 
   <build>
+    <resources>
+      <resource>
+        <directory>src/main/resources</directory>
+        <filtering>true</filtering>
+      </resource>
+    </resources>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: directory/apacheds/trunk/core-shared/src/main/resources/org/apache/directory/server/core/shared/partition/version.properties
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-shared/src/main/resources/org/apache/directory/server/core/shared/partition/version.properties?rev=1292782&r1=1292781&r2=1292782&view=diff
==============================================================================
--- directory/apacheds/trunk/core-shared/src/main/resources/org/apache/directory/server/core/shared/partition/version.properties (original)
+++ directory/apacheds/trunk/core-shared/src/main/resources/org/apache/directory/server/core/shared/partition/version.properties Thu Feb 23 12:51:35 2012
@@ -15,4 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-apacheds.version=${pom.version}
+apacheds.version=${project.version}