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 2010/03/20 12:18:12 UTC

svn commit: r925577 - /directory/installers/branches/installers-1.5.6/pom.xml

Author: pamarcelot
Date: Sat Mar 20 11:18:12 2010
New Revision: 925577

URL: http://svn.apache.org/viewvc?rev=925577&view=rev
Log:
Moved to released versions of shared, daemon and apacheds. Updated SCM tags with correct paths. Moved to an old version of the maven-javadoc-plugin in order to release properly.

Modified:
    directory/installers/branches/installers-1.5.6/pom.xml

Modified: directory/installers/branches/installers-1.5.6/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/branches/installers-1.5.6/pom.xml?rev=925577&r1=925576&r2=925577&view=diff
==============================================================================
--- directory/installers/branches/installers-1.5.6/pom.xml (original)
+++ directory/installers/branches/installers-1.5.6/pom.xml Sat Mar 20 11:18:12 2010
@@ -40,9 +40,9 @@
     <skin.version>1.0.1</skin.version>
 
     <!-- Set versions for depending projects -->
-    <shared.version>0.9.18-SNAPSHOT</shared.version>
-    <daemon.version>1.1.7-SNAPSHOT</daemon.version>
-    <server.version>1.5.6-SNAPSHOT</server.version>
+    <shared.version>0.9.18</shared.version>
+    <daemon.version>1.1.7</daemon.version>
+    <server.version>1.5.6</server.version>
 
     <!-- Set versions for depending jars -->
     <antlr.version>2.7.7</antlr.version>
@@ -560,9 +560,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/installers/trunk</connection>
-    <url>http://svn.apache.org/repos/asf/directory/installers/trunk</url>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/installers/trunk</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/installers/branches/installers-1.5.6/</connection>
+    <url>http://svn.apache.org/repos/asf/directory/installers/branches/installers-1.5.6/</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/installers/branches/installers-1.5.6/</developerConnection>
   </scm>
 
   <reporting>
@@ -628,6 +628,18 @@
       </plugin>
     </plugins>
   </reporting>
+  
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
   <pluginRepositories>
     <pluginRepository>