Fixed project info dialog

6.19.x
Sergii Kabashniuk 2017-09-29 13:11:12 +03:00
parent 998aabebe4
commit ea98259a6f
1 changed files with 2 additions and 3 deletions

View File

@ -131,7 +131,7 @@
<plugin>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-dyna-provider-generator-maven-plugin</artifactId>
<version>${che.version}</version>
<version>${project.version}</version>
<executions>
<execution>
<phase>generate-sources</phase>
@ -199,8 +199,7 @@
<tasks>
<echo append="false" file="${project.build.directory}/classes/org/eclipse/che/ide/ext/help/client/BuildInfo.properties">revision = ${revision}
buildTime = ${timestamp}
version =
${project.version}</echo>
version = ${project.version}</echo>
</tasks>
</configuration>
</execution>