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

Commit f9f9ab5

Browse files
committed
[maven-release-plugin] rollback the release of v0.0.1
1 parent 041d668 commit f9f9ab5

File tree

6 files changed

+312
-313
lines changed

6 files changed

+312
-313
lines changed

aws-resources-core/pom.xml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
4-
<parent>
5-
<groupId>com.amazonaws.resources</groupId>
6-
<artifactId>aws-resources-parent-pom</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
8-
</parent>
9-
10-
<artifactId>aws-resources-core</artifactId>
11-
12-
<name>AWS Resource API Core Runtime</name>
13-
<description>Core runtime for the AWS Resource APIs.</description>
14-
15-
<dependencies>
16-
17-
<dependency>
18-
<groupId>com.amazonaws</groupId>
19-
<artifactId>aws-java-sdk</artifactId>
20-
</dependency>
21-
22-
<dependency>
23-
<groupId>junit</groupId>
24-
<artifactId>junit</artifactId>
25-
<scope>test</scope>
26-
</dependency>
27-
28-
</dependencies>
29-
30-
</project>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
4+
<parent>
5+
<groupId>com.amazonaws.resources</groupId>
6+
<artifactId>aws-resources-parent-pom</artifactId>
7+
<version>0.0.1-SNAPSHOT</version>
8+
</parent>
9+
10+
<artifactId>aws-resources-core</artifactId>
11+
12+
<name>AWS Resource API Core Runtime</name>
13+
<description>Core runtime for the AWS Resource APIs.</description>
14+
15+
<dependencies>
16+
17+
<dependency>
18+
<groupId>com.amazonaws</groupId>
19+
<artifactId>aws-java-sdk</artifactId>
20+
</dependency>
21+
22+
<dependency>
23+
<groupId>junit</groupId>
24+
<artifactId>junit</artifactId>
25+
<scope>test</scope>
26+
</dependency>
27+
28+
</dependencies>
29+
30+
</project>

aws-resources-ec2/pom.xml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
4-
<parent>
5-
<groupId>com.amazonaws.resources</groupId>
6-
<artifactId>aws-resources-parent-pom</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
8-
</parent>
9-
10-
<artifactId>aws-resources-ec2</artifactId>
11-
12-
<name>AWS Resource API for EC2</name>
13-
<description>AWS Resource API for Amazon EC2.</description>
14-
15-
<dependencies>
16-
17-
<dependency>
18-
<groupId>com.amazonaws.resources</groupId>
19-
<artifactId>aws-resources-core</artifactId>
20-
<version>${project.version}</version>
21-
</dependency>
22-
23-
<dependency>
24-
<groupId>junit</groupId>
25-
<artifactId>junit</artifactId>
26-
<scope>test</scope>
27-
</dependency>
28-
29-
</dependencies>
30-
</project>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
4+
<parent>
5+
<groupId>com.amazonaws.resources</groupId>
6+
<artifactId>aws-resources-parent-pom</artifactId>
7+
<version>0.0.1-SNAPSHOT</version>
8+
</parent>
9+
10+
<artifactId>aws-resources-ec2</artifactId>
11+
12+
<name>AWS Resource API for EC2</name>
13+
<description>AWS Resource API for Amazon EC2.</description>
14+
15+
<dependencies>
16+
17+
<dependency>
18+
<groupId>com.amazonaws.resources</groupId>
19+
<artifactId>aws-resources-core</artifactId>
20+
<version>${project.version}</version>
21+
</dependency>
22+
23+
<dependency>
24+
<groupId>junit</groupId>
25+
<artifactId>junit</artifactId>
26+
<scope>test</scope>
27+
</dependency>
28+
29+
</dependencies>
30+
</project>

aws-resources-glacier/pom.xml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
4-
<parent>
5-
<groupId>com.amazonaws.resources</groupId>
6-
<artifactId>aws-resources-parent-pom</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
8-
</parent>
9-
10-
<artifactId>aws-resources-glacier</artifactId>
11-
12-
<name>AWS Resource API for Glacier</name>
13-
<description>AWS Resource API for Amazon Glacier.</description>
14-
15-
<dependencies>
16-
17-
<dependency>
18-
<groupId>com.amazonaws.resources</groupId>
19-
<artifactId>aws-resources-core</artifactId>
20-
<version>${project.version}</version>
21-
</dependency>
22-
23-
<dependency>
24-
<groupId>junit</groupId>
25-
<artifactId>junit</artifactId>
26-
<scope>test</scope>
27-
</dependency>
28-
29-
</dependencies>
30-
</project>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
4+
<parent>
5+
<groupId>com.amazonaws.resources</groupId>
6+
<artifactId>aws-resources-parent-pom</artifactId>
7+
<version>0.0.1-SNAPSHOT</version>
8+
</parent>
9+
10+
<artifactId>aws-resources-glacier</artifactId>
11+
12+
<name>AWS Resource API for Glacier</name>
13+
<description>AWS Resource API for Amazon Glacier.</description>
14+
15+
<dependencies>
16+
17+
<dependency>
18+
<groupId>com.amazonaws.resources</groupId>
19+
<artifactId>aws-resources-core</artifactId>
20+
<version>${project.version}</version>
21+
</dependency>
22+
23+
<dependency>
24+
<groupId>junit</groupId>
25+
<artifactId>junit</artifactId>
26+
<scope>test</scope>
27+
</dependency>
28+
29+
</dependencies>
30+
</project>

