Skip to content

Commit

Permalink
change version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehertwig committed Oct 27, 2018
1 parent 07e667c commit 842f761
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 18 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This is just a spare-time project. The usage of this tool (especially in product
* Prev Release: 1.1.6.3 - 03.04.2018
* Prev Release: 1.1.6.4 - 08.04.2018
* Last Release: 1.1.6.5 - 26.05.2018
* Last Release: 1.1.7 - 18.10.2018
* Last Release: 1.1.7.1 - 27.10.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 @@ -83,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.5</version>
<version>1.1.7.1</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.5</version>
<version>1.1.7.1</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core-security</artifactId>
<version>1.1.6.5</version>
<version>1.1.7.1</version>
</dependency>
```

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.5</version>
<version>1.1.7.1</version>
</dependency>
```

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.5</version>
<version>1.1.7.1</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-dbbrowser</artifactId>
<version>1.1.6.5</version>
<version>1.1.7.1</version>
</dependency>
```

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.5</version>
<version>1.1.7.1</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-filebrowser</artifactId>
<version>1.1.6.5</version>
<version>1.1.7.1</version>
</dependency>
```

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.5</version>
<version>1.1.7.1</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-jminix</artifactId>
<version>1.1.6.5</version>
<version>1.1.7.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions admin-tools-log4j2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Since 1.1.6.4 it's possible to add new Logger with available appenders
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-core</artifactId>
<version>1.1.6.5</version>
<version>1.1.7.1</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-log4j2</artifactId>
<version>1.1.6.5</version>
<version>1.1.7.1</version>
</dependency>
```

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.5</version>
<version>1.1.7.1</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-melody</artifactId>
<version>1.1.6.5</version>
<version>1.1.7.1</version>
</dependency>
```

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.5</version>
<version>1.1.7.1</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-properties</artifactId>
<version>1.1.6.5</version>
<version>1.1.7.1</version>
</dependency>
```

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.5</version>
<version>1.1.7.1</version>
</dependency>
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools-quartz</artifactId>
<version>1.1.6.5</version>
<version>1.1.7.1</version>
</dependency>
```

Expand Down

0 comments on commit 842f761

Please sign in to comment.