aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorire <refsdal.ivar@gmail.com>2025-06-18 09:14:15 +0200
committerire <refsdal.ivar@gmail.com>2025-06-18 09:14:15 +0200
commitf0b2c9a2a5ff4191c9226f349e41306bec8e0278 (patch)
treea21c5f59ffd99573dfa7bd31682d919e9b98a4a9 /pom.xml
parentRelease using GitHub (diff)
downloadfiinha-f0b2c9a2a5ff4191c9226f349e41306bec8e0278.tar.gz
fiinha-f0b2c9a2a5ff4191c9226f349e41306bec8e0278.tar.xz
Release using GitHub
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index 466f47a..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
- <modelVersion>4.0.0</modelVersion>
- <packaging>jar</packaging>
- <groupId>com.github.ivarref</groupId>
- <artifactId>yoltq</artifactId>
- <version>0.2.64</version>
- <name>yoltq</name>
- <dependencies>
- <dependency>
- <groupId>org.clojure</groupId>
- <artifactId>clojure</artifactId>
- <version>1.11.1</version>
- </dependency>
- <dependency>
- <groupId>com.github.ivarref</groupId>
- <artifactId>double-trouble</artifactId>
- <version>0.1.102</version>
- </dependency>
- <dependency>
- <groupId>org.clojure</groupId>
- <artifactId>tools.logging</artifactId>
- <version>1.2.4</version>
- </dependency>
- </dependencies>
- <build>
- <sourceDirectory>src</sourceDirectory>
- </build>
- <repositories>
- <repository>
- <id>clojars</id>
- <url>https://repo.clojars.org/</url>
- </repository>
- </repositories>
- <scm>
- <connection>scm:git:git://github.com/ivarref/yoltq.git</connection>
- <developerConnection>scm:git:ssh://git@github.com/ivarref/yoltq.git</developerConnection>
- <tag>v0.2.64</tag>
- <url>https://github.com/ivarref/yoltq</url>
- </scm>
-</project> \ No newline at end of file