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

Commit 4a7d006

Browse files
committed
Merge pull request #19 from hanshuo-aws/master
Change aws-resources' packaging type to 'jar'.
2 parents 2fece74 + 4413c1f commit 4a7d006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ printing their DNS names and starting them (if they're currently stopped).
4040
<groupId>com.amazonaws.resources</groupId>
4141
<artifactId>aws-resources</artifactId>
4242
<version>0.0.1</version>
43-
<type>pom</type>
43+
<type>jar</type>
4444
</dependency>
4545
```
4646
* Read the introduction below.

aws-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<artifactId>aws-resources</artifactId>
11-
<packaging>pom</packaging>
11+
<packaging>jar</packaging>
1212

1313
<name>AWS Resource APIs for Java</name>
1414
<description>An object-oriented resource object abstraction on top of the AWS SDK for Java.</description>

0 commit comments

Comments
 (0)