[ 
https://issues.apache.org/jira/browse/MARMOTTA-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13781923#comment-13781923
 ] 

ASF subversion and git services commented on MARMOTTA-323:
----------------------------------------------------------

Commit b8a907b04ad1690b71fc2dbaa51b04c447b48093 in branch refs/heads/develop 
from [~jakob]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-marmotta.git;h=b8a907b ]

MARMOTTA-323 marmotta-maven-plugin has a goal to render the version-string into 
the splash image.
use
<plugin>
  <groupId>org.apache.marmotta</groupId>
  <artifactId>marmotta-maven-plugin</artifactId>
  <version>${marmotta.version}</version>
  <executions>
    <execution>
      <phase>process-resources</phase>
      <goals>
        <goal>createSplash</goal>
      </goals>
      <configuration>
        <input>${resource}/splashscreen.png</input>
        <output>${target}/splashscreen.png</output>
        <versionString>${project.version}</versionString>
        <color>#1d1d1b</color>
        <snapshotColor>#f8651d</snapshotColor>
        <vAlign>base</vAlign>
        <hAlign>right</hAlign>
        <xPos>467</xPos>
        <yPos>333</yPos>
      </configuration>
    </execution>
  </executions>
</plugin>


> Splash Screen of version 3.1.0-incubating shows version 3.0.0
> -------------------------------------------------------------
>
>                 Key: MARMOTTA-323
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-323
>             Project: Marmotta
>          Issue Type: Bug
>          Components: Launchers
>    Affects Versions: 3.1-incubating
>            Reporter: Rupert Westenthaler
>            Assignee: Jakob Frank
>            Priority: Minor
>             Fix For: 3.2
>
>
> The splash screen shown when launching marmotta notes the wrong version. 
> 3.0.0-incubating instead of 3.1.0-incubating



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to