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

Commit

Permalink
[maven-release-plugin] prepare release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
david-at-aws committed Dec 11, 2014
1 parent 5687e20 commit cd18148
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion aws-resources-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.amazonaws.resources</groupId>
<artifactId>aws-resources-parent-pom</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<artifactId>aws-resources-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-resources-ec2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.amazonaws.resources</groupId>
<artifactId>aws-resources-parent-pom</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<artifactId>aws-resources-ec2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-resources-glacier/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.amazonaws.resources</groupId>
<artifactId>aws-resources-parent-pom</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<artifactId>aws-resources-glacier</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-resources-iam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.amazonaws.resources</groupId>
<artifactId>aws-resources-parent-pom</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<artifactId>aws-resources-iam</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-resources-sns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.amazonaws.resources</groupId>
<artifactId>aws-resources-parent-pom</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<artifactId>aws-resources-sns</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-resources-sqs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.amazonaws.resources</groupId>
<artifactId>aws-resources-parent-pom</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<artifactId>aws-resources-sqs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.amazonaws.resources</groupId>
<artifactId>aws-resources-parent-pom</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<artifactId>aws-resources</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.amazonaws.resources</groupId>
<artifactId>aws-resources-parent-pom</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<packaging>pom</packaging>

<name>AWS Resource APIs for Java Parent POM</name>
Expand All @@ -14,7 +14,7 @@
<connection>scm:git:ssh://git@github.com/awslabs/aws-sdk-java-resources.git</connection>
<developerConnection>scm:git:ssh://git@github.com/awslabs/aws-sdk-java-resources.git</developerConnection>
<url>https://github.com/awslabs/aws-sdk-java-resources</url>
<tag>HEAD</tag>
<tag>v0.0.3</tag>
</scm>

<licenses>
Expand Down

0 comments on commit cd18148

Please sign in to comment.