tag:github.com,2008:https://github.com/mark-schaal/aws-cdk/releases Release notes from aws-cdk 2020-03-16T08:22:13Z tag:github.com,2008:Repository/248029086/v1.28.0 2020-03-16T08:22:13Z v1.28.0: Merge pull request #6735 from aws/bump/1.28.0 <p>chore(release): 1.28.0</p> mergify[bot] tag:github.com,2008:Repository/248029086/v1.27.0 2020-03-03T11:02:20Z v1.27.0: Merge pull request #6555 from aws/bump/1.27.0 <p>chore(release): 1.27.0</p> mergify[bot] tag:github.com,2008:Repository/248029086/v1.26.0 2020-02-25T16:59:14Z v1.26.0 <p>chore(release): 1.26.0</p> iliapolo tag:github.com,2008:Repository/248029086/v1.25.0 2020-02-19T08:36:20Z v1.25.0: chore(release): 1.25.0 <p>see CHANGELOG</p> mark-schaal tag:github.com,2008:Repository/248029086/v1.24.0 2020-02-13T18:11:28Z Release: v1.24.0 <p>release: v1.24.0</p> rix0rrr tag:github.com,2008:Repository/248029086/v1.23.0 2020-02-07T02:29:16Z Merge pull request #6155 from aws/release-v1.23.0 <p>release: v1.23.0</p> NetaNir tag:github.com,2008:Repository/248029086/v1.22.0 2020-01-23T17:41:34Z release: v1.22.0 <p>See CHANGELOG</p> skinny85 tag:github.com,2008:Repository/248029086/v1.21.1 2020-01-16T18:05:42Z release: v1.21.1 <p>v1.21.1</p> iliapolo tag:github.com,2008:Repository/248029086/v1.21.0 2020-01-16T01:15:35Z Merge pull request #5825 from aws/v1.21.0 <p>v1.21.0</p> <p>See CHANGELOG</p> MrArnoldPalmer tag:github.com,2008:Repository/248029086/v1.20.0 2020-01-07T22:42:33Z v1.20.0: chore(cli): fix Java dist integ tests (#5695) (#5699) <p>The Java integ test which is run against the dist is failing because<br> the local <code>cdk-cx-api</code> Maven artifact cannot be found. Error message:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="[ERROR] Failed to execute goal on project cdk-init-test: Could not resolve dependencies for project com.myorg:cdk-init-test:jar:0.1: Failed to collect dependencies at software.amazon.awscdk:core:jar:1.20.0 -&gt; software.amazon.awscdk:cdk-cx-api:jar:[1.20.0]: No versions available for software.amazon.awscdk:cdk-cx-api:jar:[1.20.0] within specified range -&gt; [Help 1]"><pre class="notranslate"><code>[ERROR] Failed to execute goal on project cdk-init-test: Could not resolve dependencies for project com.myorg:cdk-init-test:jar:0.1: Failed to collect dependencies at software.amazon.awscdk:core:jar:1.20.0 -&gt; software.amazon.awscdk:cdk-cx-api:jar:[1.20.0]: No versions available for software.amazon.awscdk:cdk-cx-api:jar:[1.20.0] within specified range -&gt; [Help 1] </code></pre></div> <p>It is not clear to me why just this artifact cannot be found while for<br> example <code>core</code> can be found correctly, or why this problem only shows up<br> on the <code>release</code> branch, but after some reading of the Maven source and<br> local experimentation I have concluded that the proper filename of the<br> Maven metadata file should be <code>maven-metadata-local.xml</code> (instead of<br> just <code>maven-metadata.xml</code>), so we rename the files before rsync'ing them<br> into the repository now.</p> rix0rrr