Skip to content

Commit a138216

Browse files
atennak1sethtdenney
authored andcommitted
Correcting version from 2020.04.1 to 2020.4.1 to follow semantic vers… (#95)
* Correcting version from 2020.04.1 to 2020.4.1 to follow semantic version rules * reverting author in athena-aws-cmdb.yaml
1 parent 42e5aef commit a138216

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
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: 2020.04.1
13+
SemanticVersion: 2020.4.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

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: 2020.04.1
13+
SemanticVersion: 2020.4.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

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: 2020.04.1
13+
SemanticVersion: 2020.4.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

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: 2020.04.1
13+
SemanticVersion: 2020.4.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

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: 2020.04.1
13+
SemanticVersion: 2020.4.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

athena-example/athena-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
ReadmeUrl: README.md
1111
Labels: ['athena-federation']
1212
HomePageUrl: https://github.com/awslabs/aws-athena-query-federation
13-
SemanticVersion: 2020.04.1
13+
SemanticVersion: 2020.4.1
1414
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation
1515

1616
# Parameters are CloudFormation features to pass input

athena-federation-sdk/athena-federation-sdk.yaml

Lines changed: 2 additions & 2 deletions
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: 2020.04.1
13+
SemanticVersion: 2020.4.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -46,7 +46,7 @@ Resources:
4646
spill_prefix: !Ref SpillPrefix
4747
FunctionName: !Ref AthenaCatalogName
4848
Handler: "com.amazonaws.athena.connector.lambda.examples.ExampleCompositeHandler"
49-
CodeUri: "./target/aws-athena-federation-sdk-2020.04.1-withdep.jar"
49+
CodeUri: "./target/aws-athena-federation-sdk-2020.4.1-withdep.jar"
5050
Description: "This connector enables Amazon Athena to communicate with a randomly generated data source."
5151
Runtime: java8
5252
Timeout: !Ref LambdaTimeout

athena-federation-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>com.amazonaws</groupId>
99
<artifactId>aws-athena-federation-sdk</artifactId>
10-
<version>2020.04.1</version>
10+
<version>2020.4.1</version>
1111
<packaging>jar</packaging>
1212
<name>Amazon Athena Query Federation SDK</name>
1313

athena-hbase/athena-hbase.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: 2020.04.1
13+
SemanticVersion: 2020.4.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:

athena-jdbc/athena-jdbc.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: 2020.04.1
13+
SemanticVersion: 2020.4.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:

0 commit comments

Comments
 (0)