Skip to content

Commit 22319b2

Browse files
committed
bump version to 1.4.0
1 parent abb0556 commit 22319b2

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Or, if you just want to start the backend, you can use:
5858

5959
## Further reading
6060

61-
* [User manual](http://learnlib.github.io/alex/book/1.2.1/contents/user-manual/index.html)
62-
* [Examples](http://learnlib.github.io/alex/book/1.2.1/contents/examples/index.html)
63-
* [Developer docs](http://learnlib.github.io/alex/book/1.2.1/contents/developer-documents/index.html)
61+
* [User manual](http://learnlib.github.io/alex/book/1.4.0/contents/user-manual/index.html)
62+
* [Examples](http://learnlib.github.io/alex/book/1.4.0/contents/examples/index.html)
63+
* [Developer docs](http://learnlib.github.io/alex/book/1.4.0/contents/developer-documents/index.html)
6464
* [Active automata learning](https://scholar.google.de/scholar?hl=de&q=active+automata+learning)
6565
* [LearnLib](http://learnlib.de/)

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>de.learnlib.alex</groupId>
2525
<artifactId>alex-parent</artifactId>
26-
<version>1.4.0-SNAPSHOT</version>
26+
<version>1.4.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>alex-parent</artifactId>
2525
<groupId>de.learnlib.alex</groupId>
26-
<version>1.4.0-SNAPSHOT</version>
26+
<version>1.4.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

cli/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>alex-parent</artifactId>
99
<groupId>de.learnlib.alex</groupId>
10-
<version>1.4.0-SNAPSHOT</version>
10+
<version>1.4.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

@@ -18,4 +18,4 @@
1818
A command line interface for running tests and learning experiments with ALEX.
1919
</description>
2020

21-
</project>
21+
</project>

frontend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>alex-parent</artifactId>
2626
<groupId>de.learnlib.alex</groupId>
27-
<version>1.4.0-SNAPSHOT</version>
27+
<version>1.4.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

@@ -122,4 +122,4 @@
122122
</profile>
123123
</profiles>
124124

125-
</project>
125+
</project>

frontend/src/main/javascript/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/src/main/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ALEX",
3-
"version": "1.4.0-SNAPSHOT",
3+
"version": "1.4.0",
44
"description": "An interface for Active Automata Learning",
55
"repository": {
66
"type": "git",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>de.learnlib.alex</groupId>
2424
<artifactId>alex-parent</artifactId>
25-
<version>1.4.0-SNAPSHOT</version>
25+
<version>1.4.0</version>
2626
<packaging>pom</packaging>
2727

2828
<name>Automata Learning Experience (ALEX)</name>

0 commit comments

Comments
 (0)