diff --git a/README.md b/README.md index c3a71cd..8171c0c 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # gwt-material-pwa-archetype PWA (Progressive Web App) + GMD Archetype -# Current Version - 2.4.0-rc1 +# Current Version - 2.4.0-rc2 ### Includes - Updated GWT Version to 2.9.0 - Updated JQuery Version to 3.5.1 -- Updated GMD Version to 2.4.0-rc1 +- Updated GMD Version to 2.4.0-rc2 # 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.4.0-rc1 +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.4.0-rc2 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.4.0-rc1 + -DarchetypeVersion=2.4.0-rc2 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.4.0-rc1 \ + -DarchetypeVersion=2.4.0-rc2 \ -DgroupId=your.company.domain \ -Dpackage=your.company.domain.myapp \ -DartifactId=your-project \ diff --git a/gwt-test/pom.xml b/gwt-test/pom.xml index 8b6f476..0e4700d 100644 --- a/gwt-test/pom.xml +++ b/gwt-test/pom.xml @@ -36,7 +36,7 @@ 2.9.0 1.6 2.1.2 - 2.4.0-rc1 + 2.4.0-rc2 1.8 1.8 diff --git a/pom.xml b/pom.xml index 569666f..db60757 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ gwt-material-parent com.github.gwtmaterialdesign - 2.4.0-rc1 + 2.4.0-rc2 com.github.gwtmaterialdesign gwt-material-pwa-archetype - 2.4.0-rc1 + 2.4.0-rc2 jar diff --git a/src/main/resources/META-INF/maven/archetype-metadata.xml b/src/main/resources/META-INF/maven/archetype-metadata.xml index c61b43d..070b2db 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.4.0-rc1 + 2.4.0-rc2 diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index d209a28..1e85fd6 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.4.0-rc1 + 2.4.0-rc2 1.8 1.8