Skip to content

Commit 9a8c1d9

Browse files
committed
[maven-release-plugin] prepare release dbus-java-parent-3.2.4
1 parent f51c666 commit 9a8c1d9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

dbus-java-osgi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.github.hypfvieh</groupId>
1818
<artifactId>dbus-java-parent</artifactId>
19-
<version>3.2.4-SNAPSHOT</version>
19+
<version>3.2.4</version>
2020
</parent>
2121

2222
<properties>
@@ -90,7 +90,7 @@
9090
<connection>scm:git:https://github.com/hypfvieh/dbus-java.git</connection>
9191
<developerConnection>scm:git:https://github.com/hypfvieh/dbus-java.git</developerConnection>
9292
<url>https://github.com/hypfvieh/dbus-java.git</url>
93-
<tag>HEAD</tag>
93+
<tag>dbus-java-parent-3.2.4</tag>
9494
</scm>
9595

9696
</project>

dbus-java-utils/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.4-SNAPSHOT</version>
18+
<version>3.2.4</version>
1919
</parent>
2020

2121
<properties>
@@ -48,7 +48,7 @@
4848
<connection>scm:git:https://github.com/hypfvieh/dbus-java.git</connection>
4949
<developerConnection>scm:git:https://github.com/hypfvieh/dbus-java.git</developerConnection>
5050
<url>https://github.com/hypfvieh/dbus-java.git</url>
51-
<tag>HEAD</tag>
51+
<tag>dbus-java-parent-3.2.4</tag>
5252
</scm>
5353

5454
</project>

dbus-java/pom.xml

Lines changed: 2 additions & 2 deletions
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.2.4-SNAPSHOT</version>
18+
<version>3.2.4</version>
1919
</parent>
2020

2121
<properties>
@@ -52,7 +52,7 @@
5252
<connection>scm:git:https://github.com/hypfvieh/dbus-java.git</connection>
5353
<developerConnection>scm:git:https://github.com/hypfvieh/dbus-java.git</developerConnection>
5454
<url>https://github.com/hypfvieh/dbus-java.git</url>
55-
<tag>HEAD</tag>
55+
<tag>dbus-java-parent-3.2.4</tag>
5656
</scm>
5757

5858
</project>

pom.xml

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

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

1111
<name>${project.artifactId}</name>
1212
<url>https://github.com/hypfvieh/${project.artifactId}</url>
@@ -246,7 +246,7 @@
246246
<connection>scm:git:https://github.com/hypfvieh/dbus-java.git</connection>
247247
<developerConnection>scm:git:https://github.com/hypfvieh/dbus-java.git</developerConnection>
248248
<url>https://github.com/hypfvieh/dbus-java.git</url>
249-
<tag>HEAD</tag>
249+
<tag>dbus-java-parent-3.2.4</tag>
250250
</scm>
251251

252252
<licenses>

0 commit comments

Comments
 (0)