Skip to content

Commit ef6be97

Browse files
committed
Update pom.xml with new groupId
1 parent e8b6354 commit ef6be97

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>tfm</groupId>
8-
<artifactId>tfm</artifactId>
7+
<groupId>es.upv.mist.slicing</groupId>
8+
<artifactId>sdg</artifactId>
99
<packaging>pom</packaging>
1010
<version>1.0-SNAPSHOT</version>
1111

@@ -17,6 +17,5 @@
1717
<modules>
1818
<module>sdg-core</module>
1919
<module>sdg-cli</module>
20-
<module>sdg-gui</module>
2120
</modules>
2221
</project>

sdg-cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>tfm</groupId>
7+
<groupId>es.upv.mist.slicing</groupId>
88
<artifactId>sdg-cli</artifactId>
99
<version>1.0.5</version>
1010

@@ -55,7 +55,7 @@
5555
<version>3.9.1</version>
5656
</dependency>
5757
<dependency>
58-
<groupId>tfm</groupId>
58+
<groupId>es.upv.mist.slicing</groupId>
5959
<artifactId>sdg-core</artifactId>
6060
<version>1.2.4</version>
6161
</dependency>

sdg-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>tfm</groupId>
7+
<groupId>es.upv.mist.slicing</groupId>
88
<artifactId>sdg-core</artifactId>
99
<version>1.2.4</version>
1010

0 commit comments

Comments
 (0)