mirror of https://github.com/Minres/RDL-Editor.git
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>
|
||||
<packaging>eclipse-repository</packaging>
|
||||
<name>RDL EEditor</name>
|
||||
<name>RDL Editor</name>
|
||||
<version>1.2.0-SNAPSHOT</version>
|
||||
|
||||
<parent>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
|
@ -24,6 +25,12 @@
|
|||
<linux>tar.gz</linux>
|
||||
<macosx>tar.gz</macosx>
|
||||
</formats>
|
||||
<products>
|
||||
<product>
|
||||
<id>com.minres.rdl.product.product</id>
|
||||
<archiveFileName>RDL-Editor-${project.version}</archiveFileName>
|
||||
</product>
|
||||
</products>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
|
Loading…
Reference in New Issue