Skip to content

Commit 482f86c

Browse files
authored
Documentation: Changed project name for consistency (#781)
1 parent 2529aaa commit 482f86c

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AWS Lambda Powertools (Java)
1+
# AWS Lambda Powertools for Java
22

33
![aws provider](https://img.shields.io/badge/provider-AWS-orange?logo=amazon-aws&color=ff9900) ![Build status](https://github.com/awslabs/aws-lambda-powertools-java/actions/workflows/build.yml/badge.svg) ![Maven Central](https://img.shields.io/maven-central/v/software.amazon.lambda/powertools-parent)
44

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Homepage
3-
description: AWS Lambda Powertools Java
3+
description: AWS Lambda Powertools for Java
44
---
55

66
![aws provider](https://img.shields.io/badge/provider-AWS-orange?logo=amazon-aws&color=ff9900) ![Build status](https://github.com/awslabs/aws-lambda-powertools-java/actions/workflows/build.yml/badge.svg) ![Maven Central](https://img.shields.io/maven-central/v/software.amazon.lambda/powertools-parent)

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: Lambda Powertools Java
1+
site_name: AWS Lambda Powertools for Java
22
site_description: AWS Lambda Powertools for Java
33
site_author: Amazon Web Services
44
nav:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>1.12.0</version>
1010
<packaging>pom</packaging>
1111

12-
<name>AWS Lambda Powertools Java library Parent</name>
12+
<name>AWS Lambda Powertools for Java library Parent</name>
1313
<description>
1414
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
1515
</description>

powertools-cloudformation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<version>1.12.0</version>
1414
</parent>
1515

16-
<name>AWS Lambda Powertools Java library Cloudformation</name>
16+
<name>AWS Lambda Powertools for Java library Cloudformation</name>
1717
<description>
1818
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating
1919
custom metrics asynchronously easier.

powertools-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<version>1.12.0</version>
1414
</parent>
1515

16-
<name>AWS Lambda Powertools Java library Core</name>
16+
<name>AWS Lambda Powertools for Java library Core</name>
1717
<description>
1818
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
1919
</description>

powertools-idempotency/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>powertools-idempotency</artifactId>
1414
<packaging>jar</packaging>
1515

16-
<name>AWS Lambda Powertools Java library Idempotency</name>
16+
<name>AWS Lambda Powertools for Java library Idempotency</name>
1717
<description>
1818

1919
</description>

powertools-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<version>1.12.0</version>
1414
</parent>
1515

16-
<name>AWS Lambda Powertools Java library Logging</name>
16+
<name>AWS Lambda Powertools for Java library Logging</name>
1717
<description>
1818
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
1919
</description>

powertools-metrics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<version>1.12.0</version>
1414
</parent>
1515

16-
<name>AWS Lambda Powertools Java library Metrics</name>
16+
<name>AWS Lambda Powertools for Java library Metrics</name>
1717
<description>
1818
A suite of utilities for AWS Lambda Functions that make creating custom metrics via AWS Embedded Metric Format
1919
asynchronously easier.

powertools-parameters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<artifactId>powertools-parameters</artifactId>
1414

15-
<name>AWS Lambda Powertools Java library Parameters</name>
15+
<name>AWS Lambda Powertools for Java library Parameters</name>
1616

1717
<description>
1818
Set of utilities to retrieve parameters from Secrets Manager or SSM Parameter Store

0 commit comments

Comments
 (0)