diff --git a/README.md b/README.md index 9bcbd73b3..d412fe1f3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Make sure you have Java 8 installed on your system. We advise to use a modern web browser like Google Chrome, Mozilla Firefox or Microsoft Edge with JavaScript enabled. 1. [Download](https://github.com/LearnLib/alex/releases/latest) the latest version. -2. Open a terminal and start ALEX via `java -jar alex-1.7.0-SNAPSHOT.war [--server.port=XXXX]`. +2. Open a terminal and start ALEX via `java -jar alex-1.7.0.war [--server.port=XXXX]`. 3. Wait until the command line prints something like `de.learnlib.alex.App - Started App in XX.XXX seconds`. 3. Open *http://localhost:8000* in a web browser. @@ -49,7 +49,7 @@ cd alex mvn install package [-DskipTests] ``` -The bundle can then be found at `build/target/alex-build-1.7.0-SNAPSHOT.war`. +The bundle can then be found at `build/target/alex-build-1.7.0.war`. ## Connecting to a database @@ -71,7 +71,7 @@ spring.jpa.hibernate.ddl-auto=update Then, start ALEX like this: -`java -jar alex-buid-1.7.0-SNAPSHOT.war "--spring.config.location=/path/to/your/application.properties"` +`java -jar alex-buid-1.7.0.war "--spring.config.location=/path/to/your/application.properties"` ## Using LTSMin diff --git a/backend/pom.xml b/backend/pom.xml index 83952d307..1b9716482 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -23,7 +23,7 @@ de.learnlib.alex alex-parent - 1.7.0-SNAPSHOT + 1.7.0 ../pom.xml diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 1d239711e..5a00e7c9d 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -16,7 +16,7 @@ server.port=8000 # ALEX # Path to user files alex.filesRootDir=./target/files -alex.version=1.7.0-SNAPSHOT +alex.version=1.7.0 # Paths to web driver executables, will be saved in the database on first start chromeDriver= diff --git a/build/pom.xml b/build/pom.xml index bb5018105..ee63b54b3 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -23,7 +23,7 @@ alex-parent de.learnlib.alex - 1.7.0-SNAPSHOT + 1.7.0 ../pom.xml diff --git a/documentation/pom.xml b/documentation/pom.xml index a6dd8af67..a8ffc2ceb 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -5,7 +5,7 @@ alex-parent de.learnlib.alex - 1.7.0-SNAPSHOT + 1.7.0 4.0.0 diff --git a/documentation/src/main/docs/package.json b/documentation/src/main/docs/package.json index 56182abf1..e49af9a39 100644 --- a/documentation/src/main/docs/package.json +++ b/documentation/src/main/docs/package.json @@ -1,6 +1,6 @@ { "name": "alex-docs", - "version": "1.7.0-SNAPSHOT", + "version": "1.7.0", "description": "Documentation for ALEX.", "licence": { "type": "Apache-2.0", diff --git a/frontend/pom.xml b/frontend/pom.xml index b534289f8..9a1fd9602 100644 --- a/frontend/pom.xml +++ b/frontend/pom.xml @@ -23,7 +23,7 @@ alex-parent de.learnlib.alex - 1.7.0-SNAPSHOT + 1.7.0 ../pom.xml diff --git a/frontend/src/main/javascript/environments.ts b/frontend/src/main/javascript/environments.ts index ba5b49aa6..9a2eb0d87 100644 --- a/frontend/src/main/javascript/environments.ts +++ b/frontend/src/main/javascript/environments.ts @@ -15,7 +15,7 @@ */ /** The version of ALEX. */ -export const version = '1.7.0-SNAPSHOT'; +export const version = '1.7.0'; /** API URL */ export const apiUrl = process.env.API_URL; \ No newline at end of file diff --git a/frontend/src/main/javascript/package.json b/frontend/src/main/javascript/package.json index db5949a0d..898825d31 100644 --- a/frontend/src/main/javascript/package.json +++ b/frontend/src/main/javascript/package.json @@ -1,6 +1,6 @@ { "name": "alex", - "version": "1.7.0-SNAPSHOT", + "version": "1.7.0", "description": "A web application for inferring Mealy machines of web applications and RESTful web services via active automata learning.", "repository": { "type": "git", diff --git a/plugins/pom.xml b/plugins/pom.xml index fdbcee47b..81522b16a 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -23,7 +23,7 @@ alex-parent de.learnlib.alex - 1.7.0-SNAPSHOT + 1.7.0 ../pom.xml diff --git a/plugins/testsuite-generator-test/pom.xml b/plugins/testsuite-generator-test/pom.xml index 1c149cdbf..eae69d737 100644 --- a/plugins/testsuite-generator-test/pom.xml +++ b/plugins/testsuite-generator-test/pom.xml @@ -22,7 +22,7 @@ de.learnlib.alex plugins-parent - 1.7.0-SNAPSHOT + 1.7.0 ../pom.xml diff --git a/plugins/testsuite-generator/pom.xml b/plugins/testsuite-generator/pom.xml index 8614d0b25..63a030d3a 100644 --- a/plugins/testsuite-generator/pom.xml +++ b/plugins/testsuite-generator/pom.xml @@ -22,7 +22,7 @@ de.learnlib.alex plugins-parent - 1.7.0-SNAPSHOT + 1.7.0 ../pom.xml diff --git a/pom.xml b/pom.xml index e2b300785..c23902480 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ de.learnlib.alex alex-parent - 1.7.0-SNAPSHOT + 1.7.0 pom Automata Learning Experience (ALEX)