Skip to content

Commit 2dfce44

Browse files
committed
Change from edu.usc.irds to edu.usc.ir
1 parent ba376ad commit 2dfce44

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

age-predictor-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>edu.usc.irds</groupId>
5+
<groupId>edu.usc.ir</groupId>
66
<artifactId>age-predictor</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>age-predictor-api</artifactId>
1010

1111
<dependencies>
1212
<dependency>
13-
<groupId>edu.usc.irds</groupId>
13+
<groupId>edu.usc.ir</groupId>
1414
<artifactId>age-predictor-cli</artifactId>
1515
<version>${project.version}</version>
1616
</dependency>
1717
</dependencies>
18-
</project>
18+
</project>

age-predictor-assembly/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>edu.usc.irds</groupId>
5+
<groupId>edu.usc.ir</groupId>
66
<artifactId>age-predictor</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
</parent>
@@ -14,7 +14,7 @@
1414

1515
<dependencies>
1616
<dependency>
17-
<groupId>edu.usc.irds</groupId>
17+
<groupId>edu.usc.ir</groupId>
1818
<artifactId>age-predictor-api</artifactId>
1919
<version>${project.version}</version>
2020
</dependency>
@@ -143,4 +143,4 @@
143143
</plugin>
144144
</plugins>
145145
</build>
146-
</project>
146+
</project>

age-predictor-cli/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>edu.usc.irds</groupId>
5+
<groupId>edu.usc.ir</groupId>
66
<artifactId>age-predictor</artifactId>
77
<version>1.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>age-predictor-cli</artifactId>
1010
<packaging>jar</packaging>
1111
<dependencies>
1212
<dependency>
13-
<groupId>edu.usc.irds</groupId>
13+
<groupId>edu.usc.ir</groupId>
1414
<artifactId>age-predictor-opennlp</artifactId>
1515
<version>${project.version}</version>
1616
</dependency>
@@ -50,4 +50,4 @@
5050
</exclusions>
5151
</dependency>
5252
</dependencies>
53-
</project>
53+
</project>

age-predictor-opennlp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
4-
<groupId>edu.usc.irds</groupId>
4+
<groupId>edu.usc.ir</groupId>
55
<artifactId>age-predictor</artifactId>
66
<version>1.0-SNAPSHOT</version>
77
</parent>
@@ -31,4 +31,4 @@
3131
</dependency>
3232

3333
</dependencies>
34-
</project>
34+
</project>

pom.xml

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

5-
<groupId>edu.usc.irds</groupId>
5+
<groupId>edu.usc.ir</groupId>
66
<artifactId>age-predictor</artifactId>
77
<packaging>pom</packaging>
88
<version>1.0-SNAPSHOT</version>

0 commit comments

Comments
 (0)