Skip to content

Commit 813e109

Browse files
committed
erge branch 'develop'
Conflicts: algorithms/dhc/pom.xml algorithms/discrimination-tree/pom.xml algorithms/features/pom.xml algorithms/kearns-vazirani/pom.xml algorithms/lstar-baseline/pom.xml algorithms/lstar-generic/pom.xml algorithms/nlstar/pom.xml algorithms/pom.xml algorithms/ttt/pom.xml archetypes/complete/pom.xml archetypes/core/pom.xml archetypes/pom.xml archetypes/typical/pom.xml build-tools/pom.xml core/pom.xml distribution/pom.xml drivers/basic/pom.xml drivers/mapper/pom.xml drivers/pom.xml eqtests/basic-eqtests/pom.xml eqtests/pom.xml examples/pom.xml filters/cache/pom.xml filters/pom.xml filters/reuse/pom.xml pom.xml simulator/pom.xml test-support/learner-it-support/pom.xml test-support/learning-examples/pom.xml test-support/pom.xml utils/acex/pom.xml utils/counterexamples/pom.xml utils/parallelism/pom.xml utils/pom.xml
2 parents 7ded2ef + 5c6ffec commit 813e109

34 files changed

Lines changed: 36 additions & 36 deletions

File tree

algorithms/dhc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
2323
<parent>
2424
<artifactId>learnlib-algorithms</artifactId>
2525
<groupId>de.learnlib</groupId>
26-
<version>0.11.1</version>
26+
<version>0.11.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

algorithms/discrimination-tree/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
2323
<parent>
2424
<artifactId>learnlib-algorithms</artifactId>
2525
<groupId>de.learnlib</groupId>
26-
<version>0.11.1</version>
26+
<version>0.11.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

algorithms/features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
2323
<parent>
2424
<artifactId>learnlib-algorithms</artifactId>
2525
<groupId>de.learnlib</groupId>
26-
<version>0.11.1</version>
26+
<version>0.11.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

algorithms/kearns-vazirani/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.learnlib</groupId>
55
<artifactId>learnlib-algorithms</artifactId>
6-
<version>0.11.1</version>
6+
<version>0.11.1-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>learnlib-kearns-vazirani</artifactId>

algorithms/lstar-baseline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
2323
<parent>
2424
<artifactId>learnlib-algorithms</artifactId>
2525
<groupId>de.learnlib</groupId>
26-
<version>0.11.1</version>
26+
<version>0.11.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

algorithms/lstar-generic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
2323
<parent>
2424
<artifactId>learnlib-algorithms</artifactId>
2525
<groupId>de.learnlib</groupId>
26-
<version>0.11.1</version>
26+
<version>0.11.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

algorithms/nlstar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.learnlib</groupId>
55
<artifactId>learnlib-algorithms</artifactId>
6-
<version>0.11.1</version>
6+
<version>0.11.1-SNAPSHOT</version>
77
</parent>
88
<artifactId>learnlib-nlstar</artifactId>
99
<dependencies>

algorithms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
2323
<parent>
2424
<artifactId>learnlib-parent</artifactId>
2525
<groupId>de.learnlib</groupId>
26-
<version>0.11.1</version>
26+
<version>0.11.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

algorithms/ttt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http://www.gnu.de/documents/lgpl.en.html.
2323
<parent>
2424
<artifactId>learnlib-algorithms</artifactId>
2525
<groupId>de.learnlib</groupId>
26-
<version>0.11.1</version>
26+
<version>0.11.1-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

archetypes/complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ http://www.gnu.de/documents/lgpl.en.html.
2929
<parent>
3030
<groupId>de.learnlib.archetypes</groupId>
3131
<artifactId>learnlib-archetypes-parent</artifactId>
32-
<version>0.11.1</version>
32+
<version>0.11.1-SNAPSHOT</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

0 commit comments

Comments
 (0)