summaryrefslogtreecommitdiff
path: root/org/jetbrains/markdown/0.3.1/markdown-0.3.1.pom
diff options
context:
space:
mode:
Diffstat (limited to 'org/jetbrains/markdown/0.3.1/markdown-0.3.1.pom')
-rw-r--r--org/jetbrains/markdown/0.3.1/markdown-0.3.1.pom44
1 files changed, 0 insertions, 44 deletions
diff --git a/org/jetbrains/markdown/0.3.1/markdown-0.3.1.pom b/org/jetbrains/markdown/0.3.1/markdown-0.3.1.pom
deleted file mode 100644
index a2e0266d7..000000000
--- a/org/jetbrains/markdown/0.3.1/markdown-0.3.1.pom
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <!-- This module was also published with a richer model, Gradle metadata, -->
- <!-- which should be used instead. Do not delete the following line which -->
- <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
- <!-- that they should prefer consuming it instead. -->
- <!-- do_not_remove: published-with-gradle-metadata -->
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jetbrains</groupId>
- <artifactId>markdown</artifactId>
- <version>0.3.1</version>
- <name>markdown</name>
- <description>Markdown parser in Kotlin</description>
- <url>https://github.com/JetBrains/markdown</url>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <developers>
- <developer>
- <id>valich</id>
- <name>Valentin Fondaratov</name>
- <email>fondarat@gmail.com</email>
- <organization>JetBrains</organization>
- <organizationUrl>https://jetbrains.com</organizationUrl>
- </developer>
- </developers>
- <scm>
- <connection>scm:git:git://github.com/JetBrains/markdown.git</connection>
- <url>https://github.com/JetBrains/markdown</url>
- </scm>
- <dependencies>
- <dependency>
- <groupId>org.jetbrains.kotlin</groupId>
- <artifactId>kotlin-stdlib-common</artifactId>
- <version>1.5.31</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
-</project>