Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit cdc08b6

Browse files
author
Larry Ogrodnek
committed
add maven central required pom elements
1 parent 4e0fd92 commit cdc08b6

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

pom.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@
44
<groupId>com.bizo</groupId>
55
<artifactId>aws-java-sdk-stubs</artifactId>
66
<version>1.2.0</version>
7+
<packaging>jar</packaging>
8+
<name>aws-java-sdk-stubs</name>
9+
<description>stubs for the aws-java-sdk services</description>
10+
<url>https://github.com/bizo/aws-java-sdk-stubs</url>
11+
<licenses>
12+
<license>
13+
<name>The Apache Software License, Version 2.0</name>
14+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
15+
<distribution>repo</distribution>
16+
</license>
17+
</licenses>
18+
<scm>
19+
<url>https://github.com/bizo/aws-java-sdk-stubs</url>
20+
<connection>https://github.com/bizo/aws-java-sdk-stubs.git</connection>
21+
</scm>
22+
<developers>
23+
<developer>
24+
<id>larry</id>
25+
<name>Larry Ogrodnek</name>
26+
<email>[email protected]</email>
27+
</developer>
28+
<developer>
29+
<id>stephen</id>
30+
<name>Stephen Haberman</name>
31+
<email>[email protected]</email>
32+
</developer>
33+
<developer>
34+
<id>dietz</id>
35+
<name>Mark Dietz</name>
36+
<email>[email protected]</email>
37+
</developer>
38+
</developers>
739
<dependencies>
840
<dependency>
941
<groupId>commons-io</groupId>

0 commit comments

Comments
 (0)