Skip to content

Commit f33fd8a

Browse files
committed
Fixed maven dependency version of parent pom
1 parent 34ca5b8 commit f33fd8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dbus-java-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.github.hypfvieh</groupId>
1717
<artifactId>dbus-java-parent</artifactId>
18-
<version>3.0.3-SNAPSHOT</version>
18+
<version>3.2.0-SNAPSHOT</version>
1919
</parent>
2020

2121
<properties>

dbus-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.github.hypfvieh</groupId>
1717
<artifactId>dbus-java-parent</artifactId>
18-
<version>3.0.3-SNAPSHOT</version>
18+
<version>3.2.0-SNAPSHOT</version>
1919
</parent>
2020

2121
<properties>

0 commit comments

Comments
 (0)