Changeset 2758


Ignore:
Timestamp:
03/28/13 09:15:23 (11 years ago)
Author:
keeloo
Message:

Removed reference to MPI parent project from the project's pom.xml file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-2.13-param/pom.xml

    r2651 r2758  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0                       http://maven.apache.org/xsd/maven-4.0.0.xsd">
     2
     3<project xmlns="http://maven.apache.org/POM/4.0.0"
     4         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     5         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0                       
     6                             http://maven.apache.org/xsd/maven-4.0.0.xsd"
     7>
     8   
    39    <modelVersion>4.0.0</modelVersion>
    410    <groupId>eu.clarin.cmdi</groupId>
    511    <artifactId>vlo_parent</artifactId>
    6     <name>Virtual Language Observatory (parent pom)</name>
     12    <name>Virtual Language Observatory</name>
    713    <packaging>pom</packaging>
     14   
    815    <!-- When updating the version number here, also update the version number
    9     in the module's pom.xml -->
     16         in each module's pom.xml
     17    -->
    1018    <version>2.13</version>
    11     <description>Parent pom for the whole vlo project (in order to be able to do fancy packaging.</description>
     19   
     20    <description>Virtual Language Observatory (VLO) parent project</description>
    1221
    13     <parent>
    14         <groupId>nl.mpi</groupId>
    15         <artifactId>parent</artifactId>
    16         <version>1.2</version>
    17     </parent>
     22    <!--    maybe this was the culprit
     23        <parent>
     24            <groupId>nl.mpi</groupId>
     25            <artifactId>parent</artifactId>
     26            <version>1.2</version>
     27        </parent>
     28    -->
    1829
    1930    <modules>
Note: See TracChangeset for help on using the changeset viewer.