Skip to content

Commit bb7f0af

Browse files
Bump version and update changelog.
1 parent b8d6890 commit bb7f0af

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ TBD
4848

4949
## Changelog
5050

51+
### 0.11.0 (2025-04-01)
52+
53+
- Synchronized access to Connection listeners (#30)
54+
55+
5156
### 0.10.0 (2022-03-27)
5257

5358
- Add `OventropRegumaqX45ConfigurationOptimizer`.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>de.resol</groupId>
55
<artifactId>vbus-parent</artifactId>
6-
<version>0.10.0</version>
6+
<version>0.11.0</version>
77
<name>RESOL VBus Parent</name>
88
<packaging>pom</packaging>
99

vbus-example/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>de.resol</groupId>
55
<artifactId>vbus-parent</artifactId>
6-
<version>0.10.0</version>
6+
<version>0.11.0</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>vbus-example</artifactId>
@@ -12,12 +12,12 @@
1212
<dependency>
1313
<groupId>de.resol</groupId>
1414
<artifactId>vbus</artifactId>
15-
<version>0.10.0</version>
15+
<version>0.11.0</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.fazecast</groupId>
1919
<artifactId>jSerialComm</artifactId>
2020
<version>[2.0.0,3.0.0)</version>
2121
</dependency>
2222
</dependencies>
23-
</project>
23+
</project>

vbus/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>de.resol</groupId>
55
<artifactId>vbus</artifactId>
6-
<version>0.10.0</version>
6+
<version>0.11.0</version>
77
<packaging>jar</packaging>
88

99
<name>RESOL VBus</name>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-javadoc-plugin</artifactId>
72-
<version>2.9.1</version>
72+
<version>3.6.0</version>
7373
<configuration>
7474
<source>8</source>
7575
</configuration>

0 commit comments

Comments
 (0)