Skip to content

Commit 5e43878

Browse files
chore(master): release 1.1.5 (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7cd3b42 commit 5e43878

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.1.5](https://github.com/notz/gwtbootstrap3/compare/v1.1.4...v1.1.5) (2025-04-10)
4+
5+
6+
### Bug Fixes
7+
8+
* Add auto complete & required to list box ([#24](https://github.com/notz/gwtbootstrap3/issues/24)) ([8f2f41a](https://github.com/notz/gwtbootstrap3/commit/8f2f41a7f3e2d8cd32f1ac5111b2d683fd60e71a))
9+
* **deps:** bump org.apache.maven.plugins:maven-compiler-plugin ([#23](https://github.com/notz/gwtbootstrap3/issues/23)) ([e5c0aec](https://github.com/notz/gwtbootstrap3/commit/e5c0aec7e99cfb5078b5602a455d33ed694c7c10))
10+
* **deps:** bump org.apache.maven.plugins:maven-gpg-plugin ([#22](https://github.com/notz/gwtbootstrap3/issues/22)) ([7cd3b42](https://github.com/notz/gwtbootstrap3/commit/7cd3b420b59bd6fd4e66e5dacc8b307bafee34df))
11+
* **deps:** bump org.apache.maven.plugins:maven-javadoc-plugin ([#20](https://github.com/notz/gwtbootstrap3/issues/20)) ([cdae36a](https://github.com/notz/gwtbootstrap3/commit/cdae36adba37c379ba549641b152b8e44876ce06))
12+
* **deps:** bump org.apache.maven.plugins:maven-surefire-plugin ([#21](https://github.com/notz/gwtbootstrap3/issues/21)) ([0df48b5](https://github.com/notz/gwtbootstrap3/commit/0df48b5040ae382d5c930fceb628d4264ebe722a))
13+
314
## [1.1.4](https://github.com/notz/gwtbootstrap3/compare/v1.1.3...v1.1.4) (2025-04-04)
415

516

gwtbootstrap3-extras/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.gwtbootstrap3</groupId>
77
<artifactId>gwtbootstrap3-parent</artifactId>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.1.5</version>
99
</parent>
1010

1111
<artifactId>gwtbootstrap3-extras</artifactId>

gwtbootstrap3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.gwtbootstrap3</groupId>
77
<artifactId>gwtbootstrap3-parent</artifactId>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.1.5</version>
99
</parent>
1010

1111
<artifactId>gwtbootstrap3</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.gwtbootstrap3</groupId>
66
<artifactId>gwtbootstrap3-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.1.5-SNAPSHOT</version>
8+
<version>1.1.5</version>
99
<name>GwtBootstrap3 Parent</name>
1010
<description>GWT wrapper for the Bootstrap front-end framework</description>
1111
<url>http://gwtbootstrap3.org</url>

0 commit comments

Comments
 (0)