File tree 6 files changed +8
-8
lines changed 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
17
17
<dependency >
18
18
<groupId >software.amazon.lambda</groupId >
19
19
<artifactId >powertools-tracing</artifactId >
20
- <version >YOUR_REQUIRED_VERSION </version >
20
+ <version >0.1.0-beta </version >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >software.amazon.lambda</groupId >
24
24
<artifactId >powertools-logging</artifactId >
25
- <version >YOUR_REQUIRED_VERSION </version >
25
+ <version >0.1.0-beta </version >
26
26
</dependency >
27
27
...
28
28
</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
16
16
<dependency >
17
17
<groupId >software.amazon.lambda</groupId >
18
18
<artifactId >powertools-tracing</artifactId >
19
- <version >YOUR_REQUIRED_VERSION </version >
19
+ <version >0.1.0-beta </version >
20
20
</dependency >
21
21
<dependency >
22
22
<groupId >software.amazon.lambda</groupId >
23
23
<artifactId >powertools-logging</artifactId >
24
- <version >YOUR_REQUIRED_VERSION </version >
24
+ <version >0.1.0-beta </version >
25
25
</dependency >
26
26
...
27
27
</dependencies >
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >software.amazon.lambda</groupId >
8
8
<artifactId >powertools-parent</artifactId >
9
- <version >0.1.0-SNAPSHOT </version >
9
+ <version >0.1.0-beta </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >AWS Lambda Powertools Java library Parent</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 >0.1.0-SNAPSHOT </version >
13
+ <version >0.1.0-beta </version >
14
14
</parent >
15
15
16
16
<name >AWS Lambda Powertools Java library Core</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 >0.1.0-SNAPSHOT </version >
13
+ <version >0.1.0-beta </version >
14
14
</parent >
15
15
16
16
<name >AWS Lambda Powertools 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 >0.1.0-SNAPSHOT </version >
13
+ <version >0.1.0-beta </version >
14
14
</parent >
15
15
16
16
<name >AWS Lambda Powertools Java library Tracing</name >
You can’t perform that action at this time.
0 commit comments