You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2014/06/26 10:33:25 UTC

svn commit: r1605698 - /sling/trunk/tooling/ide/pom.xml

Author: rombert
Date: Thu Jun 26 08:33:24 2014
New Revision: 1605698

URL: http://svn.apache.org/r1605698
Log:
Remove the 'RELEASE' qualifier

Modified:
    sling/trunk/tooling/ide/pom.xml

Modified: sling/trunk/tooling/ide/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/pom.xml?rev=1605698&r1=1605697&r2=1605698&view=diff
==============================================================================
--- sling/trunk/tooling/ide/pom.xml (original)
+++ sling/trunk/tooling/ide/pom.xml Thu Jun 26 08:33:24 2014
@@ -128,14 +128,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.eclipse.tycho</groupId>
-                <artifactId>tycho-packaging-plugin</artifactId>
-                <version>${tycho.version}</version>
-                <configuration>
-                    <format>'RELEASE'</format>
-                </configuration>
-            </plugin>
 		</plugins>
         <pluginManagement>
             <plugins>