From 97afcc0091775f6c73fee700164408c0492f4827 Mon Sep 17 00:00:00 2001 From: Markus Frohme Date: Mon, 18 Feb 2019 14:40:10 +0100 Subject: [PATCH] [maven-release-plugin] prepare release learnlib-0.14.0 --- algorithms/active/adt/pom.xml | 2 +- algorithms/active/dhc/pom.xml | 2 +- algorithms/active/discrimination-tree-vpda/pom.xml | 2 +- algorithms/active/discrimination-tree/pom.xml | 2 +- algorithms/active/kearns-vazirani/pom.xml | 2 +- algorithms/active/lstar/pom.xml | 2 +- algorithms/active/nlstar/pom.xml | 2 +- algorithms/active/pom.xml | 2 +- algorithms/active/ttt-vpda/pom.xml | 2 +- algorithms/active/ttt/pom.xml | 2 +- algorithms/passive/pom.xml | 2 +- algorithms/passive/rpni-edsm/pom.xml | 2 +- algorithms/passive/rpni-mdl/pom.xml | 2 +- algorithms/passive/rpni/pom.xml | 2 +- algorithms/pom.xml | 2 +- api/pom.xml | 2 +- archetypes/basic/pom.xml | 2 +- archetypes/complete/pom.xml | 2 +- archetypes/pom.xml | 2 +- build-parent/pom.xml | 2 +- build-tools/pom.xml | 2 +- commons/acex/pom.xml | 2 +- commons/counterexamples/pom.xml | 2 +- commons/pom.xml | 2 +- commons/settings/pom.xml | 2 +- commons/util/pom.xml | 2 +- datastructures/discrimination-tree/pom.xml | 2 +- datastructures/list/pom.xml | 2 +- datastructures/observation-table/pom.xml | 2 +- datastructures/pom.xml | 2 +- datastructures/pta/pom.xml | 2 +- distribution/pom.xml | 2 +- drivers/basic/pom.xml | 2 +- drivers/mapper/pom.xml | 2 +- drivers/pom.xml | 2 +- drivers/simulator/pom.xml | 2 +- examples/pom.xml | 4 ++-- oracles/emptiness-oracles/pom.xml | 2 +- oracles/equivalence-oracles/pom.xml | 2 +- oracles/filters/cache/pom.xml | 2 +- oracles/filters/pom.xml | 2 +- oracles/filters/reuse/pom.xml | 2 +- oracles/filters/statistics/pom.xml | 2 +- oracles/membership-oracles/pom.xml | 2 +- oracles/parallelism/pom.xml | 2 +- oracles/pom.xml | 2 +- oracles/property-oracles/pom.xml | 2 +- pom.xml | 4 ++-- test-support/learner-it-support/pom.xml | 2 +- test-support/learning-examples/pom.xml | 2 +- test-support/pom.xml | 2 +- test-support/test-support/pom.xml | 2 +- 52 files changed, 54 insertions(+), 54 deletions(-) diff --git a/algorithms/active/adt/pom.xml b/algorithms/active/adt/pom.xml index 0e10f411d9..92dd4f85dc 100644 --- a/algorithms/active/adt/pom.xml +++ b/algorithms/active/adt/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-active-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/active/dhc/pom.xml b/algorithms/active/dhc/pom.xml index 906714dd09..19f3fa5007 100644 --- a/algorithms/active/dhc/pom.xml +++ b/algorithms/active/dhc/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-active-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/active/discrimination-tree-vpda/pom.xml b/algorithms/active/discrimination-tree-vpda/pom.xml index 436e200b6d..1f6630e248 100644 --- a/algorithms/active/discrimination-tree-vpda/pom.xml +++ b/algorithms/active/discrimination-tree-vpda/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-active-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/active/discrimination-tree/pom.xml b/algorithms/active/discrimination-tree/pom.xml index a94716763e..1ea731b0c8 100644 --- a/algorithms/active/discrimination-tree/pom.xml +++ b/algorithms/active/discrimination-tree/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-active-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/active/kearns-vazirani/pom.xml b/algorithms/active/kearns-vazirani/pom.xml index 0a6125f158..160a0850b4 100644 --- a/algorithms/active/kearns-vazirani/pom.xml +++ b/algorithms/active/kearns-vazirani/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-active-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/active/lstar/pom.xml b/algorithms/active/lstar/pom.xml index 6514804d87..e227181d19 100644 --- a/algorithms/active/lstar/pom.xml +++ b/algorithms/active/lstar/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-active-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/active/nlstar/pom.xml b/algorithms/active/nlstar/pom.xml index 39769a45b2..2352b83960 100644 --- a/algorithms/active/nlstar/pom.xml +++ b/algorithms/active/nlstar/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-active-parent - 0.14.0-SNAPSHOT + 0.14.0 learnlib-nlstar diff --git a/algorithms/active/pom.xml b/algorithms/active/pom.xml index 41223349e2..9934ea8215 100644 --- a/algorithms/active/pom.xml +++ b/algorithms/active/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/active/ttt-vpda/pom.xml b/algorithms/active/ttt-vpda/pom.xml index 1371469403..230bd62370 100644 --- a/algorithms/active/ttt-vpda/pom.xml +++ b/algorithms/active/ttt-vpda/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-active-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/active/ttt/pom.xml b/algorithms/active/ttt/pom.xml index b6f72079d0..0f4857f423 100644 --- a/algorithms/active/ttt/pom.xml +++ b/algorithms/active/ttt/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-active-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/passive/pom.xml b/algorithms/passive/pom.xml index 3029c9e4db..b65837329f 100644 --- a/algorithms/passive/pom.xml +++ b/algorithms/passive/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/passive/rpni-edsm/pom.xml b/algorithms/passive/rpni-edsm/pom.xml index 2c523d2131..fbdff84638 100644 --- a/algorithms/passive/rpni-edsm/pom.xml +++ b/algorithms/passive/rpni-edsm/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-passive-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/passive/rpni-mdl/pom.xml b/algorithms/passive/rpni-mdl/pom.xml index 751066325c..43d7dee42a 100644 --- a/algorithms/passive/rpni-mdl/pom.xml +++ b/algorithms/passive/rpni-mdl/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-passive-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/passive/rpni/pom.xml b/algorithms/passive/rpni/pom.xml index 1d1baf1ac4..55dbe59974 100644 --- a/algorithms/passive/rpni/pom.xml +++ b/algorithms/passive/rpni/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-algorithms-passive-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/algorithms/pom.xml b/algorithms/pom.xml index ccca0d190e..793b680f54 100644 --- a/algorithms/pom.xml +++ b/algorithms/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-build-parent - 0.14.0-SNAPSHOT + 0.14.0 ../build-parent/pom.xml diff --git a/api/pom.xml b/api/pom.xml index e5b31af24f..69de878ce2 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-build-parent - 0.14.0-SNAPSHOT + 0.14.0 ../build-parent/pom.xml diff --git a/archetypes/basic/pom.xml b/archetypes/basic/pom.xml index 2f5f9eb4a2..9ed0e82cb3 100644 --- a/archetypes/basic/pom.xml +++ b/archetypes/basic/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib.archetypes learnlib-archetypes-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/archetypes/complete/pom.xml b/archetypes/complete/pom.xml index db29341fc2..3fd24a3c28 100644 --- a/archetypes/complete/pom.xml +++ b/archetypes/complete/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib.archetypes learnlib-archetypes-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 34de796af3..96c999179c 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-build-parent - 0.14.0-SNAPSHOT + 0.14.0 ../build-parent/pom.xml diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 62bed6b952..9bfdfabe6f 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 424f832198..b9d4062ba8 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/commons/acex/pom.xml b/commons/acex/pom.xml index e0f206fdfb..0778c7f5ab 100644 --- a/commons/acex/pom.xml +++ b/commons/acex/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-commons-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/commons/counterexamples/pom.xml b/commons/counterexamples/pom.xml index e440c8620c..bf6a83123e 100644 --- a/commons/counterexamples/pom.xml +++ b/commons/counterexamples/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-commons-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/commons/pom.xml b/commons/pom.xml index 53061d4722..9c3bd14f21 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-build-parent - 0.14.0-SNAPSHOT + 0.14.0 ../build-parent/pom.xml diff --git a/commons/settings/pom.xml b/commons/settings/pom.xml index e3beb9b8dd..a000e55093 100644 --- a/commons/settings/pom.xml +++ b/commons/settings/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-commons-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/commons/util/pom.xml b/commons/util/pom.xml index bceeda862b..07a3782f6c 100644 --- a/commons/util/pom.xml +++ b/commons/util/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-commons-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/datastructures/discrimination-tree/pom.xml b/datastructures/discrimination-tree/pom.xml index 4681aed534..c72748992f 100644 --- a/datastructures/discrimination-tree/pom.xml +++ b/datastructures/discrimination-tree/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-datastructures-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/datastructures/list/pom.xml b/datastructures/list/pom.xml index 107358ce9a..36ed5f745a 100644 --- a/datastructures/list/pom.xml +++ b/datastructures/list/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-datastructures-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/datastructures/observation-table/pom.xml b/datastructures/observation-table/pom.xml index c2014b9900..dc06e1f26f 100644 --- a/datastructures/observation-table/pom.xml +++ b/datastructures/observation-table/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-datastructures-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/datastructures/pom.xml b/datastructures/pom.xml index 4f39654644..320748f0a4 100644 --- a/datastructures/pom.xml +++ b/datastructures/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-build-parent - 0.14.0-SNAPSHOT + 0.14.0 ../build-parent/pom.xml diff --git a/datastructures/pta/pom.xml b/datastructures/pta/pom.xml index 27bb111136..21ce0dd1bc 100644 --- a/datastructures/pta/pom.xml +++ b/datastructures/pta/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-datastructures-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/distribution/pom.xml b/distribution/pom.xml index e98688c7d5..23672b159d 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-build-parent - 0.14.0-SNAPSHOT + 0.14.0 ../build-parent/pom.xml diff --git a/drivers/basic/pom.xml b/drivers/basic/pom.xml index fe6f716de2..a73ba5a2aa 100644 --- a/drivers/basic/pom.xml +++ b/drivers/basic/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-drivers-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/drivers/mapper/pom.xml b/drivers/mapper/pom.xml index c99ac1c02e..8266986da6 100644 --- a/drivers/mapper/pom.xml +++ b/drivers/mapper/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-drivers-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/drivers/pom.xml b/drivers/pom.xml index 6ac548b1cb..a20dfbe9ed 100644 --- a/drivers/pom.xml +++ b/drivers/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-build-parent - 0.14.0-SNAPSHOT + 0.14.0 ../build-parent/pom.xml diff --git a/drivers/simulator/pom.xml b/drivers/simulator/pom.xml index f8572aaa24..380929c048 100644 --- a/drivers/simulator/pom.xml +++ b/drivers/simulator/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-drivers-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 1f4a370f97..1ef43499f6 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-build-parent - 0.14.0-SNAPSHOT + 0.14.0 ../build-parent/pom.xml @@ -36,7 +36,7 @@ limitations under the License. - + diff --git a/oracles/emptiness-oracles/pom.xml b/oracles/emptiness-oracles/pom.xml index 2536234062..166e8702c8 100644 --- a/oracles/emptiness-oracles/pom.xml +++ b/oracles/emptiness-oracles/pom.xml @@ -5,7 +5,7 @@ de.learnlib learnlib-oracles-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/oracles/equivalence-oracles/pom.xml b/oracles/equivalence-oracles/pom.xml index 08eb2a975e..b3500699ee 100644 --- a/oracles/equivalence-oracles/pom.xml +++ b/oracles/equivalence-oracles/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-oracles-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/oracles/filters/cache/pom.xml b/oracles/filters/cache/pom.xml index 9a61bf674d..2144d3b219 100644 --- a/oracles/filters/cache/pom.xml +++ b/oracles/filters/cache/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-filters-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/oracles/filters/pom.xml b/oracles/filters/pom.xml index 75e19ff95d..41d5c4195a 100644 --- a/oracles/filters/pom.xml +++ b/oracles/filters/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-oracles-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/oracles/filters/reuse/pom.xml b/oracles/filters/reuse/pom.xml index e15161b449..336b6f53e9 100644 --- a/oracles/filters/reuse/pom.xml +++ b/oracles/filters/reuse/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-filters-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/oracles/filters/statistics/pom.xml b/oracles/filters/statistics/pom.xml index 5a79b14b24..853c0df7f8 100644 --- a/oracles/filters/statistics/pom.xml +++ b/oracles/filters/statistics/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-filters-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/oracles/membership-oracles/pom.xml b/oracles/membership-oracles/pom.xml index 4078facf47..ea80b39025 100644 --- a/oracles/membership-oracles/pom.xml +++ b/oracles/membership-oracles/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-oracles-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/oracles/parallelism/pom.xml b/oracles/parallelism/pom.xml index de9c4d178c..d12262ad47 100644 --- a/oracles/parallelism/pom.xml +++ b/oracles/parallelism/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-oracles-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/oracles/pom.xml b/oracles/pom.xml index 40f20cefdc..26cc92c930 100644 --- a/oracles/pom.xml +++ b/oracles/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-build-parent - 0.14.0-SNAPSHOT + 0.14.0 ../build-parent/pom.xml diff --git a/oracles/property-oracles/pom.xml b/oracles/property-oracles/pom.xml index 1f4c6e35ae..18687b4711 100644 --- a/oracles/property-oracles/pom.xml +++ b/oracles/property-oracles/pom.xml @@ -5,7 +5,7 @@ de.learnlib learnlib-oracles-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 281e2df07e..fd2370c4ab 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ limitations under the License. --> de.learnlib learnlib-parent - 0.14.0-SNAPSHOT + 0.14.0 pom LearnLib @@ -152,7 +152,7 @@ limitations under the License. scm:git:git@github.com:LearnLib/learnlib.git scm:git:git@github.com:LearnLib/learnlib.git https://github.com/LearnLib/learnlib/tree/develop - HEAD + learnlib-0.14.0 https://github.com/LearnLib/learnlib/issues diff --git a/test-support/learner-it-support/pom.xml b/test-support/learner-it-support/pom.xml index 5dfa2df630..21ea6fd90c 100644 --- a/test-support/learner-it-support/pom.xml +++ b/test-support/learner-it-support/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib.testsupport learnlib-test-support-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/test-support/learning-examples/pom.xml b/test-support/learning-examples/pom.xml index 1018485f6a..1784e70fc3 100644 --- a/test-support/learning-examples/pom.xml +++ b/test-support/learning-examples/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib.testsupport learnlib-test-support-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml diff --git a/test-support/pom.xml b/test-support/pom.xml index d10fbf7351..991c39a6ad 100644 --- a/test-support/pom.xml +++ b/test-support/pom.xml @@ -21,7 +21,7 @@ limitations under the License. de.learnlib learnlib-build-parent - 0.14.0-SNAPSHOT + 0.14.0 ../build-parent/pom.xml diff --git a/test-support/test-support/pom.xml b/test-support/test-support/pom.xml index eea5e4f35f..219a8ae93f 100644 --- a/test-support/test-support/pom.xml +++ b/test-support/test-support/pom.xml @@ -5,7 +5,7 @@ de.learnlib.testsupport learnlib-test-support-parent - 0.14.0-SNAPSHOT + 0.14.0 ../pom.xml