Skip to content

Commit

Permalink
Release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzlou7979 committed Jul 23, 2022
1 parent 2f7134b commit 5528ab5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# gwt-material-archetype
Archetype for a web application that uses GWT Material Design

# Current Version - 2.5.0
# Current Version - 2.6.0
### Includes
- Updated GWT Version to 2.8.2
- Updated GWTP Version to 1.5.3
- Updated GMD Version to 2.5.0
- Updated GMD Version to 2.6.0

# Usage:
1. Download the archetype
Expand All @@ -19,15 +19,15 @@ Archetype for a web application that uses GWT Material Design

mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign \
-DarchetypeArtifactId=gwt-material-archetype \
-DarchetypeVersion=2.5.0
-DarchetypeVersion=2.6.0

4. Follow the prompts. That's it!

5. Optionally you could specify all the parameters in the command line instead of following the prompts:

mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign \
-DarchetypeArtifactId=gwt-material-archetype \
-DarchetypeVersion=2.5.0
-DarchetypeVersion=2.6.0
-DgroupId=your.company.domain \
-Dpackage=your.company.domain.myapp \
-DartifactId=your-project \
Expand Down
2 changes: 1 addition & 1 deletion gwt-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<gwt.version>2.8.2</gwt.version>
<gwtp.version>1.6</gwtp.version>
<gin.version>2.1.2</gin.version>
<gwt-material.version>2.5.0</gwt-material.version>
<gwt-material.version>2.6.0</gwt-material.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>gwt-material-parent</artifactId>
<groupId>com.github.gwtmaterialdesign</groupId>
<version>2.5.0</version>
<version>2.6.0</version>
</parent>

<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-archetype</artifactId>
<version>2.5.0</version>
<version>2.6.0</version>
<packaging>jar</packaging>

<name>Gwt Material Archetype</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/maven/archetype-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<defaultValue>${groupId}</defaultValue>
</requiredProperty>
<requiredProperty key="gwt-material-version">
<defaultValue>2.5.0</defaultValue>
<defaultValue>2.6.0</defaultValue>
</requiredProperty>
</requiredProperties>
<fileSets>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<gwt.version>2.8.2</gwt.version>
<gwtp.version>1.6</gwtp.version>
<gin.version>2.1.2</gin.version>
<gwt-material.version>2.5.0</gwt-material.version>
<gwt-material.version>2.6.0</gwt-material.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<m:MaterialPanel style="margin: auto">
<m:MaterialImage url="https://gwtmaterialdesign.github.io/gmd-core-demo/launcher-icons/launcher1x.png" alt="logo"/>
<m:MaterialLabel text="Welcome to gwt-material World" fontSize="2em"/>
<m:MaterialLabel text="Version 2.5.0" />
<m:MaterialLabel text="Version 2.6.0" />
</m:MaterialPanel>
</m:MaterialPanel>
</m:MaterialPanel>
Expand Down

0 comments on commit 5528ab5

Please sign in to comment.