/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-09 13:08:37 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170809130837-ehrzk86b6ijwqgey
removed a space.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5
5
    <modelVersion>4.0.0</modelVersion>
6
6
    <groupId>com.example.mag</groupId>
7
 
    <artifactId>student-portal</artifactId>
 
7
    <artifactId>mag-student-portal</artifactId>
8
8
    <packaging>war</packaging>
9
9
    <name>MAG - Student Portal</name>
10
10
    <version>1.1.0-SNAPSHOT</version>
13
13
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14
14
    </properties>
15
15
    <build>
16
 
        <finalName> ${project.artifactId}-${project.version}</finalName> <!-- Change -->
 
16
        <finalName>${project.artifactId}-${project.version}</finalName> <!-- Change -->
17
17
        <plugins>
18
18
            <plugin>
19
19
                <groupId>org.apache.maven.plugins</groupId>