aws-resources-iam/pom.xml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
4-
<parent>
5-
<groupId>com.amazonaws.resources</groupId>
6-
<artifactId>aws-resources-parent-pom</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
8-
</parent>
9-
10-
<artifactId>aws-resources-iam</artifactId>
11-
12-
<name>AWS Resource API for IAM</name>
13-
<description>AWS Resource API for AWS Identity and Access Management.</description>
14-
15-
<dependencies>
16-
17-
<dependency>
18-
<groupId>com.amazonaws.resources</groupId>
19-
<artifactId>aws-resources-core</artifactId>
20-
<version>${project.version}</version>
21-
</dependency>
22-
23-
<dependency>
24-
<groupId>junit</groupId>
25-
<artifactId>junit</artifactId>
26-
<scope>test</scope>
27-
</dependency>
28-
29-
</dependencies>
30-
31-
</project>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
4+
<parent>
5+
<groupId>com.amazonaws.resources</groupId>
6+
<artifactId>aws-resources-parent-pom</artifactId>
7+
<version>0.0.1-SNAPSHOT</version>
8+
</parent>
9+
10+
<artifactId>aws-resources-iam</artifactId>
11+
12+
<name>AWS Resource API for IAM</name>
13+
<description>AWS Resource API for AWS Identity and Access Management.</description>
14+
15+
<dependencies>
16+
17+
<dependency>
18+
<groupId>com.amazonaws.resources</groupId>
19+
<artifactId>aws-resources-core</artifactId>
20+
<version>${project.version}</version>
21+
</dependency>
22+
23+
<dependency>
24+
<groupId>junit</groupId>
25+
<artifactId>junit</artifactId>
26+
<scope>test</scope>
27+
</dependency>
28+
29+
</dependencies>
30+
31+
</project>

aws-resources/pom.xml

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
4-
<parent>
5-
<groupId>com.amazonaws.resources</groupId>
6-
<artifactId>aws-resources-parent-pom</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
8-
</parent>
9-
10-
<artifactId>aws-resources</artifactId>
11-
<packaging>pom</packaging>
12-
13-
<name>AWS Resource APIs for Java</name>
14-
<description>An object-oriented resource object abstraction on top of the AWS SDK for Java.</description>
15-
16-
<dependencies>
17-
18-
<dependency>
19-
<groupId>com.amazonaws.resources</groupId>
20-
<artifactId>aws-resources-ec2</artifactId>
21-
<version>${project.version}</version>
22-
</dependency>
23-
24-
<dependency>
25-
<groupId>com.amazonaws.resources</groupId>
26-
<artifactId>aws-resources-iam</artifactId>
27-
<version>${project.version}</version>
28-
</dependency>
29-
30-
<dependency>
31-
<groupId>com.amazonaws.resources</groupId>
32-
<artifactId>aws-resources-glacier</artifactId>
33-
<version>${project.version}</version>
34-
</dependency>
35-
36-
</dependencies>
37-
38-
</project>
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
4+
<parent>
5+
<groupId>com.amazonaws.resources</groupId>
6+
<artifactId>aws-resources-parent-pom</artifactId>
7+
<version>0.0.1-SNAPSHOT</version>
8+
</parent>
9+
10+
<artifactId>aws-resources</artifactId>
11+
<packaging>pom</packaging>
12+
13+
<name>AWS Resource APIs for Java</name>
14+
<description>An object-oriented resource object abstraction on top of the AWS SDK for Java.</description>
15+
16+
<dependencies>
17+
18+
<dependency>
19+
<groupId>com.amazonaws.resources</groupId>
20+
<artifactId>aws-resources-ec2</artifactId>
21+
<version>${project.version}</version>
22+
</dependency>
23+
24+
<dependency>
25+
<groupId>com.amazonaws.resources</groupId>
26+
<artifactId>aws-resources-iam</artifactId>
27+
<version>${project.version}</version>
28+
</dependency>
29+
30+
<dependency>
31+
<groupId>com.amazonaws.resources</groupId>
32+
<artifactId>aws-resources-glacier</artifactId>
33+
<version>${project.version}</version>
34+
</dependency>
35+
36+
</dependencies>
37+
38+
</project>

0 commit comments

Comments
 (0)