From c4d88b7fc117250f6ca989e10b2c4c6e069525a3 Mon Sep 17 00:00:00 2001 From: Mark Kevin Baldemor Date: Mon, 13 Jan 2020 12:14:16 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf575fb..5ebdc0f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ PWA (Progressive Web App) + GMD Archetype # Usage: 1. Download the archetype 2. From the download folder, install the archetype in your local Maven repo by running this command: mvn clean install -3. Create a new project by running the following command in a folder of your choice: mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-pwa-archetype -DarchetypeVersion=2.3 +3. Create a new project by running the following command in a folder of your choice: mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-pwa-archetype -DarchetypeVersion=2.3.0 4. Follow the prompts mvn clean install archetype:update-local-catalog @@ -39,7 +39,7 @@ PWA (Progressive Web App) + GMD Archetype mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-pwa-archetype -DarchetypeRepository=https://oss.sonatype.org/content/repositories/snapshots/ - -DarchetypeVersion=2.3-SNAPSHOT + -DarchetypeVersion=2.3.1-SNAPSHOT # Test/Run