Change versions to 0.1.0
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 260e6d2bd0d44768080047dcd3147cf98f2cfdb1..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>
         <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.023381 seconds and 5 git commands to generate.