Skip to content

Commit 1ce44c4

Browse files
authored
2021.21.1 release (#419)
1 parent 90b7fb5 commit 1ce44c4

File tree

36 files changed

+62
-62
lines changed

36 files changed

+62
-62
lines changed

athena-aws-cmdb/athena-aws-cmdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2021.18.1
13+
SemanticVersion: 2021.21.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

athena-aws-cmdb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>aws-athena-query-federation</artifactId>
77
<groupId>com.amazonaws</groupId>
8-
<version>1.0</version>
8+
<version>1.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.amazonaws</groupId>
2222
<artifactId>aws-athena-federation-sdk</artifactId>
23-
<version>2021.18.1</version>
23+
<version>${aws-athena-federation-sdk.version}</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.amazonaws</groupId>

athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2021.18.1
13+
SemanticVersion: 2021.21.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

athena-cloudwatch-metrics/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>aws-athena-query-federation</artifactId>
77
<groupId>com.amazonaws</groupId>
8-
<version>1.0</version>
8+
<version>1.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.amazonaws</groupId>
2222
<artifactId>aws-athena-federation-sdk</artifactId>
23-
<version>2021.18.1</version>
23+
<version>${aws-athena-federation-sdk.version}</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.amazonaws</groupId>

athena-cloudwatch/athena-cloudwatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2021.18.1
13+
SemanticVersion: 2021.21.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

athena-cloudwatch/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>aws-athena-query-federation</artifactId>
77
<groupId>com.amazonaws</groupId>
8-
<version>1.0</version>
8+
<version>1.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>com.amazonaws</groupId>
2222
<artifactId>aws-athena-federation-sdk</artifactId>
23-
<version>2021.18.1</version>
23+
<version>${aws-athena-federation-sdk.version}</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.amazonaws</groupId>
2727
<artifactId>athena-federation-integ-test</artifactId>
28-
<version>2021.18.1</version>
28+
<version>${aws-athena-federation-sdk.version}</version>
2929
<scope>test</scope>
3030
</dependency>
3131
<!-- https://mvnrepository.com/artifact/software.amazon.awscdk/logs -->

athena-docdb/athena-docdb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2021.18.1
13+
SemanticVersion: 2021.21.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

athena-docdb/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>aws-athena-query-federation</artifactId>
77
<groupId>com.amazonaws</groupId>
8-
<version>1.0</version>
8+
<version>1.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.amazonaws</groupId>
2222
<artifactId>aws-athena-federation-sdk</artifactId>
23-
<version>2021.18.1</version>
23+
<version>${aws-athena-federation-sdk.version}</version>
2424
<exclusions>
2525
<!-- replaced with jcl-over-slf4j -->
2626
<exclusion>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.amazonaws</groupId>
3434
<artifactId>athena-federation-integ-test</artifactId>
35-
<version>2021.18.1</version>
35+
<version>${aws-athena-federation-sdk.version}</version>
3636
<scope>test</scope>
3737
</dependency>
3838
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-docdb -->

athena-dynamodb/athena-dynamodb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2021.18.1
13+
SemanticVersion: 2021.21.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

athena-dynamodb/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>aws-athena-query-federation</artifactId>
77
<groupId>com.amazonaws</groupId>
8-
<version>1.0</version>
8+
<version>1.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>com.amazonaws</groupId>
2222
<artifactId>aws-athena-federation-sdk</artifactId>
23-
<version>2021.18.1</version>
23+
<version>${aws-athena-federation-sdk.version}</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.amazonaws</groupId>
2727
<artifactId>athena-federation-integ-test</artifactId>
28-
<version>2021.18.1</version>
28+
<version>${aws-athena-federation-sdk.version}</version>
2929
<scope>test</scope>
3030
</dependency>
3131
<dependency>

0 commit comments

Comments
 (0)