Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #363 from sjardine/master
Browse files Browse the repository at this point in the history
Prepare for final release.
  • Loading branch information
sjardine authored Sep 17, 2019
2 parents 86b4f2d + 7aaf0e9 commit 5b6c5ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,11 @@ You can easily add GWTBootstrap3-Extras to your project by including the library
<scope>provided</scope>
</dependency>
```
### Current Release
* 0.9.3 - Released on 24 February 2016.
* Based on GwtBootstrap v0.9.3
* [Demo](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/) - The GWTBootstrap3 0.9.3 Demo.
* [API Docs](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/extras-apidocs) - The GWTBootstrap3-Extras 0.9.3 API Javadoc.

### Current Snapshot
* 1.0-SNAPSHOT
* [Snapshot Demo](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/snapshot) - GWTBootstrap3 v1.0-SNAPSHOT Demo. (Updated after every commit)
* [API Docs](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/snapshot/extras-apidocs) - GWTBootstrap3-Extras v1.0-SNAPSHOT Javadoc. (Updated after every commit)
### Final Release
* 1.0.0 - Released on 24 February 2016.
* Based on GwtBootstrap3 v1.0.0
* [Demo](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/) - The GWTBootstrap3 1.0.0 Demo.
* [API Docs](http://gwtbootstrap3.github.io/gwtbootstrap3-demo/extras-apidocs) - The GWTBootstrap3-Extras 1.0.0 API Javadoc.

### Resources
* [Project Wiki](https://github.com/gwtbootstrap3/gwtbootstrap3-extras/wiki) - Help with getting started and other useful project help.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.gwtbootstrap3</groupId>
<artifactId>gwtbootstrap3-parent</artifactId>
<version>0.9.4</version>
<version>1.0.0</version>
</parent>

<artifactId>gwtbootstrap3-extras</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<name>GwtBootstrap3 Extras</name>
<description>Extra, third-party widgets/components for GwtBootstrap3</description>
<url>http://gwtbootstrap3.org</url>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>gwtbootstrap3</artifactId>
<version>0.9.4</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
Expand Down

0 comments on commit 5b6c5ca

Please sign in to comment.