From 3eaf4d5abfc4bbd9e05d8940b7e0dc093cfac7db Mon Sep 17 00:00:00 2001 From: Steven Jardine Date: Mon, 26 Aug 2019 09:18:06 -0600 Subject: [PATCH 1/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be45d530..6c2c831d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ #GwtBootstrap3-Extras [![Build Status](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras.svg?branch=master)](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.gwtbootstrap3/gwtbootstrap3-extras/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.gwtbootstrap3/gwtbootstrap3-extras/) +## Note: This project is inactive. + GWTBootstrap3-Extras is a collection of wrappers based on the [GwtBootstrap3](https://github.com/gwtbootstrap3/gwtbootstrap3) for 3rd party extensions of [Twitter Bootstrap](http://getbootstrap.com/), which helps you develop responsive, mobile first HTML, CSS, and JS projects on the web using Java and Google Web Toolkit (GWT). ###Add GWTBootstrap3-Extras to your project From 0a5d66ca93347ea7be4b1df77a3ee1f9df4d22ea Mon Sep 17 00:00:00 2001 From: Steven Jardine Date: Mon, 26 Aug 2019 09:18:35 -0600 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c2c831d..68b1ab78 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#GwtBootstrap3-Extras [![Build Status](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras.svg?branch=master)](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.gwtbootstrap3/gwtbootstrap3-extras/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.gwtbootstrap3/gwtbootstrap3-extras/) +# GwtBootstrap3-Extras [![Build Status](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras.svg?branch=master)](https://travis-ci.org/gwtbootstrap3/gwtbootstrap3-extras) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.gwtbootstrap3/gwtbootstrap3-extras/badge.svg?style=flat-square)](https://maven-badges.herokuapp.com/maven-central/org.gwtbootstrap3/gwtbootstrap3-extras/) ## Note: This project is inactive. From 38b50ae8bea5b7e802c72b86937a3052a55a8160 Mon Sep 17 00:00:00 2001 From: Steven Jardine Date: Mon, 26 Aug 2019 09:18:50 -0600 Subject: [PATCH 3/5] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68b1ab78..64d86e7c 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,18 @@ You can easily add GWTBootstrap3-Extras to your project by including the library provided ``` -###Current Release +### 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 +### 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) -###Resources +### Resources * [Project Wiki](https://github.com/gwtbootstrap3/gwtbootstrap3-extras/wiki) - Help with getting started and other useful project help. * [GwtBootstrap3 Google Group](https://groups.google.com/forum/?fromgroups#!forum/gwtbootstrap3) - Ask questions here. * [Issues](https://github.com/gwtbootstrap3/gwtbootstrap3-extras/issues) - File bugs here. From c007e5e1ac92dfabca96a27db7e99d22717cc4db Mon Sep 17 00:00:00 2001 From: Steven Jardine Date: Mon, 26 Aug 2019 09:43:21 -0600 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 64d86e7c..6c1554a1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,3 @@ You can easily add GWTBootstrap3-Extras to your project by including the library ### Resources * [Project Wiki](https://github.com/gwtbootstrap3/gwtbootstrap3-extras/wiki) - Help with getting started and other useful project help. * [GwtBootstrap3 Google Group](https://groups.google.com/forum/?fromgroups#!forum/gwtbootstrap3) - Ask questions here. -* [Issues](https://github.com/gwtbootstrap3/gwtbootstrap3-extras/issues) - File bugs here. -* [Contributing](https://github.com/gwtbootstrap3/gwtbootstrap3/wiki/Contributing) - Want to help by writing code? **Awesome!!** Please read [this](https://github.com/gwtbootstrap3/gwtbootstrap3/wiki/Contributing) first. - -[![Join the chat at https://gitter.im/gwtbootstrap3/gwtbootstrap3](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gwtbootstrap3/gwtbootstrap3?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) From e35f5f4f2bf5a8c7a10a134eb2439c542d680f5c Mon Sep 17 00:00:00 2001 From: Steven Jardine Date: Mon, 26 Aug 2019 09:50:54 -0600 Subject: [PATCH 5/5] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 501ff8b6..1f8f6399 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: false language: java jdk: -- oraclejdk8 +- openjdk8 cache: directories: - $HOME/.m2