Skip to content

Commit 9e1a34b

Browse files
committed
[maven-release-plugin] prepare release learnlib-0.16.0
1 parent e050a69 commit 9e1a34b

File tree

54 files changed

+55
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+55
-55
lines changed

algorithms/active/adt/pom.xml

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

algorithms/active/dhc/pom.xml

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

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

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

algorithms/active/discrimination-tree/pom.xml

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

algorithms/active/kearns-vazirani/pom.xml

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

algorithms/active/lstar/pom.xml

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

algorithms/active/nlstar/pom.xml

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

2727
<artifactId>learnlib-nlstar</artifactId>

algorithms/active/pom.xml

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

algorithms/active/ttt-vpda/pom.xml

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

algorithms/active/ttt/pom.xml

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

algorithms/passive/pom.xml

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

algorithms/passive/rpni-edsm/pom.xml

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

algorithms/passive/rpni-mdl/pom.xml

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

algorithms/passive/rpni/pom.xml

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

algorithms/pom.xml

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

api/pom.xml

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

archetypes/basic/pom.xml

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

archetypes/complete/pom.xml

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

archetypes/pom.xml

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

build-parent/pom.xml

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

build-tools/annotation-processor/pom.xml

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

build-tools/build-config/pom.xml

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

build-tools/pom.xml

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

commons/acex/pom.xml

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

commons/counterexamples/pom.xml

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

commons/pom.xml

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

commons/settings/pom.xml

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

commons/util/pom.xml

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

datastructures/discrimination-tree/pom.xml

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

datastructures/list/pom.xml

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

datastructures/observation-table/pom.xml

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

datastructures/pom.xml

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

datastructures/pta/pom.xml

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

distribution/pom.xml

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

drivers/basic/pom.xml

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

drivers/mapper/pom.xml

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

drivers/pom.xml

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

drivers/simulator/pom.xml

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

examples/pom.xml

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

oracles/emptiness-oracles/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.learnlib</groupId>
77
<artifactId>learnlib-oracles-parent</artifactId>
8-
<version>0.16.0-SNAPSHOT</version>
8+
<version>0.16.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

oracles/equivalence-oracles/pom.xml

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

oracles/filters/cache/pom.xml

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

oracles/filters/pom.xml

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

oracles/filters/reuse/pom.xml

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

0 commit comments

Comments
 (0)