From 61b98c5736fe95809e9d547d01074e042957634c Mon Sep 17 00:00:00 2001 From: Mark Kevin Baldemor Date: Mon, 17 Aug 2020 10:04:41 +0800 Subject: [PATCH] Preparation for 2.4.0 official release. --- README.md | 12 ++++++------ gwt-test/pom.xml | 2 +- pom.xml | 4 ++-- .../resources/META-INF/maven/archetype-metadata.xml | 2 +- src/main/resources/archetype-resources/pom.xml | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8171c0c..14487f5 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-rc2 +# Current Version - 2.4.0 ### Includes - Updated GWT Version to 2.9.0 - Updated JQuery Version to 3.5.1 -- Updated GMD Version to 2.4.0-rc2 +- Updated GMD Version to 2.4.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.4.0-rc2 +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 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-rc2 + -DarchetypeVersion=2.4.0 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-rc2 \ + -DarchetypeVersion=2.4.0 \ -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.4.0-SNAPSHOT + -DarchetypeVersion=2.5.0-SNAPSHOT # Test/Run diff --git a/gwt-test/pom.xml b/gwt-test/pom.xml index 0e4700d..6284a04 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-rc2 + 2.4.0 1.8 1.8 diff --git a/pom.xml b/pom.xml index db60757..9ff1960 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ gwt-material-parent com.github.gwtmaterialdesign - 2.4.0-rc2 + 2.4.0 com.github.gwtmaterialdesign gwt-material-pwa-archetype - 2.4.0-rc2 + 2.4.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 070b2db..25ac945 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-rc2 + 2.4.0 diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml index 1e85fd6..211d412 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-rc2 + 2.4.0 1.8 1.8