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:20:58 UTC

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

Author: rombert
Date: Thu Jun 26 08:20:58 2014
New Revision: 1605694

URL: http://svn.apache.org/r1605694
Log:
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=1605694&r1=1605693&r2=1605694&view=diff
==============================================================================
--- sling/trunk/tooling/ide/pom.xml (original)
+++ sling/trunk/tooling/ide/pom.xml Thu Jun 26 08:20:58 2014
@@ -128,6 +128,14 @@
                     </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>