From 6b0fba768c6fcc25fbeb7f62aef83e6115814958 Mon Sep 17 00:00:00 2001 From: Steven Jardine Date: Tue, 17 Sep 2019 13:34:48 -0600 Subject: [PATCH 1/2] Prepare for 1.0.0 release. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index badaac9c..2713d90a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,11 @@ org.gwtbootstrap3 gwtbootstrap3-parent - 0.9.4 + 1.0.0 gwtbootstrap3-extras - 1.0-SNAPSHOT + 1.0.0-SNAPSHOT GwtBootstrap3 Extras Extra, third-party widgets/components for GwtBootstrap3 http://gwtbootstrap3.org @@ -32,7 +32,7 @@ ${project.groupId} gwtbootstrap3 - 0.9.4 + 1.0.0 com.google.gwt From 7aaf0e9cad2328b106ddcccf9fd96862d364dd61 Mon Sep 17 00:00:00 2001 From: Steven Jardine Date: Tue, 17 Sep 2019 13:37:39 -0600 Subject: [PATCH 2/2] Updated read me for final release. --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 35f07cc0..e458d1c8 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,11 @@ You can easily add GWTBootstrap3-Extras to your project by including the library provided ``` -### 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.