Skip to content

Commit 25cf13e

Browse files
committed
[maven-release-plugin] prepare release v0.7.0 [skip ci]
1 parent 5fcd60f commit 25cf13e

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

@@ -235,7 +235,7 @@ JVM compiler copies runtime JAR into output directory. New compiler would copy t
235235
so when we have the newer bootstrap compiler, this can be removed.
236236
-->
237237
<delete failonerror="false">
238-
<fileset dir="${project.parent.basedir}/build/exec/idris2_app" includes="idris-jvm-runtime-*.jar"/>
238+
<fileset dir="${project.parent.basedir}/build/exec/idris2_app" includes="idris-jvm-runtime-*.jar" />
239239
</delete>
240240
</target>
241241
</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.7.0-SNAPSHOT</version>
6+
<version>0.7.0</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.7.0-SNAPSHOT</version>
6+
<version>0.7.0</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.7.0-SNAPSHOT</version>
7+
<version>0.7.0</version>
98
<packaging>pom</packaging>
109
<name>Idris JVM</name>
1110
<description>JVM bytecode backend for Idris</description>
@@ -67,7 +66,7 @@
6766
<developerConnection>
6867
scm:git:https://github.com/mmhelloworld/idris-jvm.git
6968
</developerConnection>
70-
<tag>HEAD</tag>
69+
<tag>v0.7.0</tag>
7170
</scm>
7271

7372
<issueManagement>

0 commit comments

Comments
 (0)