Skip to content

Commit 95d8d02

Browse files
committed
manully fix number
1 parent fd04b5f commit 95d8d02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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-techno</artifactId>
18-
<version>3.2.0-SNAPSHOT</version>
18+
<version>3.2.0</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-techno</artifactId>
18-
<version>3.2.0-SNAPSHOT</version>
18+
<version>3.2.0</version>
1919
</parent>
2020

2121
<properties>

pom.xml

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

77
<groupId>com.github.hypfvieh</groupId>
88
<artifactId>dbus-java-parent-techno</artifactId>
9-
<version>3.2.0-SNAPSHOT</version>
9+
<version>3.2.0</version>
1010

1111
<name>${project.artifactId}</name>
1212
<url>https://github.com/hypfvieh/${project.artifactId}</url>

0 commit comments

Comments
 (0)