Skip to content

Commit 2692b96

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 25730f7 commit 2692b96

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ocpp-custom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.rwth.idsg</groupId>
77
<artifactId>ocpp-parent</artifactId>
8-
<version>0.0.15</version>
8+
<version>0.0.16-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>ocpp-custom</artifactId>

ocpp-jaxb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>de.rwth.idsg</groupId>
77
<artifactId>ocpp-parent</artifactId>
8-
<version>0.0.15</version>
8+
<version>0.0.16-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>ocpp-jaxb</artifactId>

pom.xml

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

55
<groupId>de.rwth.idsg</groupId>
66
<artifactId>ocpp-parent</artifactId>
7-
<version>0.0.15</version>
7+
<version>0.0.16-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<!-- Define the modules in build order -->
@@ -47,7 +47,7 @@
4747
<connection>scm:git:https://github.com/steve-community/ocpp-jaxb.git</connection>
4848
<developerConnection>scm:git:https://github.com/steve-community/ocpp-jaxb.git</developerConnection>
4949
<url>https://github.com/steve-community/ocpp-jaxb</url>
50-
<tag>0.0.15</tag>
50+
<tag>HEAD</tag>
5151
</scm>
5252

5353
<distributionManagement>

0 commit comments

Comments
 (0)