File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ Powertools is available in Maven Central. You can use your favourite dependency
1717 <dependency >
1818 <groupId >software.amazon.lambda</groupId >
1919 <artifactId >powertools-tracing</artifactId >
20- <version >YOUR_REQUIRED_VERSION </version >
20+ <version >0.1.0-beta </version >
2121 </dependency >
2222 <dependency >
2323 <groupId >software.amazon.lambda</groupId >
2424 <artifactId >powertools-logging</artifactId >
25- <version >YOUR_REQUIRED_VERSION </version >
25+ <version >0.1.0-beta </version >
2626 </dependency >
2727 ...
2828</dependencies >
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ Powertools dependencies are available in Maven Central. You can use your favouri
1616 <dependency >
1717 <groupId >software.amazon.lambda</groupId >
1818 <artifactId >powertools-tracing</artifactId >
19- <version >YOUR_REQUIRED_VERSION </version >
19+ <version >0.1.0-beta </version >
2020 </dependency >
2121 <dependency >
2222 <groupId >software.amazon.lambda</groupId >
2323 <artifactId >powertools-logging</artifactId >
24- <version >YOUR_REQUIRED_VERSION </version >
24+ <version >0.1.0-beta </version >
2525 </dependency >
2626 ...
2727</dependencies >
Original file line number Diff line number Diff line change 66
77 <groupId >software.amazon.lambda</groupId >
88 <artifactId >powertools-parent</artifactId >
9- <version >0.1.0-SNAPSHOT </version >
9+ <version >0.1.0-beta </version >
1010 <packaging >pom</packaging >
1111
1212 <name >AWS Lambda Powertools Java library Parent</name >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <artifactId >powertools-parent</artifactId >
1212 <groupId >software.amazon.lambda</groupId >
13- <version >0.1.0-SNAPSHOT </version >
13+ <version >0.1.0-beta </version >
1414 </parent >
1515
1616 <name >AWS Lambda Powertools Java library Core</name >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <artifactId >powertools-parent</artifactId >
1212 <groupId >software.amazon.lambda</groupId >
13- <version >0.1.0-SNAPSHOT </version >
13+ <version >0.1.0-beta </version >
1414 </parent >
1515
1616 <name >AWS Lambda Powertools Java library Logging</name >
Original file line number Diff line number Diff line change 1010 <parent >
1111 <artifactId >powertools-parent</artifactId >
1212 <groupId >software.amazon.lambda</groupId >
13- <version >0.1.0-SNAPSHOT </version >
13+ <version >0.1.0-beta </version >
1414 </parent >
1515
1616 <name >AWS Lambda Powertools Java library Tracing</name >
You can’t perform that action at this time.
0 commit comments