Verified Commit ef6be971 authored by Carlos Galindo's avatar Carlos Galindo
Browse files

Update pom.xml with new groupId

parent e8b63547
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>tfm</groupId>
    <artifactId>tfm</artifactId>
    <groupId>es.upv.mist.slicing</groupId>
    <artifactId>sdg</artifactId>
    <packaging>pom</packaging>
    <version>1.0-SNAPSHOT</version>

@@ -17,6 +17,5 @@
    <modules>
        <module>sdg-core</module>
        <module>sdg-cli</module>
        <module>sdg-gui</module>
    </modules>
</project>
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>tfm</groupId>
    <groupId>es.upv.mist.slicing</groupId>
    <artifactId>sdg-cli</artifactId>
    <version>1.0.5</version>

@@ -55,7 +55,7 @@
            <version>3.9.1</version>
        </dependency>
        <dependency>
            <groupId>tfm</groupId>
            <groupId>es.upv.mist.slicing</groupId>
            <artifactId>sdg-core</artifactId>
            <version>1.2.4</version>
        </dependency>
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>tfm</groupId>
    <groupId>es.upv.mist.slicing</groupId>
    <artifactId>sdg-core</artifactId>
    <version>1.2.4</version>