From 7ae62f9936304331fccc8688c2873d3223c349e0 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Sun, 19 Oct 2014 19:23:18 +0400 Subject: [PATCH] Upgrade to version 0.2.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35bc3d9e0..8a017b1a5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The easiest way to create a new TeaVM project is to type in the command line: mvn -DarchetypeCatalog=local \ -DarchetypeGroupId=org.teavm \ -DarchetypeArtifactId=teavm-maven-webapp \ - -DarchetypeVersion=0.2.0 archetype:generate + -DarchetypeVersion=0.2.1 archetype:generate Now you can execute `mvn clean package` and get the generated `war` file. Deploy this `war` in Tomcat or another container, or simply unzip it and open the `index.html` page.