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:
parent
b2f428ace4
commit
24aa40a4f0
1 changed files with 10 additions and 2 deletions
12
rse/pom.xml
12
rse/pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue