Skip to content

Commit 523e5de

Browse files
committed
[maven-release-plugin] prepare for next development iteration [skip ci]
1 parent 2d3d22b commit 523e5de

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

idris-jvm-assembler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.github.mmhelloworld</groupId>
55
<artifactId>idris-jvm</artifactId>
6-
<version>0.6.0.8</version>
6+
<version>0.6.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

idris-jvm-compiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.github.mmhelloworld</groupId>
55
<artifactId>idris-jvm</artifactId>
6-
<version>0.6.0.8</version>
6+
<version>0.6.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

idris-jvm-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.github.mmhelloworld</groupId>
55
<artifactId>idris-jvm</artifactId>
6-
<version>0.6.0.8</version>
6+
<version>0.6.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

idris-jvm-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.github.mmhelloworld</groupId>
55
<artifactId>idris-jvm</artifactId>
6-
<version>0.6.0.8</version>
6+
<version>0.6.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

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

55
<groupId>io.github.mmhelloworld</groupId>
66
<artifactId>idris-jvm</artifactId>
7-
<version>0.6.0.8</version>
7+
<version>0.6.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Idris JVM</name>
1010
<description>JVM bytecode backend for Idris</description>
@@ -65,7 +65,7 @@
6565
<developerConnection>
6666
scm:git:https://github.com/mmhelloworld/idris-jvm.git
6767
</developerConnection>
68-
<tag>v0.6.0.8</tag>
68+
<tag>HEAD</tag>
6969
</scm>
7070

7171
<issueManagement>

0 commit comments

Comments
 (0)