fix version replacements for about dialog by adding a proper release tag again to the branding bundle
This commit is contained in:
@@ -53,6 +53,19 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>tycho-packaging-plugin</artifactId>
|
||||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<format>yyyyMMddHHmm-'${p2.qualifier}'</format>
|
||||
<archiveSite>false</archiveSite>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>tycho-p2-plugin</artifactId>
|
||||
|
||||
@@ -730,7 +730,7 @@
|
||||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<format>yyyyMMddHHmm</format>
|
||||
<archiveSite>true</archiveSite>
|
||||
<archiveSite>false</archiveSite>
|
||||
<archive>
|
||||
<addMavenDescriptor>false</addMavenDescriptor>
|
||||
</archive>
|
||||
|
||||
Reference in New Issue
Block a user