Skip to content

Commit 0ef5bb9

Browse files
scottgerringjeromevdl
authored andcommitted
v2: fix version (#1348)
1 parent 220b104 commit 0ef5bb9

File tree

22 files changed

+23
-23
lines changed

22 files changed

+23
-23
lines changed

examples/pom.xml

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

2121
<groupId>software.amazon.lambda</groupId>
2222
<artifactId>powertools-examples</artifactId>
23-
<version>1.18.0-SNAPSHOT</version>
23+
<version>2.0.0-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Powertools for AWS Lambda (Java) library Examples</name>

examples/powertools-examples-batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>software.amazon.lambda.examples</groupId>
8-
<version>1.18.0-SNAPSHOT</version>
8+
<version>2.0.0-SNAPSHOT</version>
99
<artifactId>powertools-examples-batch</artifactId>
1010
<packaging>jar</packaging>
1111
<name>Powertools for AWS Lambda (Java) library Examples - Batch</name>

examples/powertools-examples-cloudformation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>software.amazon.lambda.examples</groupId>
6-
<version>1.18.0-SNAPSHOT</version>
6+
<version>2.0.0-SNAPSHOT</version>
77
<artifactId>powertools-examples-cloudformation</artifactId>
88
<packaging>jar</packaging>
99

examples/powertools-examples-core/cdk/app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>software.amazon.lambda.examples</groupId>
6-
<version>1.16.1</version>
7-
<artifactId>powertools-examples-core-cdk</artifactId>
6+
<version>2.0.0-SNAPSHOT</version>
7+
<artifactId>powertools-examples-core</artifactId>
88
<packaging>jar</packaging>
99

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

examples/powertools-examples-idempotency/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<modelVersion>4.0.0</modelVersion>
1818

1919
<groupId>software.amazon.lambda.examples</groupId>
20-
<version>1.18.0-SNAPSHOT</version>
20+
<version>2.0.0-SNAPSHOT</version>
2121
<artifactId>powertools-examples-idempotency</artifactId>
2222
<packaging>jar</packaging>
2323
<name>Powertools for AWS Lambda (Java) library Examples - Idempotency</name>

examples/powertools-examples-parameters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>software.amazon.lambda.examples</groupId>
5-
<version>1.18.0-SNAPSHOT</version>
5+
<version>2.0.0-SNAPSHOT</version>
66
<artifactId>powertools-examples-parameters</artifactId>
77
<packaging>jar</packaging>
88
<name>Powertools for AWS Lambda (Java) library Examples - Parameters</name>

examples/powertools-examples-serialization/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>software.amazon.lambda.examples</groupId>
5-
<version>1.18.0-SNAPSHOT</version>
5+
<version>2.0.0-SNAPSHOT</version>
66
<artifactId>powertools-examples-serialization</artifactId>
77
<packaging>jar</packaging>
88
<name>Powertools for AWS Lambda (Java) library Examples - Serialization</name>

examples/powertools-examples-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1717
<modelVersion>4.0.0</modelVersion>
1818
<groupId>software.amazon.lambda.examples</groupId>
19-
<version>1.18.0-SNAPSHOT</version>
19+
<version>2.0.0-SNAPSHOT</version>
2020
<artifactId>powertools-examples-validation</artifactId>
2121
<packaging>jar</packaging>
2222
<name>Powertools for AWS Lambda (Java) library Examples - Validation</name>

pom.xml

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

2121
<groupId>software.amazon.lambda</groupId>
2222
<artifactId>powertools-parent</artifactId>
23-
<version>1.18.0-SNAPSHOT</version>
23+
<version>2.0.0-SNAPSHOT</version>
2424
<packaging>pom</packaging>
2525

2626
<name>Powertools for AWS Lambda (Java) library Parent</name>

powertools-batch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>software.amazon.lambda</groupId>
88
<artifactId>powertools-parent</artifactId>
9-
<version>1.18.0-SNAPSHOT</version>
9+
<version>2.0.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<description>A suite of utilities that makes batch message processing using AWS Lambda easier.</description>

0 commit comments

Comments
 (0)