Change versions to 0.1.0
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0876449eeed5a57abb809a87924088b8ab2e5939..bbf47eeb88a3b7976ea5aa48e939dca8e1a456bf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>org.eclipse.tracecompass</groupId>
   <artifactId>org.eclipse.tracecompass</artifactId>
-  <version>3.2.0-SNAPSHOT</version>
+  <version>0.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Trace Compass Parent</name>
 
 <profiles>
   <profile>
-    <id>tracingRcp</id>
+    <id>build-rcp</id>
       <modules>
         <module>org.eclipse.tracecompass.rcp.product</module>
       </modules>
   </profile>
+  <profile>
+    <id>sign-update-site</id>
+    <build>
+      <plugins>
+        <plugin>
+          <groupId>org.eclipse.cbi.maven.plugins</groupId>
+          <artifactId>eclipse-jarsigner-plugin</artifactId>
+          <version>1.1.1</version>
+          <executions>
+            <execution>
+              <id>sign</id>
+              <phase>install</phase>
+              <goals>
+                <goal>sign</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+      </plugins>
+    </build>
+  </profile>
   <profile>
     <id>performance</id>
     <modules>
This page took 0.025988 seconds and 5 git commands to generate.