Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit 3410753

Browse files
author
jglick
committed
Proposed POM for upload of 2.0_05 release to Maven Central.
svn path=/trunk/; revision=78
1 parent 414484a commit 3410753

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

jhMaster/jhall.pom

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<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">
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>javax.help</groupId>
4+
<artifactId>javahelp</artifactId>
5+
<version>2.0.05</version>
6+
<packaging>jar</packaging>
7+
<name>JavaHelp API</name>
8+
<description>The JavaHelp API provides a platform-independent help framework.</description>
9+
<url>https://javahelp.dev.java.net/</url>
10+
<licenses>
11+
<license>
12+
<name>GNU General Public License - Version 2 with the class path exception</name>
13+
<url>https://javahelp.dev.java.net/license.txt</url>
14+
</license>
15+
</licenses>
16+
<scm>
17+
<connection>scm:svn:https://javahelp.dev.java.net/svn/javahelp/tags/2.0_05/</connection>
18+
<developerConnection>scm:svn:https://javahelp.dev.java.net/svn/javahelp/tags/2.0_05/</developerConnection>
19+
<url>https://javahelp.dev.java.net/source/browse/javahelp/tags/2.0_05/</url>
20+
</scm>
21+
<distributionManagement>
22+
<downloadUrl>http://download.java.net/javadesktop/javahelp/javahelp2_0_05.zip</downloadUrl>
23+
</distributionManagement>
24+
<issueManagement>
25+
<system>issueZilla</system>
26+
<url>https://javahelp.dev.java.net/issues/</url>
27+
</issueManagement>
28+
<developers>
29+
<developer>
30+
<id>jglick</id>
31+
<name>Jesse Glick</name>
32+
<email>jglick@dev.java.net</email>
33+
<organization>java.net</organization>
34+
<roles>
35+
<role>Developer</role>
36+
</roles>
37+
</developer>
38+
<developer>
39+
<id>jst</id>
40+
<name>Jaroslav Tulach</name>
41+
<email>jst@dev.java.net</email>
42+
<organization>java.net</organization>
43+
<roles>
44+
<role>Developer</role>
45+
</roles>
46+
</developer>
47+
<developer>
48+
<id>lmhoffman</id>
49+
<name>Larry Hoffman</name>
50+
<email>lmhoffman@dev.java.net</email>
51+
<organization>java.net</organization>
52+
<roles>
53+
<role>Developer</role>
54+
</roles>
55+
</developer>
56+
</developers>
57+
</project>

0 commit comments

Comments
 (0)
close