Switch to unified view

a/bundle/pom.xml b/bundle/pom.xml
...
...
3
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
    <parent>
5
    <parent>
6
        <groupId>net.timbusproject.extractors</groupId>
6
        <groupId>net.timbusproject.extractors</groupId>
7
        <artifactId>debian-software-extractor</artifactId>
7
        <artifactId>debian-software-extractor</artifactId>
8
        <version>0.4.4-SNAPSHOT</version>
8
        <version>0.4.5-SNAPSHOT</version>
9
        <relativePath>../pom.xml</relativePath>
9
        <relativePath>../pom.xml</relativePath>
10
    </parent>
10
    </parent>
11
    <modelVersion>4.0.0</modelVersion>
11
    <modelVersion>4.0.0</modelVersion>
12
12
13
    <artifactId>debian-software-extractor-bundle</artifactId>
13
    <artifactId>debian-software-extractor-bundle</artifactId>