Skip to content

Commit 6635b50

Browse files
jeromevdlJason Harris
authored andcommitted
chore: update version to next snapshot: 1-19.0-SNAPSHOT (#1516)
* update version to next snapshot: 1-19.0-SNAPSHOT * update version to next snapshot: 1-19.0-SNAPSHOT * update version to next snapshot: 1-19.0-SNAPSHOT * building only for LTS
1 parent 7fc6ff2 commit 6635b50

File tree

31 files changed

+35
-35
lines changed

31 files changed

+35
-35
lines changed

.github/workflows/pr_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
max-parallel: 5
5555
matrix:
56-
java: [8, 11, 17, 21, 15, 16, 18, 19, 20]
56+
java: [8, 11, 17, 21]
5757
name: Java ${{ matrix.java }}
5858
env:
5959
JAVA: ${{ matrix.java }}

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</version>
23+
<version>1.19.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</version>
8+
<version>1.19.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</version>
6+
<version>1.19.0-SNAPSHOT</version>
77
<artifactId>powertools-examples-cloudformation</artifactId>
88
<packaging>jar</packaging>
99

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>software.amazon.lambda.examples</groupId>
66
<artifactId>cdk</artifactId>
7-
<version>1.18.0</version>
7+
<version>1.19.0-SNAPSHOT</version>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<cdk.version>2.100.0</cdk.version>

examples/powertools-examples-core/gradle/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
2929
implementation 'com.amazonaws:aws-lambda-java-events:3.11.0'
3030
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2'
31-
aspect 'software.amazon.lambda:powertools-tracing:1.18.0'
32-
aspect 'software.amazon.lambda:powertools-logging:1.18.0'
33-
aspect 'software.amazon.lambda:powertools-metrics:1.18.0'
31+
aspect 'software.amazon.lambda:powertools-tracing:1.19.0-SNAPSHOT'
32+
aspect 'software.amazon.lambda:powertools-logging:1.19.0-SNAPSHOT'
33+
aspect 'software.amazon.lambda:powertools-metrics:1.19.0-SNAPSHOT'
3434
}
3535

examples/powertools-examples-core/kotlin/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dependencies {
1414
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.2.2")
1515
implementation("com.amazonaws:aws-lambda-java-events:3.11.0")
1616
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2")
17-
aspect("software.amazon.lambda:powertools-tracing:1.18.0")
18-
aspect("software.amazon.lambda:powertools-logging:1.18.0")
19-
aspect("software.amazon.lambda:powertools-metrics:1.18.0")
17+
aspect("software.amazon.lambda:powertools-tracing:1.19.0-SNAPSHOT")
18+
aspect("software.amazon.lambda:powertools-logging:1.19.0-SNAPSHOT")
19+
aspect("software.amazon.lambda:powertools-metrics:1.19.0-SNAPSHOT")
2020
testImplementation("junit:junit:4.13.2")
2121
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
2222
}

examples/powertools-examples-core/sam/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</version>
6+
<version>1.19.0-SNAPSHOT</version>
77
<artifactId>powertools-examples-core-sam</artifactId>
88
<packaging>jar</packaging>
99

examples/powertools-examples-core/serverless/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</version>
6+
<version>1.19.0-SNAPSHOT</version>
77
<artifactId>powertools-examples-core-serverless</artifactId>
88
<packaging>jar</packaging>
99

examples/powertools-examples-core/terraform/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</version>
6+
<version>1.19.0-SNAPSHOT</version>
77
<artifactId>powertools-examples-core-terraform</artifactId>
88
<packaging>jar</packaging>
99

0 commit comments

Comments
 (0)