Skip to content

Commit b49342b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 24bb696 commit b49342b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tel.schich</groupId>
77
<artifactId>javacan</artifactId>
8-
<version>3.0.0</version>
8+
<version>3.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>javacan-core</artifactId>

epoll/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>tel.schich</groupId>
77
<artifactId>javacan</artifactId>
8-
<version>3.0.0</version>
8+
<version>3.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>javacan-epoll</artifactId>

pom.xml

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

1313
<groupId>tel.schich</groupId>
1414
<artifactId>javacan</artifactId>
15-
<version>3.0.0</version>
15+
<version>3.0.1-SNAPSHOT</version>
1616
<name>JavaCAN</name>
1717
<url>https://github.com/pschichtel/JavaCAN</url>
1818
<inceptionYear>2018</inceptionYear>
@@ -28,7 +28,7 @@
2828
<url>https://github.com/pschichtel/JavaCAN</url>
2929
<connection>scm:git:https://github.com/pschichtel/JavaCAN</connection>
3030
<developerConnection>scm:git:[email protected]:pschichtel/JavaCAN</developerConnection>
31-
<tag>javacan-3.0.0</tag>
31+
<tag>HEAD</tag>
3232
</scm>
3333

3434
<developers>

0 commit comments

Comments
 (0)