1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 15:15:25 +02:00

[releng] experimenting with version format.

This commit is contained in:
Anna Dushistova 2012-05-24 07:32:56 +00:00
parent b2f428ace4
commit 24aa40a4f0

View file

@ -310,7 +310,7 @@
</target>
</configuration>
</execution>
<!-- <execution>
<!-- <execution>
<id>upload-serverruntime</id>
<phase>install</phase>
<goals>
@ -327,7 +327,7 @@
</target>
</configuration>
</execution>
-->
-->
</executions>
</plugin>
</plugins>
@ -407,6 +407,14 @@
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<qualifier>v${buildQualifier}</qualifier>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>