Skip to content

Commit 93c0549

Browse files
committed
[maven-release-plugin] prepare release learnlib-0.12.0
1 parent 9d037ef commit 93c0549

File tree

34 files changed

+35
-35
lines changed

34 files changed

+35
-35
lines changed

algorithms/dhc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-algorithms</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

algorithms/discrimination-tree/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-algorithms</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

algorithms/features/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-algorithms</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

algorithms/kearns-vazirani/pom.xml

+1-1
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.12.0-SNAPSHOT</version>
6+
<version>0.12.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>learnlib-kearns-vazirani</artifactId>

algorithms/lstar-baseline/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-algorithms</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

algorithms/lstar-generic/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-algorithms</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

algorithms/nlstar/pom.xml

+1-1
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.12.0-SNAPSHOT</version>
6+
<version>0.12.0</version>
77
</parent>
88
<artifactId>learnlib-nlstar</artifactId>
99
<dependencies>

algorithms/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-parent</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

algorithms/ttt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-algorithms</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

archetypes/complete/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828
<parent>
2929
<groupId>de.learnlib.archetypes</groupId>
3030
<artifactId>learnlib-archetypes-parent</artifactId>
31-
<version>0.12.0-SNAPSHOT</version>
31+
<version>0.12.0</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

archetypes/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828
<parent>
2929
<groupId>de.learnlib.archetypes</groupId>
3030
<artifactId>learnlib-archetypes-parent</artifactId>
31-
<version>0.12.0-SNAPSHOT</version>
31+
<version>0.12.0</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

archetypes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
<parent>
3131
<groupId>de.learnlib</groupId>
3232
<artifactId>learnlib-parent</artifactId>
33-
<version>0.12.0-SNAPSHOT</version>
33+
<version>0.12.0</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

archetypes/typical/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828
<parent>
2929
<groupId>de.learnlib.archetypes</groupId>
3030
<artifactId>learnlib-archetypes-parent</artifactId>
31-
<version>0.12.0-SNAPSHOT</version>
31+
<version>0.12.0</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

build-tools/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-parent</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-parent</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>de.learnlib</groupId>
2222
<artifactId>learnlib-parent</artifactId>
23-
<version>0.12.0-SNAPSHOT</version>
23+
<version>0.12.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

drivers/basic/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-drivers</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

drivers/mapper/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>de.learnlib</groupId>
2222
<artifactId>learnlib-drivers</artifactId>
23-
<version>0.12.0-SNAPSHOT</version>
23+
<version>0.12.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

drivers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-parent</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

eqtests/basic-eqtests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-eqtests</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

eqtests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-parent</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-parent</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

filters/cache/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-filters</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

filters/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-parent</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

filters/reuse/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>learnlib-filters</artifactId>
55
<groupId>de.learnlib</groupId>
6-
<version>0.12.0-SNAPSHOT</version>
6+
<version>0.12.0</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
-->
2525
<groupId>de.learnlib</groupId>
2626
<artifactId>learnlib-parent</artifactId>
27-
<version>0.12.0-SNAPSHOT</version>
27+
<version>0.12.0</version>
2828
<packaging>pom</packaging>
2929
<name>LearnLib</name>
3030
<url>http://learnlib.github.io/learnlib/maven-site/${project.version}</url>
@@ -77,7 +77,7 @@ limitations under the License.
7777
<connection>scm:git:[email protected]:LearnLib/learnlib.git</connection>
7878
<developerConnection>scm:git:[email protected]:LearnLib/learnlib.git</developerConnection>
7979
<url>https://github.com/LearnLib/learnlib/tree/develop</url>
80-
<tag>HEAD</tag>
80+
<tag>learnlib-0.12.0</tag>
8181
</scm>
8282

8383

simulator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-parent</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

test-support/learner-it-support/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>learnlib-test-support-parent</artifactId>
2323
<groupId>de.learnlib.testsupport</groupId>
24-
<version>0.12.0-SNAPSHOT</version>
24+
<version>0.12.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

test-support/learning-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>learnlib-test-support-parent</artifactId>
2323
<groupId>de.learnlib.testsupport</groupId>
24-
<version>0.12.0-SNAPSHOT</version>
24+
<version>0.12.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

test-support/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ limitations under the License.
2121
<parent>
2222
<artifactId>learnlib-parent</artifactId>
2323
<groupId>de.learnlib</groupId>
24-
<version>0.12.0-SNAPSHOT</version>
24+
<version>0.12.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

utils/acex/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-utils</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

utils/counterexamples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-utils</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

utils/parallelism/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-utils</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<parent>
2323
<artifactId>learnlib-parent</artifactId>
2424
<groupId>de.learnlib</groupId>
25-
<version>0.12.0-SNAPSHOT</version>
25+
<version>0.12.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)