Skip to content

Commit 9fdb5d8

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent a2be57f commit 9fdb5d8

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.0.2</version>
18+
<version>3.0.3-SNAPSHOT</version>
1919
</parent>
2020

2121
<properties>
@@ -136,7 +136,7 @@
136136
<connection>scm:git:https://github.com/hypfvieh/dbus-java.git</connection>
137137
<developerConnection>scm:git:https://github.com/hypfvieh/dbus-java.git</developerConnection>
138138
<url>https://github.com/hypfvieh/dbus-java.git</url>
139-
<tag>dbus-java-parent-3.0.2</tag>
139+
<tag>HEAD</tag>
140140
</scm>
141141

142142
</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.0.2</version>
18+
<version>3.0.3-SNAPSHOT</version>
1919
</parent>
2020

2121
<properties>
@@ -129,7 +129,7 @@
129129
<connection>scm:git:https://github.com/hypfvieh/dbus-java.git</connection>
130130
<developerConnection>scm:git:https://github.com/hypfvieh/dbus-java.git</developerConnection>
131131
<url>https://github.com/hypfvieh/dbus-java.git</url>
132-
<tag>dbus-java-parent-3.0.2</tag>
132+
<tag>HEAD</tag>
133133
</scm>
134134

135135
</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.0.2</version>
9+
<version>3.0.3-SNAPSHOT</version>
1010

1111
<name>${project.artifactId}</name>
1212
<url>https://github.com/hypfvieh/${project.artifactId}</url>
@@ -150,7 +150,7 @@
150150
<connection>scm:git:https://github.com/hypfvieh/dbus-java.git</connection>
151151
<developerConnection>scm:git:https://github.com/hypfvieh/dbus-java.git</developerConnection>
152152
<url>https://github.com/hypfvieh/dbus-java.git</url>
153-
<tag>dbus-java-parent-3.0.2</tag>
153+
<tag>HEAD</tag>
154154
</scm>
155155

156156
<licenses>

0 commit comments

Comments
 (0)