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

Commit

Permalink
Prepare for 1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjardine committed Sep 17, 2019
1 parent 86b4f2d commit 6b0fba7
Showing 1 changed file with 3 additions and 3 deletions.
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 6b0fba7

Please sign in to comment.