This repository has been archived by the owner on Dec 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpom.xml
37 lines (34 loc) · 1.48 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?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/maven-v4_0_0.xsd">
<parent>
<groupId>ru.mail.jira.plugins</groupId>
<artifactId>parent</artifactId>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>info.renjithv.jira.addons.threadedcomments</groupId>
<artifactId>threaded-comments</artifactId>
<version>2.0.1</version>
<organization>
<name>AtlaZon</name>
<url>http://www.atlazon.com</url>
</organization>
<name>JIRA Threaded Comments</name>
<description>This enables comment threading in JIRA issues.</description>
<packaging>atlassian-plugin</packaging>
<scm>
<connection>scm:git:ssh://git@github.com:atlascommunity/jira-threaded-comments.git</connection>
<developerConnection>scm:git:ssh://git@github.com:atlascommunity/jira-threaded-comments.git</developerConnection>
<url>https://github.com/atlascommunity/jira-threaded-comments</url>
<tag>threaded-comments-1.28.8</tag>
</scm>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>jira-plugins</id>
<url>https://is-artifactory.corp.mail.ru/artifactory/jira-plugins</url>
</repository>
</repositories>
</project>