Skip to content

Commit 9766429

Browse files
committed
refactor artifactIds of aggregating modules
for consistency, let all artifactIds of aggregating maven modules end with "-parent"
1 parent c472d2a commit 9766429

38 files changed

Lines changed: 48 additions & 48 deletions

File tree

algorithms/active/adt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<modelVersion>4.0.0</modelVersion>
2222

2323
<parent>
24-
<artifactId>learnlib-algorithms-active</artifactId>
24+
<artifactId>learnlib-algorithms-active-parent</artifactId>
2525
<groupId>de.learnlib</groupId>
2626
<version>0.12.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>

algorithms/active/dhc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<artifactId>learnlib-algorithms-active</artifactId>
25+
<artifactId>learnlib-algorithms-active-parent</artifactId>
2626
<groupId>de.learnlib</groupId>
2727
<version>0.12.1-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>

algorithms/active/discrimination-tree-vpda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<artifactId>learnlib-algorithms-active</artifactId>
25+
<artifactId>learnlib-algorithms-active-parent</artifactId>
2626
<groupId>de.learnlib</groupId>
2727
<version>0.12.1-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>

algorithms/active/discrimination-tree/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<artifactId>learnlib-algorithms-active</artifactId>
25+
<artifactId>learnlib-algorithms-active-parent</artifactId>
2626
<groupId>de.learnlib</groupId>
2727
<version>0.12.1-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>

algorithms/active/kearns-vazirani/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<modelVersion>4.0.0</modelVersion>
2222
<parent>
2323
<groupId>de.learnlib</groupId>
24-
<artifactId>learnlib-algorithms-active</artifactId>
24+
<artifactId>learnlib-algorithms-active-parent</artifactId>
2525
<version>0.12.1-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>

algorithms/active/lstar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<artifactId>learnlib-algorithms-active</artifactId>
25+
<artifactId>learnlib-algorithms-active-parent</artifactId>
2626
<groupId>de.learnlib</groupId>
2727
<version>0.12.1-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>

algorithms/active/nlstar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<modelVersion>4.0.0</modelVersion>
2222
<parent>
2323
<groupId>de.learnlib</groupId>
24-
<artifactId>learnlib-algorithms-active</artifactId>
24+
<artifactId>learnlib-algorithms-active-parent</artifactId>
2525
<version>0.12.1-SNAPSHOT</version>
2626
</parent>
2727
<name>LearnLib :: Algorithms :: NL*</name>

algorithms/active/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ limitations under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<artifactId>learnlib-algorithms</artifactId>
25+
<artifactId>learnlib-algorithms-parent</artifactId>
2626
<groupId>de.learnlib</groupId>
2727
<version>0.12.1-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

31-
<artifactId>learnlib-algorithms-active</artifactId>
31+
<artifactId>learnlib-algorithms-active-parent</artifactId>
3232
<name>LearnLib :: Algorithms :: Active</name>
3333
<description>Parent module for (active) automata learning algorithms shipped with LearnLib</description>
3434

algorithms/active/ttt-vpda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<artifactId>learnlib-algorithms-active</artifactId>
25+
<artifactId>learnlib-algorithms-active-parent</artifactId>
2626
<groupId>de.learnlib</groupId>
2727
<version>0.12.1-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>

algorithms/active/ttt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323

2424
<parent>
25-
<artifactId>learnlib-algorithms-active</artifactId>
25+
<artifactId>learnlib-algorithms-active-parent</artifactId>
2626
<groupId>de.learnlib</groupId>
2727
<version>0.12.1-SNAPSHOT</version>
2828
<relativePath>../pom.xml</relativePath>

0 commit comments

Comments
 (0)