Skip to content

Commit

Permalink
WebLaF v1.2.12 release update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarin committed Jan 13, 2020
1 parent 8c3917a commit 55cd337
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ About

You can check out brand new demo application -

[![DemoApplication](./screenshots/demo.png)](https://github.com/mgarin/weblaf/releases/download/v1.2.11/weblaf-demo-1.2.11-jar-with-dependencies.jar)
[![DemoApplication](./screenshots/demo.png)](https://github.com/mgarin/weblaf/releases/download/v1.2.12/weblaf-demo-1.2.12-jar-with-dependencies.jar)

[![DemoApplication](./screenshots/demo-dark.png)](https://github.com/mgarin/weblaf/releases/download/v1.2.11/weblaf-demo-1.2.11-jar-with-dependencies.jar)
[![DemoApplication](./screenshots/demo-dark.png)](https://github.com/mgarin/weblaf/releases/download/v1.2.12/weblaf-demo-1.2.12-jar-with-dependencies.jar)

It is an [executable JAR](https://github.com/mgarin/weblaf/releases/download/v1.2.11/weblaf-demo-1.2.11-jar-with-dependencies.jar) which you can run if you have JRE 6 or higher installed.
It is an [executable JAR](https://github.com/mgarin/weblaf/releases/download/v1.2.12/weblaf-demo-1.2.12-jar-with-dependencies.jar) which you can run if you have JRE 6 or higher installed.

**Features**

Expand Down Expand Up @@ -49,12 +49,12 @@ If you are working with a Maven project you can add WebLaF dependency like this:
<dependency>
<groupId>com.weblookandfeel</groupId>
<artifactId>weblaf-ui</artifactId>
<version>1.2.11</version>
<version>1.2.12</version>
</dependency>
```
You can also use `RELEASE` or `LATEST` version instead of specific one.

Full list of modules/artifacts available in v1.2.11:
Full list of modules/artifacts available in v1.2.12:

- `weblaf-core` - Module containing all basic managers, interfaces and classes
- `weblaf-ui` - Module containing all components, UIs, painters, skins, managers and anything related to them
Expand Down
2 changes: 1 addition & 1 deletion modules/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.weblookandfeel</groupId>
<artifactId>weblaf-parent</artifactId>
<version>1.2.12-SNAPSHOT</version>
<version>1.2.12</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.weblookandfeel</groupId>
<artifactId>weblaf-parent</artifactId>
<version>1.2.12-SNAPSHOT</version>
<version>1.2.12</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/ninepatch-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.weblookandfeel</groupId>
<artifactId>weblaf-parent</artifactId>
<version>1.2.12-SNAPSHOT</version>
<version>1.2.12</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.weblookandfeel</groupId>
<artifactId>weblaf-parent</artifactId>
<version>1.2.12-SNAPSHOT</version>
<version>1.2.12</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.weblookandfeel</groupId>
<artifactId>weblaf-parent</artifactId>
<version>1.2.12-SNAPSHOT</version>
<version>1.2.12</version>
<relativePath>../../</relativePath>
</parent>

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

<groupId>com.weblookandfeel</groupId>
<artifactId>weblaf-parent</artifactId>
<version>1.2.12-SNAPSHOT</version>
<version>1.2.12</version>
<packaging>pom</packaging>

<name>WebLaF</name>
Expand Down
Binary file modified screenshots/demo-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55cd337

Please sign in to comment.