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

Commit cd18148

Browse files
committed
[maven-release-plugin] prepare release v0.0.3
1 parent 5687e20 commit cd18148

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

aws-resources-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.amazonaws.resources</groupId>
66
<artifactId>aws-resources-parent-pom</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
</parent>
99

1010
<artifactId>aws-resources-core</artifactId>

aws-resources-ec2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.amazonaws.resources</groupId>
66
<artifactId>aws-resources-parent-pom</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
</parent>
99

1010
<artifactId>aws-resources-ec2</artifactId>

aws-resources-glacier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.amazonaws.resources</groupId>
66
<artifactId>aws-resources-parent-pom</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
</parent>
99

1010
<artifactId>aws-resources-glacier</artifactId>

aws-resources-iam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.amazonaws.resources</groupId>
66
<artifactId>aws-resources-parent-pom</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
</parent>
99

1010
<artifactId>aws-resources-iam</artifactId>

aws-resources-sns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.amazonaws.resources</groupId>
66
<artifactId>aws-resources-parent-pom</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
</parent>
99

1010
<artifactId>aws-resources-sns</artifactId>

aws-resources-sqs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.amazonaws.resources</groupId>
66
<artifactId>aws-resources-parent-pom</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
</parent>
99

1010
<artifactId>aws-resources-sqs</artifactId>

aws-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.amazonaws.resources</groupId>
66
<artifactId>aws-resources-parent-pom</artifactId>
7-
<version>0.0.3-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
</parent>
99

1010
<artifactId>aws-resources</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.amazonaws.resources</groupId>
55
<artifactId>aws-resources-parent-pom</artifactId>
6-
<version>0.0.3-SNAPSHOT</version>
6+
<version>0.0.3</version>
77
<packaging>pom</packaging>
88

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

2020
<licenses>

0 commit comments

Comments
 (0)