Skip to content

Commit

Permalink
[CI Pipeline] Released Minor version: 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Workflow committed Aug 12, 2024
1 parent 33af17a commit ff64a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion attestation-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.uid2</groupId>
<artifactId>attestation-aws</artifactId>
<version>2.0.0-f7c174410e</version>
<version>2.1.0</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>AWS Enclave attestation</description>
Expand Down
2 changes: 1 addition & 1 deletion attestation-aws/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "2.0", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } }
{ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "version": "2.1", "publicReleaseRefSpec": [ "^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$" ], "cloudBuild": { "setVersionVariables": true, "buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } } } }

0 comments on commit ff64a08

Please sign in to comment.