Skip to content

Commit

Permalink
Merge pull request aws#855 from cmello/master
Browse files Browse the repository at this point in the history
fixed project description in pom.xml
  • Loading branch information
kiiadi authored Sep 23, 2016
2 parents 9e6b7d6 + 66c8d15 commit d0ded84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-java-sdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<name>AWS SDK for Java - Core</name>
<description>The AWS SDK for Java - Core module holds the classes that is used by the individual service clients to interact with Amazon Web Services. Users need to depend on aws-java-sdk artifact for accessing individual client classes.</description>
<description>The AWS SDK for Java - Core module holds the classes that are used by the individual service clients to interact with Amazon Web Services. Users need to depend on aws-java-sdk artifact for accessing individual client classes.</description>
<url>https://aws.amazon.com/sdkforjava</url>
<dependencies>
<dependency>
Expand Down

0 comments on commit d0ded84

Please sign in to comment.