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
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 >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.18 .0-SNAPSHOT</version >
27
+ <version >2.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java)library Cloudformation</name >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.18 .0-SNAPSHOT</version >
27
+ <version >2.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java) library Core</name >
Original file line number Diff line number Diff line change 10
10
<description >Fake handlers that use Powertools for AWS Lambda (Java).</description >
11
11
12
12
<properties >
13
- <lambda .powertools.version>1.18 .0-SNAPSHOT</lambda .powertools.version>
13
+ <lambda .powertools.version>2.0 .0-SNAPSHOT</lambda .powertools.version>
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
<maven .compiler.source>1.8</maven .compiler.source>
16
16
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >powertools-parent</artifactId >
22
22
<groupId >software.amazon.lambda</groupId >
23
- <version >1.18 .0-SNAPSHOT</version >
23
+ <version >2.0 .0-SNAPSHOT</version >
24
24
</parent >
25
25
26
26
<artifactId >powertools-e2e-tests</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >software.amazon.lambda</groupId >
23
23
<artifactId >powertools-parent</artifactId >
24
- <version >1.18 .0-SNAPSHOT</version >
24
+ <version >2.0 .0-SNAPSHOT</version >
25
25
</parent >
26
26
27
27
<artifactId >powertools-idempotency</artifactId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >software.amazon.lambda</groupId >
25
25
<artifactId >powertools-parent</artifactId >
26
- <version >1.18 .0-SNAPSHOT</version >
26
+ <version >2.0 .0-SNAPSHOT</version >
27
27
</parent >
28
28
29
29
<artifactId >powertools-large-messages</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.18 .0-SNAPSHOT</version >
27
+ <version >2.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java) library Logging</name >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.18 .0-SNAPSHOT</version >
27
+ <version >2.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java) library Metrics</name >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >powertools-parent</artifactId >
23
23
<groupId >software.amazon.lambda</groupId >
24
- <version >1.18 .0-SNAPSHOT</version >
24
+ <version >2.0 .0-SNAPSHOT</version >
25
25
</parent >
26
26
27
27
<artifactId >powertools-parameters</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >powertools-parent</artifactId >
23
23
<groupId >software.amazon.lambda</groupId >
24
- <version >1.18 .0-SNAPSHOT</version >
24
+ <version >2.0 .0-SNAPSHOT</version >
25
25
</parent >
26
26
27
27
<artifactId >powertools-serialization</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.18 .0-SNAPSHOT</version >
27
+ <version >2.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java) library Tracing</name >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >powertools-parent</artifactId >
26
26
<groupId >software.amazon.lambda</groupId >
27
- <version >1.18 .0-SNAPSHOT</version >
27
+ <version >2.0 .0-SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<name >Powertools for AWS Lambda (Java) validation library</name >
You can’t perform that action at this time.
0 commit comments