File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 48
48
49
49
## Changelog
50
50
51
+ ### 0.11.0 (2025-04-01)
52
+
53
+ - Synchronized access to Connection listeners (#30 )
54
+
55
+
51
56
### 0.10.0 (2022-03-27)
52
57
53
58
- Add ` OventropRegumaqX45ConfigurationOptimizer ` .
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >de.resol</groupId >
5
5
<artifactId >vbus-parent</artifactId >
6
- <version >0.10 .0</version >
6
+ <version >0.11 .0</version >
7
7
<name >RESOL VBus Parent</name >
8
8
<packaging >pom</packaging >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >de.resol</groupId >
5
5
<artifactId >vbus-parent</artifactId >
6
- <version >0.10 .0</version >
6
+ <version >0.11 .0</version >
7
7
<relativePath >..</relativePath >
8
8
</parent >
9
9
<artifactId >vbus-example</artifactId >
12
12
<dependency >
13
13
<groupId >de.resol</groupId >
14
14
<artifactId >vbus</artifactId >
15
- <version >0.10 .0</version >
15
+ <version >0.11 .0</version >
16
16
</dependency >
17
17
<dependency >
18
18
<groupId >com.fazecast</groupId >
19
19
<artifactId >jSerialComm</artifactId >
20
20
<version >[2.0.0,3.0.0)</version >
21
21
</dependency >
22
22
</dependencies >
23
- </project >
23
+ </project >
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >de.resol</groupId >
5
5
<artifactId >vbus</artifactId >
6
- <version >0.10 .0</version >
6
+ <version >0.11 .0</version >
7
7
<packaging >jar</packaging >
8
8
9
9
<name >RESOL VBus</name >
69
69
<plugin >
70
70
<groupId >org.apache.maven.plugins</groupId >
71
71
<artifactId >maven-javadoc-plugin</artifactId >
72
- <version >2.9.1 </version >
72
+ <version >3.6.0 </version >
73
73
<configuration >
74
74
<source >8</source >
75
75
</configuration >
You can’t perform that action at this time.
0 commit comments