diff --git a/README.md b/README.md index 3118daa..0543346 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # gwt-material-pwa-archetype PWA (Progressive Web App) + GMD Archetype -# Current Version - 2.1 +# Current Version - 2.1.1 ### Includes - Updated GWT Version to 2.8.2 - Updated GWTP Version to 1.5.3 -- Updated GMD Version to 2.1 +- Updated GMD Version to 2.1.1 # 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.1 +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.1.1 4. Follow the prompts mvn clean install archetype:update-local-catalog @@ -19,7 +19,7 @@ PWA (Progressive Web App) + GMD Archetype mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign \ -DarchetypeArtifactId=gwt-material-pwa-archetype \ - -DarchetypeVersion=2.1 + -DarchetypeVersion=2.1.1 4. Follow the prompts. That's it! @@ -27,7 +27,7 @@ PWA (Progressive Web App) + GMD Archetype mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign \ -DarchetypeArtifactId=gwt-material-pwa-archetype \ - -DarchetypeVersion=2.1 \ + -DarchetypeVersion=2.1.1 \ -DgroupId=your.company.domain \ -Dpackage=your.company.domain.myapp \ -DartifactId=your-project \ @@ -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.1-SNAPSHOT + -DarchetypeVersion=2.2-SNAPSHOT # Test/Run diff --git a/gwt-test/pom.xml b/gwt-test/pom.xml index 6771058..98d6fd3 100644 --- a/gwt-test/pom.xml +++ b/gwt-test/pom.xml @@ -36,7 +36,7 @@ 2.8.2 1.6 2.1.2 - 2.1 + 2.1.1 1.8 1.8 diff --git a/pom.xml b/pom.xml index f7fdb1c..6c4ea81 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ gwt-material-parent com.github.gwtmaterialdesign - 2.1 + 2.1.1 com.github.gwtmaterialdesign gwt-material-pwa-archetype - 2.1 + 2.1.1 jar diff --git a/src/main/resources/META-INF/maven/archetype-metadata.xml b/src/main/resources/META-INF/maven/archetype-metadata.xml index 925759c..4c5a3d5 100644 --- a/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -40,7 +40,7 @@ ${groupId} - 2.1 + 2.1.1 diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index 82289a4..c925499 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -36,7 +36,7 @@ 2.8.2 1.6 2.1.2 - 2.1 + 2.1.1 1.8 1.8 diff --git a/src/main/resources/archetype-resources/src/main/java/__moduleName__.gwt.xml b/src/main/resources/archetype-resources/src/main/java/__moduleName__.gwt.xml index b4ac187..0fd3a3b 100644 --- a/src/main/resources/archetype-resources/src/main/java/__moduleName__.gwt.xml +++ b/src/main/resources/archetype-resources/src/main/java/__moduleName__.gwt.xml @@ -34,10 +34,10 @@ - - + +