File tree 21 files changed +21
-21
lines changed
powertools-examples-cloudformation
powertools-examples-idempotency
powertools-examples-parameters
powertools-examples-serialization
powertools-examples-validation
powertools-cloudformation
21 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.amazon.lambda</groupId >
8
8
<artifactId >powertools-examples</artifactId >
9
- <version >1.16.1 </version >
9
+ <version >1.17.0-SNAPSHOT </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >Powertools for AWS Lambda (Java) library Examples</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.16.1 </version >
6
+ <version >1.17.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 >
6
+ <version >1.17.0-SNAPSHOT </version >
7
7
<artifactId >powertools-examples-core</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 >
6
+ <version >1.17.0-SNAPSHOT </version >
7
7
<artifactId >powertools-examples-idempotency</artifactId >
8
8
<packaging >jar</packaging >
9
9
<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.16.1 </version >
5
+ <version >1.17.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.16.1 </version >
5
+ <version >1.17.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 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.16.1 </version >
5
+ <version >1.17.0-SNAPSHOT </version >
6
6
<artifactId >powertools-examples-sqs</artifactId >
7
7
<packaging >jar</packaging >
8
8
<name >Powertools for AWS Lambda (Java) library Examples - SQS</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.16.1 </version >
5
+ <version >1.17.0-SNAPSHOT </version >
6
6
<artifactId >powertools-examples-validation</artifactId >
7
7
<packaging >jar</packaging >
8
8
<name >Powertools for AWS Lambda (Java) library Examples - Validation</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.16.1 </version >
13
+ <version >1.17.0-SNAPSHOT </version >
14
14
</parent >
15
15
16
16
<name >Powertools for AWS Lambda (Java)library Cloudformation</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.16.1 </version >
13
+ <version >1.17.0-SNAPSHOT </version >
14
14
</parent >
15
15
16
16
<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.16.1 </lambda .powertools.version>
13
+ <lambda .powertools.version>1.17.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 6
6
<parent >
7
7
<artifactId >powertools-parent</artifactId >
8
8
<groupId >software.amazon.lambda</groupId >
9
- <version >1.16.1 </version >
9
+ <version >1.17.0-SNAPSHOT </version >
10
10
</parent >
11
11
12
12
<artifactId >powertools-e2e-tests</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >software.amazon.lambda</groupId >
9
9
<artifactId >powertools-parent</artifactId >
10
- <version >1.16.1 </version >
10
+ <version >1.17.0-SNAPSHOT </version >
11
11
</parent >
12
12
13
13
<artifactId >powertools-idempotency</artifactId >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.16.1 </version >
13
+ <version >1.17.0-SNAPSHOT </version >
14
14
</parent >
15
15
16
16
<name >Powertools for AWS Lambda (Java) library Logging</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.16.1 </version >
13
+ <version >1.17.0-SNAPSHOT </version >
14
14
</parent >
15
15
16
16
<name >Powertools for AWS Lambda (Java) library Metrics</name >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >powertools-parent</artifactId >
9
9
<groupId >software.amazon.lambda</groupId >
10
- <version >1.16.1 </version >
10
+ <version >1.17.0-SNAPSHOT </version >
11
11
</parent >
12
12
13
13
<artifactId >powertools-parameters</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >powertools-parent</artifactId >
9
9
<groupId >software.amazon.lambda</groupId >
10
- <version >1.16.1 </version >
10
+ <version >1.17.0-SNAPSHOT </version >
11
11
</parent >
12
12
13
13
<artifactId >powertools-serialization</artifactId >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.16.1 </version >
13
+ <version >1.17.0-SNAPSHOT </version >
14
14
</parent >
15
15
16
16
<name >Powertools for AWS Lambda (Java) library SQS</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.16.1 </version >
13
+ <version >1.17.0-SNAPSHOT </version >
14
14
</parent >
15
15
16
16
<name >Powertools for AWS Lambda (Java) library Test Suite</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.16.1 </version >
13
+ <version >1.17.0-SNAPSHOT </version >
14
14
</parent >
15
15
16
16
<name >Powertools for AWS Lambda (Java) library Tracing</name >
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<artifactId >powertools-parent</artifactId >
12
12
<groupId >software.amazon.lambda</groupId >
13
- <version >1.16.1 </version >
13
+ <version >1.17.0-SNAPSHOT </version >
14
14
</parent >
15
15
16
16
<name >Powertools for AWS Lambda (Java) validation library</name >
You can’t perform that action at this time.
0 commit comments