Skip to content

Commit ad0488d

Browse files
committed
Merge pull request #4 from instructure/metadata
add required metadata for sonatype repository
2 parents accea29 + 44e0fb6 commit ad0488d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

pom.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<name>IMS BasicLTI Utilities</name>
6+
<description>BasicLTI Utilities are a set of utility classes to aid in the development of BasicLTI consumers and providers. They deal with much of the heavy lifting and make the process more opaque to the developer.</description>
7+
<url>https://github.com/pfgray/basiclti-util-java</url>
68
<groupId>org.imsglobal</groupId>
79
<artifactId>basiclti-util</artifactId>
810
<version>1.0.0</version>
@@ -12,6 +14,37 @@
1214
</organization>
1315
<inceptionYear>2009</inceptionYear>
1416
<packaging>jar</packaging>
17+
<licenses>
18+
<license>
19+
<name>The Apache Software License, Version 2.0</name>
20+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
21+
</license>
22+
</licenses>
23+
<developers>
24+
<developer>
25+
<name>Charles Severance</name>
26+
<email>csev@umich.edu</email>
27+
<organization>University of Michigan</organization>
28+
<organizationUrl>https://www.si.umich.edu/</organizationUrl>
29+
</developer>
30+
<developer>
31+
<name>Paul Gray</name>
32+
<email>pfbgray@gmail.com</email>
33+
<organization>Learning Objects</organization>
34+
<organizationUrl>http://www.learningobjects.com/</organizationUrl>
35+
</developer>
36+
<developer>
37+
<name>Braden Anderson</name>
38+
<email>braden@instructure.com</email>
39+
<organization>Instructure</organization>
40+
<organizationUrl>http://www.instructure.com/</organizationUrl>
41+
</developer>
42+
</developers>
43+
<scm>
44+
<connection>scm:git:git@github.com:pfgray/basiclti-util-java.git</connection>
45+
<developerConnection>scm:git:git@github.com:pfgray/basiclti-util-java.git</developerConnection>
46+
<url>git@github.com:pfgray/basiclti-util-java.git</url>
47+
</scm>
1548

1649
<properties>
1750
<powermock.version>1.5.5</powermock.version>

0 commit comments

Comments
 (0)