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/01/12 14:37:57 UTC

svn commit: r1230528 - /directory/studio/trunk/application/application-release/pom.xml

Author: pamarcelot
Date: Thu Jan 12 13:37:57 2012
New Revision: 1230528

URL: http://svn.apache.org/viewvc?rev=1230528&view=rev
Log:
Fixed a missing qualifier for the updatesite zip package.

Modified:
    directory/studio/trunk/application/application-release/pom.xml

Modified: directory/studio/trunk/application/application-release/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/application/application-release/pom.xml?rev=1230528&r1=1230527&r2=1230528&view=diff
==============================================================================
--- directory/studio/trunk/application/application-release/pom.xml (original)
+++ directory/studio/trunk/application/application-release/pom.xml Thu Jan 12 13:37:57 2012
@@ -92,6 +92,7 @@
                 <artifactItem>
                   <groupId>org.apache.directory.studio</groupId>
                   <artifactId>ApacheDirectoryStudio-updatesite</artifactId>
+                  <classifier>default</classifier>
                   <type>zip</type>
                   <version>${project.version}</version>
                   <outputDirectory>${release-dir}</outputDirectory>