Skip to content

Commit cfae086

Browse files
fal-bharadwajAbdulRehman Faraj
authored andcommitted
Adding project name to connectors to fix maven failures (#2847)
1 parent b04fe2d commit cfae086

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

athena-aws-cmdb/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3+
<name>Amazon Athena AWS CMDB Connector</name>
34
<parent>
45
<artifactId>aws-athena-query-federation</artifactId>
56
<groupId>com.amazonaws</groupId>

athena-cloudwatch-metrics/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3+
<name>Amazon Athena CloudWatch Metrics Connector</name>
34
<parent>
45
<artifactId>aws-athena-query-federation</artifactId>
56
<groupId>com.amazonaws</groupId>

athena-cloudwatch/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3+
<name>Amazon Athena CloudWatch Connector</name>
34
<parent>
45
<artifactId>aws-athena-query-federation</artifactId>
56
<groupId>com.amazonaws</groupId>

athena-dynamodb/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3+
<name>Amazon Athena DynamoDB Connector</name>
34
<parent>
45
<artifactId>aws-athena-query-federation</artifactId>
56
<groupId>com.amazonaws</groupId>

athena-jdbc/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3+
<name>Amazon Athena JDBC Connector</name>
34
<parent>
45
<artifactId>aws-athena-query-federation</artifactId>
56
<groupId>com.amazonaws</groupId>

athena-mysql/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<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">
3+
<name>Amazon Athena MySQL Connector</name>
34
<parent>
45
<artifactId>aws-athena-query-federation</artifactId>
56
<groupId>com.amazonaws</groupId>

0 commit comments

Comments
 (0)