mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[build] Updated Tycho version, added qualifier format for features
This commit is contained in:
parent
bc8aad77cc
commit
7fae8432f9
2 changed files with 10 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
</parent>
|
||||
|
||||
<properties>
|
||||
<tycho-version>0.25.0</tycho-version>
|
||||
<tycho-version>0.26.0</tycho-version>
|
||||
<root-dir>${basedir}/../..</root-dir>
|
||||
</properties>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<tycho-version>0.25.0</tycho-version>
|
||||
<tycho-version>0.26.0</tycho-version>
|
||||
<root-dir>${basedir}/..</root-dir>
|
||||
</properties>
|
||||
|
||||
|
@ -203,6 +203,14 @@
|
|||
</environments>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>tycho-packaging-plugin</artifactId>
|
||||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<format>'v'yyyyMMdd-HHmm</format>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue