Skip to content

Commit 496cdec

Browse files
committed
[maven-release-plugin] prepare release v0.6.0.7 [skip ci]
1 parent c2b1ad0 commit 496cdec

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
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.1-SNAPSHOT</version>
6+
<version>0.6.0.7</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

idris-jvm-compiler/pom.xml

Lines changed: 2 additions & 2 deletions
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.1-SNAPSHOT</version>
6+
<version>0.6.0.7</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

@@ -234,7 +234,7 @@ JVM compiler copies runtime JAR into output directory. New compiler would copy t
234234
so when we have the newer bootstrap compiler, this can be removed.
235235
-->
236236
<delete failonerror="false">
237-
<fileset dir="${project.parent.basedir}/build/exec/idris2_app" includes="idris-jvm-runtime-*.jar"/>
237+
<fileset dir="${project.parent.basedir}/build/exec/idris2_app" includes="idris-jvm-runtime-*.jar" />
238238
</delete>
239239
</target>
240240
</configuration>

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.1-SNAPSHOT</version>
6+
<version>0.6.0.7</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.1-SNAPSHOT</version>
6+
<version>0.6.0.7</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>io.github.mmhelloworld</groupId>
76
<artifactId>idris-jvm</artifactId>
8-
<version>0.6.1-SNAPSHOT</version>
7+
<version>0.6.0.7</version>
98
<packaging>pom</packaging>
109
<name>Idris JVM</name>
1110
<description>JVM bytecode backend for Idris</description>
@@ -66,7 +65,7 @@
6665
<developerConnection>
6766
scm:git:https://github.com/mmhelloworld/idris-jvm.git
6867
</developerConnection>
69-
<tag>HEAD</tag>
68+
<tag>v0.6.0.7</tag>
7069
</scm>
7170

7271
<issueManagement>

0 commit comments

Comments
 (0)