Skip to content

Commit 6252f8d

Browse files
committed
Update name in pom
1 parent ccd2398 commit 6252f8d

File tree

7 files changed

+13
-5
lines changed

7 files changed

+13
-5
lines changed

core/protocols/aws-cbor-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>aws-cbor-protocol</artifactId>
13-
<name>AWS Java SDK :: AWS Cbor Protocol</name>
13+
<name>AWS Java SDK :: Core :: Protocols :: AWS Cbor Protocol</name>
1414
<description>The AWS SDK for Java - module holds the classes for AWS Cbor protocol
1515
</description>
1616
<url>https://aws.amazon.com/sdkforjava</url>

core/protocols/aws-ion-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>aws-ion-protocol</artifactId>
13-
<name>AWS Java SDK :: AWS Ion Protocol</name>
13+
<name>AWS Java SDK :: Core :: Protocols :: AWS Ion Protocol</name>
1414
<description>The AWS SDK for Java - module holds the classes for AWS Ion protocol
1515
</description>
1616
<url>https://aws.amazon.com/sdkforjava</url>

core/protocols/aws-json-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>aws-json-protocol</artifactId>
13-
<name>AWS Java SDK :: AWS Json Protocol</name>
13+
<name>AWS Java SDK :: Core :: Protocols :: AWS Json Protocol</name>
1414
<description>The AWS SDK for Java - module holds the classes for AWS Json protocol
1515
</description>
1616
<url>https://aws.amazon.com/sdkforjava</url>

core/protocols/aws-query-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>aws-query-protocol</artifactId>
13-
<name>AWS Java SDK :: AWS Query Protocol</name>
13+
<name>AWS Java SDK :: Core :: Protocols :: AWS Query Protocol</name>
1414
<description>The AWS SDK for Java - module holds the classes for AWS Query protocol
1515
</description>
1616
<url>https://aws.amazon.com/sdkforjava</url>

core/protocols/aws-xml-protocol/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>aws-xml-protocol</artifactId>
13+
<name>AWS Java SDK :: Core :: Protocols :: AWS Xml Core</name>
14+
<description>The AWS SDK for Java - module holds the classes for AWS Xml protocol
15+
</description>
16+
<url>https://aws.amazon.com/sdkforjava</url>
1317

1418
<dependencies>
1519
<dependency>

core/protocols/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>protocols</artifactId>
13+
<name>AWS Java SDK :: Core :: Protocols</name>
1314
<packaging>pom</packaging>
15+
<description>
16+
The AWS SDK for Java - Protocols is an umbrella module that contains child protocol modules
17+
</description>
1418
<modules>
1519
<module>aws-query-protocol</module>
1620
<module>aws-json-protocol</module>

core/protocols/protocol-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>protocol-core</artifactId>
13-
<name>AWS Java SDK :: Protocol Core</name>
13+
<name>AWS Java SDK :: Core :: Protocols :: Protocol Core</name>
1414
<description>The AWS SDK for Java - module holds the core protocol classes
1515
</description>
1616
<url>https://aws.amazon.com/sdkforjava</url>

0 commit comments

Comments
 (0)