Skip to content

Commit

Permalink
release 1.1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehertwig committed Apr 8, 2018
1 parent 223fc2a commit 44b20fa
Show file tree
Hide file tree
Showing 23 changed files with 39 additions and 33 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
This is just a spare-time project. The usage of this tool (especially in production systems) is at your own risk.

Prev Release: 1.1.6.1 - 18.01.2018

Prev Release: 1.1.6.2 - 20.03.2018
Last Release: 1.1.6.3 - 03.04.2018

Prev Release: 1.1.6.3 - 03.04.2018

Last Release: 1.1.6.4 - 08.04.2018

[![Maven Central](https://img.shields.io/maven-central/v/de.chandre.admin-tools/admin-tools-core.svg)](https://mvnrepository.com/artifact/de.chandre.admin-tools)
[![GitHub issues](https://img.shields.io/github/issues/andrehertwig/admintool.svg)](https://github.com/andrehertwig/admintool/issues)
Expand Down Expand Up @@ -60,7 +64,7 @@ Last Release: 1.1.6.3 - 03.04.2018

## Based on
* [Spring Boot 1.3.*](http://projects.spring.io/spring-boot/)
* Since 1.1.2 also Spring Boot 1.4.* is supported
* Since 1.1.2 also Spring Boot 1.4.*+ is supported
* [Admin LTE](https://almsaeedstudio.com/preview)
* [Thymeleaf](http://www.thymeleaf.org/)

Expand All @@ -81,7 +85,7 @@ Include the dependencies in your dependency management. You can find it in [Mave
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
...
```
Expand Down
4 changes: 2 additions & 2 deletions admin-tools-core-security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core-security</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-core-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<!--<version>1.0.0</version>-->
<version>1.1.6.3</version>
<version>1.1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions admin-tools-dbbrowser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ Result will be displayed via jquery.datatables
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-dbbrowser</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-dbbrowser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-demo-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-demo-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-demo-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions admin-tools-filebrowser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-filebrowser</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-filebrowser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions admin-tools-jminix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-jminix</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-jminix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
6 changes: 4 additions & 2 deletions admin-tools-log4j2/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# The Log4j2 Management Plugin
> Shows all loggers with possibility to change the level
Since 1.1.6.4 it's possible to add new Logger with available appenders

![Preview image](doc/screen_log4j_org.png?raw=true "AdminTool Log4jLoggers UI")

Since 1.1.1 a web console is available
Expand All @@ -15,12 +17,12 @@
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-log4j2</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-log4j2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions admin-tools-melody/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ http
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-melody</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-melody/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions admin-tools-properties/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-properties</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-properties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions admin-tools-quartz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-quartz</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion admin-tools-quartz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</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 @@ -5,7 +5,7 @@

<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.6.3</version>
<version>1.1.6.4</version>
<packaging>pom</packaging>

<name>Admin tools</name>
Expand Down

0 comments on commit 44b20fa

Please sign in to comment.