File tree Expand file tree Collapse file tree 13 files changed +15
-15
lines changed
Expand file tree Collapse file tree 13 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Make sure you have Java 8 installed on your system.
1919We advise to use a modern web browser like Google Chrome, Mozilla Firefox or Microsoft Edge with JavaScript enabled.
2020
21211 . [ Download] ( https://github.com/LearnLib/alex/releases/latest ) the latest version.
22- 2 . Open a terminal and start ALEX via ` java -jar alex-1.7.0-SNAPSHOT .war [--server.port=XXXX] ` .
22+ 2 . Open a terminal and start ALEX via ` java -jar alex-1.7.0.war [--server.port=XXXX] ` .
23233 . Wait until the command line prints something like ` de.learnlib.alex.App - Started App in XX.XXX seconds ` .
24243 . Open * http://localhost:8000 * in a web browser.
2525
@@ -49,7 +49,7 @@ cd alex
4949mvn install package [-DskipTests]
5050```
5151
52- The bundle can then be found at ` build/target/alex-build-1.7.0-SNAPSHOT .war ` .
52+ The bundle can then be found at ` build/target/alex-build-1.7.0.war ` .
5353
5454## Connecting to a database
5555
@@ -71,7 +71,7 @@ spring.jpa.hibernate.ddl-auto=update
7171
7272Then, start ALEX like this:
7373
74- ` java -jar alex-buid-1.7.0-SNAPSHOT .war "--spring.config.location=/path/to/your/application.properties" `
74+ ` java -jar alex-buid-1.7.0.war "--spring.config.location=/path/to/your/application.properties" `
7575
7676
7777## Using LTSMin
Original file line number Diff line number Diff line change 2323 <parent >
2424 <groupId >de.learnlib.alex</groupId >
2525 <artifactId >alex-parent</artifactId >
26- <version >1.7.0-SNAPSHOT </version >
26+ <version >1.7.0</version >
2727 <relativePath >../pom.xml</relativePath >
2828 </parent >
2929
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ server.port=8000
1616# ALEX
1717# Path to user files
1818alex.filesRootDir =./target/files
19- alex.version =1.7.0-SNAPSHOT
19+ alex.version =1.7.0
2020
2121# Paths to web driver executables, will be saved in the database on first start
2222chromeDriver =
Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >alex-parent</artifactId >
2525 <groupId >de.learnlib.alex</groupId >
26- <version >1.7.0-SNAPSHOT </version >
26+ <version >1.7.0</version >
2727 <relativePath >../pom.xml</relativePath >
2828 </parent >
2929
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >alex-parent</artifactId >
77 <groupId >de.learnlib.alex</groupId >
8- <version >1.7.0-SNAPSHOT </version >
8+ <version >1.7.0</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " alex-docs" ,
3- "version" : " 1.7.0-SNAPSHOT " ,
3+ "version" : " 1.7.0" ,
44 "description" : " Documentation for ALEX." ,
55 "licence" : {
66 "type" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >alex-parent</artifactId >
2525 <groupId >de.learnlib.alex</groupId >
26- <version >1.7.0-SNAPSHOT </version >
26+ <version >1.7.0</version >
2727 <relativePath >../pom.xml</relativePath >
2828 </parent >
2929
Original file line number Diff line number Diff line change 1515 */
1616
1717/** The version of ALEX. */
18- export const version = '1.7.0-SNAPSHOT ' ;
18+ export const version = '1.7.0' ;
1919
2020/** API URL */
2121export const apiUrl = process . env . API_URL ;
Original file line number Diff line number Diff line change 11{
22 "name" : " alex" ,
3- "version" : " 1.7.0-SNAPSHOT " ,
3+ "version" : " 1.7.0" ,
44 "description" : " A web application for inferring Mealy machines of web applications and RESTful web services via active automata learning." ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 2323 <parent >
2424 <artifactId >alex-parent</artifactId >
2525 <groupId >de.learnlib.alex</groupId >
26- <version >1.7.0-SNAPSHOT </version >
26+ <version >1.7.0</version >
2727 <relativePath >../pom.xml</relativePath >
2828 </parent >
2929
You can’t perform that action at this time.
0 commit comments