Bump version to 1.1.0

pull/23/head 1.1.0
Kai S. K. Engelbart 2021-03-28 10:36:37 +02:00
parent c0cda7341b
commit 0dcad7d178
Signed by: kske
GPG Key ID: 8BEB13EC5DF7EF13
4 changed files with 5 additions and 5 deletions

View File

@ -172,7 +172,7 @@ To include it inside your project, just add the following dependency to your `po
<dependency>
<groupId>dev.kske</groupId>
<artifactId>event-bus-core</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
</dependencies>
```
@ -208,7 +208,7 @@ When using Maven, it can be registered using the Maven Compiler Plugin:
<annotationProcessorPath>
<groupId>dev.kske</groupId>
<artifactId>event-bus-proc</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>dev.kske</groupId>
<artifactId>event-bus</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>
<dependencies>

View File

@ -11,7 +11,7 @@
<parent>
<groupId>dev.kske</groupId>
<artifactId>event-bus</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>
<dependencies>

View File

@ -5,7 +5,7 @@
<groupId>dev.kske</groupId>
<artifactId>event-bus</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>Event Bus</name>