Skip to content

Commit 515a582

Browse files
committed
Try to move parent pom to the root to check if it allows the maven-release to commit poms
1 parent 65f48ae commit 515a582

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

cogroo-ann/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>cogroo</artifactId>
99
<groupId>org.cogroo</groupId>
1010
<version>4.0.0-SNAPSHOT</version>
11-
<relativePath>../cogroo</relativePath>
11+
<relativePath>..</relativePath>
1212
</parent>
1313

1414
<artifactId>cogroo-ann</artifactId>

cogroo-dict/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>cogroo</artifactId>
66
<groupId>org.cogroo</groupId>
77
<version>4.0.0-SNAPSHOT</version>
8-
<relativePath>../cogroo</relativePath>
8+
<relativePath>..</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>cogroo-dict</artifactId>

cogroo-eval/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<artifactId>cogroo</artifactId>
2626
<groupId>org.cogroo</groupId>
2727
<version>4.0.0-SNAPSHOT</version>
28-
<relativePath>../cogroo</relativePath>
28+
<relativePath>..</relativePath>
2929
</parent>
3030

3131
<modelVersion>4.0.0</modelVersion>

cogroo-gc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>cogroo</artifactId>
99
<groupId>org.cogroo</groupId>
1010
<version>4.0.0-SNAPSHOT</version>
11-
<relativePath>../cogroo</relativePath>
11+
<relativePath>..</relativePath>
1212
</parent>
1313

1414
<artifactId>cogroo-gc</artifactId>

cogroo-nlp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>cogroo</artifactId>
99
<groupId>org.cogroo</groupId>
1010
<version>4.0.0-SNAPSHOT</version>
11-
<relativePath>../cogroo</relativePath>
11+
<relativePath>..</relativePath>
1212
</parent>
1313

1414
<artifactId>cogroo-nlp</artifactId>

lang/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<artifactId>cogroo</artifactId>
2626
<groupId>org.cogroo</groupId>
2727
<version>4.0.0-SNAPSHOT</version>
28-
<relativePath>../cogroo</relativePath>
28+
<relativePath>..</relativePath>
2929
</parent>
3030

3131
<modelVersion>4.0.0</modelVersion>

cogroo/pom.xml renamed to pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
</licenses>
5555

5656
<modules>
57-
<module>../cogroo-nlp</module>
58-
<module>../cogroo-ann</module>
59-
<module>../cogroo-gc</module>
60-
<module>../lang</module>
61-
<!-- <module>../cogroo-eval</module> -->
57+
<module>cogroo-nlp</module>
58+
<module>cogroo-ann</module>
59+
<module>cogroo-gc</module>
60+
<module>lang</module>
61+
<!-- <module>cogroo-eval</module> -->
6262
</modules>
6363

6464
<scm>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)