mirror of
https://github.com/Minres/RDL-Editor.git
synced 2024-12-21 23:18:03 +01:00
Fixed pom setting for product naming
This commit is contained in:
parent
e43f205ba7
commit
acb5b95f5a
@ -4,7 +4,8 @@
|
|||||||
|
|
||||||
<artifactId>com.minres.rdl.product.releng</artifactId>
|
<artifactId>com.minres.rdl.product.releng</artifactId>
|
||||||
<packaging>eclipse-repository</packaging>
|
<packaging>eclipse-repository</packaging>
|
||||||
<name>RDL EEditor</name>
|
<name>RDL Editor</name>
|
||||||
|
<version>1.2.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
@ -24,6 +25,12 @@
|
|||||||
<linux>tar.gz</linux>
|
<linux>tar.gz</linux>
|
||||||
<macosx>tar.gz</macosx>
|
<macosx>tar.gz</macosx>
|
||||||
</formats>
|
</formats>
|
||||||
|
<products>
|
||||||
|
<product>
|
||||||
|
<id>com.minres.rdl.product.product</id>
|
||||||
|
<archiveFileName>RDL-Editor-${project.version}</archiveFileName>
|
||||||
|
</product>
|
||||||
|
</products>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
Loading…
Reference in New Issue
Block a user