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/23 13:39:00 UTC

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

Author: rombert
Date: Mon Jun 23 11:39:00 2014
New Revision: 1604757

URL: http://svn.apache.org/r1604757
Log:
SLING-3620 - POM preparations for release

Force the qualifier to be 'RELEASE' in preparation for the 1.0.0 release
vote.

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=1604757&r1=1604756&r2=1604757&view=diff
==============================================================================
--- sling/trunk/tooling/ide/pom.xml (original)
+++ sling/trunk/tooling/ide/pom.xml Mon Jun 23 11:39:00 2014
@@ -96,6 +96,14 @@
                       <target>1.6</target>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.eclipse.tycho</groupId>
+                    <artifactId>tycho-packaging-plugin</artifactId>
+                    <version>${tycho.version}</version>
+                    <configuration>
+                        <format>'RELEASE'</format>
+                    </configuration>
+                </plugin>
                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
                 <!--
                     We embed some bundles that are not available on p2 update sites. To make the build seamless, we copy them early in the process.