File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.github.mmhelloworld</groupId >
5
5
<artifactId >idris-jvm</artifactId >
6
- <version >0.7.0-SNAPSHOT </version >
6
+ <version >0.7.0</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.github.mmhelloworld</groupId >
5
5
<artifactId >idris-jvm</artifactId >
6
- <version >0.7.0-SNAPSHOT </version >
6
+ <version >0.7.0</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
@@ -235,7 +235,7 @@ JVM compiler copies runtime JAR into output directory. New compiler would copy t
235
235
so when we have the newer bootstrap compiler, this can be removed.
236
236
-->
237
237
<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" />
239
239
</delete >
240
240
</target >
241
241
</configuration >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.github.mmhelloworld</groupId >
5
5
<artifactId >idris-jvm</artifactId >
6
- <version >0.7.0-SNAPSHOT </version >
6
+ <version >0.7.0</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.github.mmhelloworld</groupId >
5
5
<artifactId >idris-jvm</artifactId >
6
- <version >0.7.0-SNAPSHOT </version >
6
+ <version >0.7.0</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<groupId >io.github.mmhelloworld</groupId >
7
6
<artifactId >idris-jvm</artifactId >
8
- <version >0.7.0-SNAPSHOT </version >
7
+ <version >0.7.0</version >
9
8
<packaging >pom</packaging >
10
9
<name >Idris JVM</name >
11
10
<description >JVM bytecode backend for Idris</description >
67
66
<developerConnection >
68
67
scm:git:https://github.com/mmhelloworld/idris-jvm.git
69
68
</developerConnection >
70
- <tag >HEAD </tag >
69
+ <tag >v0.7.0 </tag >
71
70
</scm >
72
71
73
72
<issueManagement >
You can’t perform that action at this time.
0 commit comments