Revert "reduce symbol visibility in sw"
[LibreOffice.git] / javaunohelper / pom.juh.xml
blob8bfcbab80eb35879b52b1c7d3485ac40f6cc518f
1 <project>
2   <modelVersion>4.0.0</modelVersion>
3   <groupId>org.libreoffice</groupId>
4   <artifactId>juh</artifactId>
5   <version>@version@</version>
6   <packaging>jar</packaging>
7   <name>LibreOffice - Java UNO helper</name>
8   <description>Java UNO helper</description>
9   <url>https://www.libreoffice.org</url>
11   <dependencyManagement>
12     <dependencies>
13       <dependency>
14         <groupId>org.libreoffice</groupId>
15         <artifactId>libreoffice</artifactId>
16         <version>@version@</version>
17       </dependency>
18     </dependencies>
19   </dependencyManagement>
21   <licenses>
22     <license>
23       <name>Mozilla Public License, Version 2.0</name>
24       <url>https://www.mozilla.org/en-US/MPL/2.0</url>
25       <distribution>repo</distribution>
26     </license>
27   </licenses>
29   <scm>
30     <url>https://cgit.freedesktop.org/libreoffice/core</url>
31     <connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection>
32   </scm>
34   <developers>
35     <developer>
36       <name>The Document Foundation</name>
37     </developer>
38   </developers>
40   <mailingLists>
41     <mailingList>
42       <name>LibreOffice Development Mailing List</name>
43       <post>libreoffice@lists.freedesktop.org</post>
44       <subscribe>http://lists.freedesktop.org/mailman/listinfo/libreoffice</subscribe>
45       <unsubscribe>http://lists.freedesktop.org/mailman/listinfo/libreoffice</unsubscribe>
46       <archive>http://lists.freedesktop.org/archives/libreoffice</archive>
47     </mailingList>
48   </mailingLists>
50   <issueManagement>
51     <url>https://bugs.documentfoundation.org</url>
52     <system>LibreOffice Issue Tracker</system>
53   </issueManagement>
54 </project>