Skip to content

Commit

Permalink
Merge pull request #13 from GwtMaterialDesign/release_2.0
Browse files Browse the repository at this point in the history
Release 2.0-rc5
  • Loading branch information
kevzlou7979 authored May 11, 2017
2 parents 4cad779 + 2c2c25f commit 6db7f2e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 17 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# gwt-material-archetype
Archetype for a web application that uses GWT Material Design

# Current Version - 2.0-rc4
# Current Version - 2.0-rc5
### Includes
- Updated GWT Version to 2.8.0
- Updated GWTP Version to 1.5.3
- Updated GMD Version to 2.0-rc4
- Added GMD Table 1.0-rc4
- Updated GMD Version to 2.0-rc5

# Usage:
1. Download the archetype
2. From the download folder, install the archetype in your local Maven repo by running this command: <code>mvn clean install</code>
3. Create a new project by running the following command in a folder of your choice: <code>mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-archetype -DarchetypeVersion=2.0-rc4</code>
3. Create a new project by running the following command in a folder of your choice: <code>mvn archetype:generate -DarchetypeGroupId=com.github.gwtmaterialdesign -DarchetypeArtifactId=gwt-material-archetype -DarchetypeVersion=2.0-rc5</code>
4. Follow the prompts

That's it!
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.0-rc4</version>
<version>2.0-rc5</version>
</parent>

<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-archetype</artifactId>
<version>2.0-rc4</version>
<version>2.0-rc5</version>
<packaging>jar</packaging>

<distributionManagement>
Expand Down
5 changes: 1 addition & 4 deletions src/main/resources/META-INF/maven/archetype-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
<defaultValue>${groupId}.${artifactId}</defaultValue>
</requiredProperty>
<requiredProperty key="gwt-material-version">
<defaultValue>2.0-rc4</defaultValue>
</requiredProperty>
<requiredProperty key="gwt-material-table-version">
<defaultValue>1.0-rc4</defaultValue>
<defaultValue>2.0-rc5</defaultValue>
</requiredProperty>
</requiredProperties>
<fileSets>
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/archetype-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<gwtp.version>1.5.3</gwtp.version>
<gin.version>2.1.2</gin.version>
<gwt-material.version>${gwt-material-version}</gwt-material.version>
<gwt-material-table.version>${gwt-material-table-version}</gwt-material-table.version>
<gwt.style>OBF</gwt.style>

<!-- maven -->
Expand Down Expand Up @@ -149,7 +148,7 @@
<dependency>
<groupId>com.github.gwtmaterialdesign</groupId>
<artifactId>gwt-material-table</artifactId>
<version>${gwt-material-table.version}</version>
<version>${gwt-material.version}</version>
</dependency>

<!-- DI -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
<m:MaterialLink iconType="POLYMER" />
</m:MaterialNavSection>
</m:MaterialNavBar>
<m:MaterialSideNav m:id="sidenav" type="PUSH" width="280" alwaysShowActivator="true" showOnAttach="true">
<m:MaterialLink text="Link 1" iconType="POLYMER"/>
<m:MaterialLink text="Link 2" iconType="POLYMER"/>
<m:MaterialLink text="Link 3" iconType="POLYMER"/>
</m:MaterialSideNav>
</m:MaterialHeader>

<m:MaterialSideNavPush m:id="sidenav" width="280">
<m:MaterialLink text="Link 1" iconType="POLYMER"/>
<m:MaterialLink text="Link 2" iconType="POLYMER"/>
<m:MaterialLink text="Link 3" iconType="POLYMER"/>
</m:MaterialSideNavPush>

<m:MaterialContainer>
<m:MaterialPanel textAlign="CENTER">
<m:MaterialIcon marginTop="120" textColor="BLUE_DARKEN_1" iconType="POLYMER" iconSize="LARGE"/>
Expand Down

0 comments on commit 6db7f2e

Please sign in to comment.