aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm-function/dependency.pom
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm-function/dependency.pom')
-rw-r--r--lux-jvm-function/dependency.pom33
1 files changed, 1 insertions, 32 deletions
diff --git a/lux-jvm-function/dependency.pom b/lux-jvm-function/dependency.pom
index 1c826547f..a4c977946 100644
--- a/lux-jvm-function/dependency.pom
+++ b/lux-jvm-function/dependency.pom
@@ -4,7 +4,7 @@
<groupId>com.github.luxlang</groupId>
<artifactId>lux-jvm-function</artifactId>
<packaging>jar</packaging>
- <version>0.6.5-SNAPSHOT</version>
+ <version>0.6.5</version>
<name>lux-jvm-function</name>
<description>Function abstract class for the JVM compiler.</description>
<url>https://github.com/LuxLang/lux</url>
@@ -17,23 +17,6 @@
<scm>
<url>https://github.com/LuxLang/lux.git</url>
</scm>
- <build>
- <sourceDirectory>source</sourceDirectory>
- <testSourceDirectory>test</testSourceDirectory>
- <resources>
- <resource>
- <directory>resources</directory>
- </resource>
- </resources>
- <testResources>
- <testResource>
- <directory>resources</directory>
- </testResource>
- </testResources>
- <directory>target</directory>
- <outputDirectory>target/classes</outputDirectory>
- <plugins/>
- </build>
<repositories>
<repository>
<id>central</id>
@@ -46,16 +29,6 @@
</releases>
</repository>
<repository>
- <id>clojars</id>
- <url>https://repo.clojars.org/</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
<id>snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
@@ -79,7 +52,3 @@
</developers>
</project>
-<!-- This file was autogenerated by Leiningen.
- Please do not edit it directly; instead edit project.clj and regenerate it.
- It should not be considered canonical data. For more information see
- https://github.com/technomancy/leiningen -->