Skip to content

Commit 2376223

Browse files
committed
bump version to 1.5.0
1 parent 52da722 commit 2376223

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

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.5.0-SNAPSHOT</version>
26+
<version>1.5.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.5.0-SNAPSHOT</version>
26+
<version>1.5.0</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

frontend/pom.xml

Lines changed: 1 addition & 1 deletion
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.5.0-SNAPSHOT</version>
27+
<version>1.5.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

frontend/src/main/javascript/environments.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* The version of ALEX.
1919
* @type {string}
2020
*/
21-
export const version = '1.5.0-SNAPSHOT';
21+
export const version = '1.5.0';
2222

2323
/**
2424
* API URL
@@ -30,3 +30,4 @@ export const version = '1.5.0-SNAPSHOT';
3030
*/
3131
export const apiUrl = '/rest';
3232
// export const apiUrl = 'http://localhost:8000/rest';
33+
//

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.5.0-SNAPSHOT",
3+
"version": "1.5.0",
44
"description": "A web application for interring Mealy machines of web applications and RESTful web services via 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.5.0-SNAPSHOT</version>
25+
<version>1.5.0</version>
2626
<packaging>pom</packaging>
2727

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

0 commit comments

Comments
 (0)