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 2011/01/05 17:43:38 UTC

svn commit: r1055517 - /directory/studio/trunk/pom.xml

Author: pamarcelot
Date: Wed Jan  5 16:43:38 2011
New Revision: 1055517

URL: http://svn.apache.org/viewvc?rev=1055517&view=rev
Log:
Part of a fix for DIRSTUDIO-718 (Update Eclipse dependencies to version 3.6.1).
Fixed versions in pom.xml.

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=1055517&r1=1055516&r2=1055517&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Wed Jan  5 16:43:38 2011
@@ -554,16 +554,16 @@
       
     <!-- Apache Directory Studio launchers dependencies -->
     <dependency>
-      <groupId>org.apache.directory.studio</groupId>
-      <artifactId>launcher-linux-x86</artifactId>
-      <type>tar.gz</type>
-      <version>1.1.0</version>
+      <groupId>org.apache.directory.studio.launcher.linux</groupId>
+      <artifactId>x86</artifactId>
+      <type>zip</type>
+      <version>2.0</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.directory.studio</groupId>
-      <artifactId>launcher-linux-x86_64</artifactId>
-      <type>tar.gz</type>
-      <version>1.1.0</version>
+      <groupId>org.apache.directory.studio.launcher.linux</groupId>
+      <artifactId>x86_64</artifactId>
+      <type>zip</type>
+      <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.directory.studio.launcher.macosx</groupId>