Skip to content

Commit

Permalink
v2: fix version (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgerring authored and jeromevdl committed Oct 12, 2023
1 parent 35f20a8 commit 3b171f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/powertools-examples-core/cdk/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>

<groupId>software.amazon.lambda.examples</groupId>
<version>1.16.1</version>
<artifactId>powertools-examples-core-cdk</artifactId>
<version>2.0.0-SNAPSHOT</version>
<artifactId>powertools-examples-core</artifactId>
<packaging>jar</packaging>

<name>Powertools for AWS Lambda (Java) library Examples - Core</name>
Expand Down

0 comments on commit 3b171f3

Please sign in to comment.