Skip to content

Commit c185cb0

Browse files
authored
chore: update poms to SNAPSHOT version for dev (#1299)
1 parent b191d72 commit c185cb0

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.amazon.lambda</groupId>
88
<artifactId>powertools-examples</artifactId>
9-
<version>1.16.1</version>
9+
<version>1.17.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

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

examples/powertools-examples-cloudformation/pom.xml

+1-1
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.16.1</version>
6+
<version>1.17.0-SNAPSHOT</version>
77
<artifactId>powertools-examples-cloudformation</artifactId>
88
<packaging>jar</packaging>
99

examples/powertools-examples-core/pom.xml

+1-1
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.16.1</version>
6+
<version>1.17.0-SNAPSHOT</version>
77
<artifactId>powertools-examples-core</artifactId>
88
<packaging>jar</packaging>
99

examples/powertools-examples-idempotency/pom.xml

+1-1
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.16.1</version>
6+
<version>1.17.0-SNAPSHOT</version>
77
<artifactId>powertools-examples-idempotency</artifactId>
88
<packaging>jar</packaging>
99
<name>Powertools for AWS Lambda (Java) library Examples - Idempotency</name>

examples/powertools-examples-parameters/pom.xml

+1-1
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.16.1</version>
5+
<version>1.17.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

+1-1
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.16.1</version>
5+
<version>1.17.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-sqs/pom.xml

+1-1
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.16.1</version>
5+
<version>1.17.0-SNAPSHOT</version>
66
<artifactId>powertools-examples-sqs</artifactId>
77
<packaging>jar</packaging>
88
<name>Powertools for AWS Lambda (Java) library Examples - SQS</name>

examples/powertools-examples-validation/pom.xml

+1-1
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.16.1</version>
5+
<version>1.17.0-SNAPSHOT</version>
66
<artifactId>powertools-examples-validation</artifactId>
77
<packaging>jar</packaging>
88
<name>Powertools for AWS Lambda (Java) library Examples - Validation</name>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.amazon.lambda</groupId>
88
<artifactId>powertools-parent</artifactId>
9-
<version>1.16.1</version>
9+
<version>1.17.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

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

powertools-cloudformation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>powertools-parent</artifactId>
1212
<groupId>software.amazon.lambda</groupId>
13-
<version>1.16.1</version>
13+
<version>1.17.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Powertools for AWS Lambda (Java)library Cloudformation</name>

powertools-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>powertools-parent</artifactId>
1212
<groupId>software.amazon.lambda</groupId>
13-
<version>1.16.1</version>
13+
<version>1.17.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Powertools for AWS Lambda (Java) library Core</name>

powertools-e2e-tests/handlers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<description>Fake handlers that use Powertools for AWS Lambda (Java).</description>
1111

1212
<properties>
13-
<lambda.powertools.version>1.16.1</lambda.powertools.version>
13+
<lambda.powertools.version>1.17.0-SNAPSHOT</lambda.powertools.version>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
<maven.compiler.source>1.8</maven.compiler.source>
1616
<maven.compiler.target>1.8</maven.compiler.target>

powertools-e2e-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>powertools-parent</artifactId>
88
<groupId>software.amazon.lambda</groupId>
9-
<version>1.16.1</version>
9+
<version>1.17.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>powertools-e2e-tests</artifactId>

powertools-idempotency/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.amazon.lambda</groupId>
99
<artifactId>powertools-parent</artifactId>
10-
<version>1.16.1</version>
10+
<version>1.17.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>powertools-idempotency</artifactId>

powertools-logging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>powertools-parent</artifactId>
1212
<groupId>software.amazon.lambda</groupId>
13-
<version>1.16.1</version>
13+
<version>1.17.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Powertools for AWS Lambda (Java) library Logging</name>

powertools-metrics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>powertools-parent</artifactId>
1212
<groupId>software.amazon.lambda</groupId>
13-
<version>1.16.1</version>
13+
<version>1.17.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Powertools for AWS Lambda (Java) library Metrics</name>

powertools-parameters/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>powertools-parent</artifactId>
99
<groupId>software.amazon.lambda</groupId>
10-
<version>1.16.1</version>
10+
<version>1.17.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>powertools-parameters</artifactId>

powertools-serialization/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>powertools-parent</artifactId>
99
<groupId>software.amazon.lambda</groupId>
10-
<version>1.16.1</version>
10+
<version>1.17.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>powertools-serialization</artifactId>

powertools-sqs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>powertools-parent</artifactId>
1212
<groupId>software.amazon.lambda</groupId>
13-
<version>1.16.1</version>
13+
<version>1.17.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Powertools for AWS Lambda (Java) library SQS</name>

powertools-test-suite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>powertools-parent</artifactId>
1212
<groupId>software.amazon.lambda</groupId>
13-
<version>1.16.1</version>
13+
<version>1.17.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Powertools for AWS Lambda (Java) library Test Suite</name>

powertools-tracing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>powertools-parent</artifactId>
1212
<groupId>software.amazon.lambda</groupId>
13-
<version>1.16.1</version>
13+
<version>1.17.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Powertools for AWS Lambda (Java) library Tracing</name>

powertools-validation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>powertools-parent</artifactId>
1212
<groupId>software.amazon.lambda</groupId>
13-
<version>1.16.1</version>
13+
<version>1.17.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<name>Powertools for AWS Lambda (Java) validation library</name>

0 commit comments

Comments
 (0)