diff options
author | Sami Ekblad <sami@vaadin.com> | 2016-07-22 16:57:11 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-05 10:19:46 +0300 |
commit | d14266fd946e1cfc94b33d30c4b0c8ed78b6b509 (patch) | |
tree | c079cabe74ca6520cd9575365255df428ec25ec2 /documentation/getting-started/getting-started-maven.asciidoc | |
parent | a5a65c885f77639131fa0343f34aa340482e5d87 (diff) | |
download | vaadin-framework-d14266fd946e1cfc94b33d30c4b0c8ed78b6b509.tar.gz vaadin-framework-d14266fd946e1cfc94b33d30c4b0c8ed78b6b509.zip |
BoV: Updated library list in Getting Started to Vaadin 8.
Change-Id: I96401a60e2e06bff02d89f5b8cd83aa293a948fc
Diffstat (limited to 'documentation/getting-started/getting-started-maven.asciidoc')
-rw-r--r-- | documentation/getting-started/getting-started-maven.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/getting-started/getting-started-maven.asciidoc b/documentation/getting-started/getting-started-maven.asciidoc index 501f072912..aca26b8115 100644 --- a/documentation/getting-started/getting-started-maven.asciidoc +++ b/documentation/getting-started/getting-started-maven.asciidoc @@ -34,7 +34,7 @@ line): [prompt]#$# [command]#mvn# archetype:generate \ -DarchetypeGroupId=com.vaadin \ -DarchetypeArtifactId=[replaceable]#vaadin-archetype-application# \ - -DarchetypeVersion=[replaceable]#7.x.x# \ + -DarchetypeVersion=[replaceable]#8.x.x# \ -DgroupId=[replaceable]#com.pany# \ -DartifactId=[replaceable]#project-name# \ -Dversion=[replaceable]#0.1# \ |