File tree Expand file tree Collapse file tree 22 files changed +23
-23
lines changed
powertools-examples-batch
powertools-examples-cloudformation
powertools-examples-core/cdk/app
powertools-examples-idempotency
powertools-examples-parameters
powertools-examples-serialization
powertools-examples-validation
powertools-cloudformation
powertools-large-messages Expand file tree Collapse file tree 22 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 20
20
21
21
<groupId >software.amazon.lambda</groupId >
22
22
<artifactId >powertools-examples</artifactId >
23
- <version >1.18 .0-SNAPSHOT</version >
23
+ <version >2.0 .0-SNAPSHOT</version >
24
24
<packaging >pom</packaging >
25
25
26
26
<name >Powertools for AWS Lambda (Java) library Examples</name >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<groupId >software.amazon.lambda.examples</groupId >
8
- <version >1.18 .0-SNAPSHOT</version >
8
+ <version >2.0 .0-SNAPSHOT</version >
9
9
<artifactId >powertools-examples-batch</artifactId >
10
10
<packaging >jar</packaging >
11
11
<name >Powertools for AWS Lambda (Java) library Examples - Batch</name >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<groupId >software.amazon.lambda.examples</groupId >
6
- <version >1.18 .0-SNAPSHOT</version >
6
+ <version >2.0 .0-SNAPSHOT</version >
7
7
<artifactId >powertools-examples-cloudformation</artifactId >
8
8
<packaging >jar</packaging >
9
9
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<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 >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >Powertools for AWS Lambda (Java) library Examples - Core</name >
Original file line number Diff line number Diff line change 17
17
<modelVersion >4.0.0</modelVersion >
18
18
19
19
<groupId >software.amazon.lambda.examples</groupId >
20
- <version >1.18 .0-SNAPSHOT</version >
20
+ <version >2.0 .0-SNAPSHOT</version >
21
21
<artifactId >powertools-examples-idempotency</artifactId >
22
22
<packaging >jar</packaging >
23
23
<name >Powertools for AWS Lambda (Java) library Examples - Idempotency</name >
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >software.amazon.lambda.examples</groupId >
5
- <version >1.18 .0-SNAPSHOT</version >
5
+ <version >2.0 .0-SNAPSHOT</version >
6
6
<artifactId >powertools-examples-parameters</artifactId >
7
7
<packaging >jar</packaging >
8
8
<name >Powertools for AWS Lambda (Java) library Examples - Parameters</name >
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >software.amazon.lambda.examples</groupId >
5
- <version >1.18 .0-SNAPSHOT</version >
5
+ <version >2.0 .0-SNAPSHOT</version >
6
6
<artifactId >powertools-examples-serialization</artifactId >
7
7
<packaging >jar</packaging >
8
8
<name >Powertools for AWS Lambda (Java) library Examples - Serialization</name >
Original file line number Diff line number Diff line change 16
16
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
17
17
<modelVersion >4.0.0</modelVersion >
18
18
<groupId >software.amazon.lambda.examples</groupId >
19
- <version >1.18 .0-SNAPSHOT</version >
19
+ <version >2.0 .0-SNAPSHOT</version >
20
20
<artifactId >powertools-examples-validation</artifactId >
21
21
<packaging >jar</packaging >
22
22
<name >Powertools for AWS Lambda (Java) library Examples - Validation</name >
Original file line number Diff line number Diff line change 20
20
21
21
<groupId >software.amazon.lambda</groupId >
22
22
<artifactId >powertools-parent</artifactId >
23
- <version >1.18 .0-SNAPSHOT</version >
23
+ <version >2.0 .0-SNAPSHOT</version >
24
24
<packaging >pom</packaging >
25
25
26
26
<name >Powertools for AWS Lambda (Java) library Parent</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >software.amazon.lambda</groupId >
8
8
<artifactId >powertools-parent</artifactId >
9
- <version >1.18 .0-SNAPSHOT</version >
9
+ <version >2.0 .0-SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<description >A suite of utilities that makes batch message processing using AWS Lambda easier.</description >
You can’t perform that action at this time.
0 commit comments