/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to pom.xml

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-03 12:21:42 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170803122142-msu4ng77te5snxh4
* made the pom a lil' bit better.
  No uses the name and verson in the final name. :-)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14
14
    </properties>
15
15
    <build>
16
 
        <finalName>Mag Student Portal</finalName> <!-- Change -->
 
16
        <finalName> ${project.artifactId}-${project.version}</finalName> <!-- Change -->
17
17
        <plugins>
18
18
            <plugin>
19
19
                <groupId>org.apache.maven.plugins</groupId>