You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2008/07/13 21:17:51 UTC

svn commit: r676409 - in /directory/installers/trunk: README.txt apacheds/pom.xml

Author: akarasulu
Date: Sun Jul 13 12:17:51 2008
New Revision: 676409

URL: http://svn.apache.org/viewvc?rev=676409&view=rev
Log:
some cleanup in prep for release

Modified:
    directory/installers/trunk/README.txt
    directory/installers/trunk/apacheds/pom.xml

Modified: directory/installers/trunk/README.txt
URL: http://svn.apache.org/viewvc/directory/installers/trunk/README.txt?rev=676409&r1=676408&r2=676409&view=diff
==============================================================================
--- directory/installers/trunk/README.txt (original)
+++ directory/installers/trunk/README.txt Sun Jul 13 12:17:51 2008
@@ -1,4 +1,4 @@
-This distribution includes cryptographic software.  The country in 
+   This distribution includes cryptographic software.  The country in 
    which you currently reside may have restrictions on the import, 
    possession, use, and/or re-export to another country, of 
    encryption software.  BEFORE using any encryption software, please 

Modified: directory/installers/trunk/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds/pom.xml?rev=676409&r1=676408&r2=676409&view=diff
==============================================================================
--- directory/installers/trunk/apacheds/pom.xml (original)
+++ directory/installers/trunk/apacheds/pom.xml Sun Jul 13 12:17:51 2008
@@ -33,9 +33,9 @@
   </description>
 
   <properties>
-    <studio-version>1.2.0.SNAPSHOT</studio-version>
-    <server-version>1.5.3-SNAPSHOT</server-version>
-    <suite-version>1.1.0</suite-version>
+    <studio-version>1.2.0</studio-version>
+    <server-version>${pom.version}</server-version>
+    <suite-version>1.2.0</suite-version>
   </properties>
 
   <dependencies>
@@ -85,7 +85,7 @@
           <plugin>
             <groupId>org.apache.directory.daemon</groupId>
             <artifactId>daemon-plugin</artifactId>
-            <version>1.1.4-SNAPSHOT</version>
+            <version>1.1.4</version>
             <configuration>
               <application>
                 <name>suite</name>
@@ -253,7 +253,7 @@
           <plugin>
             <groupId>org.apache.directory.daemon</groupId>
             <artifactId>daemon-plugin</artifactId>
-            <version>1.1.4-SNAPSHOT</version>
+            <version>1.1.4</version>
             <configuration>
               <application>
                 <name>studio</name>
@@ -383,7 +383,7 @@
           <plugin>
             <groupId>org.apache.directory.daemon</groupId>
             <artifactId>daemon-plugin</artifactId>
-            <version>1.1.4-SNAPSHOT</version>
+            <version>1.1.4</version>
             <configuration>
               <excludes>
 
@@ -415,7 +415,7 @@
               <application>
                 <name>apacheds</name>
                 <icon>src/main/resources/feather.ico</icon>
-                <version>1.5.3-SNAPSHOT</version>
+                <version>${server-version}</version>
                 <copyrightYear>2007</copyrightYear>
                 <minimumJavaVersion>1.5</minimumJavaVersion>
                 <url>http://directory.apache.org</url>