diff --git a/README.md b/README.md index 8e1d88a..45e56cd 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ # gwt-material-pwa-archetype PWA (Progressive Web App) + GMD Archetype -# Current Version - 2.6.0 +# Current Version - 2.7.0 ### Includes - Updated GWT Version to 2.9 - Updated GWTP Version to 1.5.3 -- Updated GMD Version to 2.6.0 +- Updated GMD Version to 2.7.0 # 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.6.0 +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.7.0 4. Follow the prompts mvn clean install archetype:update-local-catalog 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.6.0 + mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-pwa-archetype -DarchetypeVersion=2.7.0 4. Follow the prompts. That's it! @@ -25,7 +25,7 @@ PWA (Progressive Web App) + GMD Archetype mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign \ -DarchetypeArtifactId=gwt-material-pwa-archetype \ - -DarchetypeVersion=2.6.0 \ + -DarchetypeVersion=2.7.0 \ -DgroupId=your.company.domain \ -Dpackage=your.company.domain.myapp \ -DartifactId=your-project \ @@ -37,7 +37,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.6.1-SNAPSHOT + -DarchetypeVersion=2.8.0-SNAPSHOT # Test/Run diff --git a/pom.xml b/pom.xml index 054c030..3d3b46a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ gwt-material-parent com.github.gwtmaterialdesign - 2.6.0 + 2.7.0 com.github.gwtmaterialdesign gwt-material-pwa-archetype - 2.6.0 + 2.7.0 jar diff --git a/src/main/resources/META-INF/maven/archetype-metadata.xml b/src/main/resources/META-INF/maven/archetype-metadata.xml index 24d9510..a52427f 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.6.0 + 2.7.0 diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index f11cb0c..bf9bec0 100644 --- a/src/main/resources/archetype-resources/pom.xml +++ b/src/main/resources/archetype-resources/pom.xml @@ -36,7 +36,7 @@ 2.9.0 1.6 2.1.2 - 2.6.0 + 2.7.0 1.8 1.8