Skip to content

Commit da10605

Browse files
committed
[maven-release-plugin] prepare release learnlib-0.11.2
1 parent 88ac906 commit da10605

34 files changed

Lines changed: 35 additions & 35 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.2-SNAPSHOT</version>
26+
<version>0.11.2</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.2-SNAPSHOT</version>
26+
<version>0.11.2</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.2-SNAPSHOT</version>
26+
<version>0.11.2</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.2-SNAPSHOT</version>
6+
<version>0.11.2</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.2-SNAPSHOT</version>
26+
<version>0.11.2</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.2-SNAPSHOT</version>
26+
<version>0.11.2</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.2-SNAPSHOT</version>
6+
<version>0.11.2</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.2-SNAPSHOT</version>
26+
<version>0.11.2</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.2-SNAPSHOT</version>
26+
<version>0.11.2</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.2-SNAPSHOT</version>
32+
<version>0.11.2</version>
3333
<relativePath>../pom.xml</relativePath>
3434
</parent>
3535

0 commit comments

Comments
 (0)