Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Aug 25, 2023
1 parent 597c450 commit d1bf665
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.1.3] - 2023-08-25

### Changed

- Refactor builder classes for simple (empty) and container-like HTML and SVG elements
Expand Down Expand Up @@ -573,7 +575,8 @@ Switch to Apache2 license
- for dependency upgrades
-->

[Unreleased]: https://github.com/hal/elemento/compare/v1.1.2...HEAD
[Unreleased]: https://github.com/hal/elemento/compare/v1.1.3...HEAD
[1.1.3]: https://github.com/hal/elemento/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/hal/elemento/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/hal/elemento/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/hal/elemento/compare/v1.0.15...v1.1.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Elemento is available in [Maven Central](https://search.maven.org/search?q=g:org
<dependency>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-core</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

Expand Down Expand Up @@ -318,7 +318,7 @@ To use it replace
<dependency>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-core</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
```

Expand All @@ -328,7 +328,7 @@ with
<dependency>
<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-core</artifactId>
<version>1.1.2-gwtcom</version>
<version>1.1.3-gwtcom</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.jboss.elemento</groupId>
<artifactId>elemento-core</artifactId>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</version>
<packaging>jar</packaging>
<name>Elemento Core</name>
<description>Builder API and other goodies for GWT Elemental</description>
Expand Down

0 comments on commit d1bf665

Please sign in to comment.